物流端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
yyt-mall-wl/pages/details/details.wxss

18 lines
314 B

/* pages/details/details.wxss */
.cen{
/* border-bottom: 1rpx #ececec solid; */
padding: 10rpx 20rpx;
display: flex;
}
.cen label{
width: 150rpx;
text-align: right;
margin-right: 20rpx;
}
.cen view{
background-color: #eee;
padding: 10rpx 30rpx;
width: 300rpx;
flex: 1;
border-radius: 15rpx;
}