Files
CompanyProject/衣莎项目/源码/YiShaXiYi/view/logistics/appLogistics/appLogistics.wxss
2024-09-27 01:32:49 +08:00

169 lines
2.5 KiB
Plaintext

/* view/logistics/appLogistics/appLogistics.wxss */
page {
background-color: #fff !important;
}
.applog-bac-img {
width: 100%;
}
.list_text {
background-color: #fff;
}
.text_row {
display: flex;
height: 100rpx;
width: 100%;
border-bottom: 2rpx solid #ebebeb;
}
.text_row1 {
flex: 2;
font-size: 30rpx;
font-weight: 400;
font-stretch: normal;
letter-spacing: 0px;
color: #333;
}
.text_row2 {
/* padding-left: 40rpx; */
flex: 7;
font-size: 32rpx;
font-weight: normal;
font-stretch: normal;
letter-spacing: 0px;
color: #666;
}
.text_row2 span {
font-family: PingFang-SC-Medium;
font-size: 32rpx;
font-weight: normal;
font-stretch: normal;
letter-spacing: 0px;
color: #ccc;
display: -webkit-box !important;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.text_row3 {
flex: 1;
}
.text_row3 image {
width: 15rpx;
height: 33rpx;
}
/* .text_row:last-child {
border: 0;
} */
.label-1__text, .label-2__text {
display: inline-block;
vertical-align: middle;
height: 100%;
width: 50%;
}
.label-1__icon {
position: relative;
margin-right: 10px;
display: inline-block;
vertical-align: middle;
width: 18px;
height: 18px;
background: #fcfff4;
}
.label-1__icon-checked {
position: absolute;
top: 3px;
left: 3px;
width: 12px;
height: 12px;
background: #1aad19;
}
.label-2__icon {
position: relative;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
width: 18px;
height: 18px;
border: #ebebeb solid 2rpx;
background: #fff;
border-radius: 50px;
}
.label-2__icon-checked {
position: absolute;
left: 50%;
top: 50%;
margin: -6px 0 0 -6px;
width: 12px;
height: 12px;
background: #1aad19;
border-radius: 50%;
}
.label-4_text {
text-align: center;
margin-top: 15px;
}
.list_text_tit{
margin-top: 35rpx;
font-size: 30rpx;
font-weight: 700;
font-stretch: normal;
letter-spacing: 0px;
color: #333;
padding-left: 30rpx;
}
.list_text_tit_img{
margin-top: 60rpx;
padding: 0 30rpx;
width: 100%;
display: flex;
height: 214rpx;
}
.update-all{
background-color: #f2f2f2;
border-radius: 10rpx;
}
.update{
text-align: center;
}
.update-icon{
width: 50rpx;
height: 50rpx;
}
.update-text{
font-family: PingFang-SC-Regular;
font-size: 26rpx;
font-weight: 400;
font-stretch: normal;
color: #999999;
}
.updateImg{
max-width: 100%;
height: 100%;
}
.updateImg image{
width: 100%;
height: 214rpx;
}
.sub{
margin-bottom: 50rpx;
}