deguodaigou/components/particulars/logistics/index.scss

17 lines
324 B
SCSS
Raw Normal View History

2019-12-23 10:04:09 +08:00
.logistics{
margin-top: 20rpx;
background-color: #fff;
.title{
height: 84rpx;
font-size: 28rpx;
color: #333;
line-height: 84rpx;
border-bottom: 2rpx solid #e5e5e5;
padding-left: 29rpx;
box-sizing: border-box;
}
.schedule{
width: 650rpx;
margin-left: 50rpx;
}
2019-12-14 15:32:50 +08:00
}