86 lines
1.4 KiB
SCSS
86 lines
1.4 KiB
SCSS
.app {
|
|
height: 100%;
|
|
|
|
.logisticsinfo {
|
|
width: 94%;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
|
border-radius: 20rpx;
|
|
margin: 20rpx auto;
|
|
font-size: 30rpx;
|
|
|
|
.item {
|
|
width: 92%;
|
|
margin: 0 auto;
|
|
border-bottom: 1rpx solid #D8D4D4;
|
|
position: relative;
|
|
|
|
// padding-bottom: 30rpx;
|
|
.text {
|
|
width: 100%;
|
|
color: #969394;
|
|
padding: 30rpx 0;
|
|
// line-height: 50rpx;
|
|
}
|
|
|
|
.title {
|
|
font-size: 38rpx;
|
|
color: #26A888;
|
|
position: absolute;
|
|
top: 60rpx;
|
|
left: 280rpx;
|
|
}
|
|
|
|
.time {
|
|
width: 200rpx;
|
|
color: #26A888;
|
|
text-align: left;
|
|
line-height: 60rpx;
|
|
padding: 40rpx 0 0 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.info {
|
|
width: 94%;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
|
border-radius: 20rpx;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
font-size: 30rpx;
|
|
|
|
.address {
|
|
color: #969394;
|
|
padding: 32rpx 20rpx;
|
|
}
|
|
|
|
.border {
|
|
width: 95%;
|
|
height: 1rpx;
|
|
background: #D8D4D4;
|
|
margin: 40rpx auto 0;
|
|
}
|
|
|
|
.express {
|
|
color: #969394;
|
|
position: absolute;
|
|
top: 123rpx;
|
|
left: 237rpx;
|
|
}
|
|
|
|
.title {
|
|
font-size: 38rpx;
|
|
color: #26A888;
|
|
position: absolute;
|
|
top: 60rpx;
|
|
left: 237rpx;
|
|
}
|
|
|
|
image {
|
|
width: 182rpx;
|
|
height: 182rpx;
|
|
margin: 10rpx 0 0 30rpx;
|
|
}
|
|
}
|
|
} |