117 lines
2.3 KiB
Plaintext
117 lines
2.3 KiB
Plaintext
|
|
.background-red.data-v-46ffdb40{
|
|
background-color: #da0005;
|
|
}
|
|
.background-grey.data-v-46ffdb40{
|
|
background-color: #e5e5e5;
|
|
}
|
|
/* 搜索 */
|
|
.cargo-search-bg.data-v-46ffdb40{
|
|
background-color: #ffffff;
|
|
width: 100%;
|
|
margin-bottom: 20rpx;
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
left: 0;
|
|
z-index: 9;
|
|
}
|
|
.cargo-search.data-v-46ffdb40{
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 60rpx;
|
|
border: 2rpx solid #eeeeee;
|
|
overflow: hidden;
|
|
}
|
|
.cargo-search>image.data-v-46ffdb40{
|
|
width: 25rpx;
|
|
height: 25rpx;
|
|
margin: 0 10rpx 0 20rpx;
|
|
}
|
|
.cargo-search>.input.data-v-46ffdb40{
|
|
width: calc(100% - 155rpx);
|
|
color: #666666;
|
|
}
|
|
.cargo-search>.submit-btn.data-v-46ffdb40{
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100rpx;
|
|
height: 100%;
|
|
color: #ffffff;
|
|
border-radius: 0 29rpx 29rpx 0;
|
|
letter-spacing: 4rpx;
|
|
text-indent: 4rpx;
|
|
}
|
|
/* 详细 */
|
|
.cargo.data-v-46ffdb40{
|
|
background-color: #ffffff;
|
|
}
|
|
.cargo-title.data-v-46ffdb40{
|
|
margin: 10rpx 0 35rpx;
|
|
}
|
|
.address .icon.data-v-46ffdb40{
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 42rpx;
|
|
height: 42rpx;
|
|
margin: 0 38rpx 0 10rpx;
|
|
color: #ffffff;
|
|
}
|
|
.address .txt.data-v-46ffdb40{
|
|
align-items: center;
|
|
height: 42rpx;
|
|
}
|
|
.address .item.data-v-46ffdb40{
|
|
width: calc(100% - 50rpx);
|
|
height: 61rpx;
|
|
margin-left: 30rpx;
|
|
border-left: 2rpx solid #e5e5e5;
|
|
}
|
|
.cargo-list .txt.data-v-46ffdb40{
|
|
align-items: center;
|
|
height: 48rpx;
|
|
}
|
|
.cargo-list .icon.data-v-46ffdb40{
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
margin: 0 34rpx 0 8rpx;
|
|
color: #ffffff;
|
|
}
|
|
.cargo-list .item.data-v-46ffdb40{
|
|
width: calc(100% - 46rpx);
|
|
margin-left: 32rpx;
|
|
border-left: 2rpx solid #e5e5e5;
|
|
line-height: 1.5;
|
|
}
|
|
.cargo-list .item.data-v-46ffdb40:last-child{
|
|
padding-bottom: 42rpx;
|
|
}
|
|
.cargo-list .item .point.data-v-46ffdb40{
|
|
width: 12rpx;
|
|
height: 12rpx;
|
|
margin: 12rpx 53rpx 0 -7rpx;
|
|
}
|
|
.cargo-list .item .info.data-v-46ffdb40{
|
|
width: calc(100% - 65rpx);
|
|
}
|
|
.cargo-list .item .cargo-time.data-v-46ffdb40{
|
|
margin-top: 10rpx;
|
|
}
|
|
.placed-list .item.data-v-46ffdb40:nth-last-of-type(2){
|
|
padding-bottom: 38rpx;
|
|
}
|
|
.placed-list .item.data-v-46ffdb40:last-child{
|
|
padding-top: 0;
|
|
border-left: 2rpx solid rgba(229,229,229,0);
|
|
margin-top: -18rpx;
|
|
}
|
|
/* 底部图片 */
|
|
.cargo-img.data-v-46ffdb40{
|
|
width: 100%;
|
|
}
|
|
.cargo-img>image.data-v-46ffdb40{
|
|
width: 100%;
|
|
}
|
|
|