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

85 lines
1.2 KiB
Plaintext

/* mall/laundryList/laundryList.wxss */
.order_tab {
position: fixed;
width: 100%;
height: auto;
top: 0;
z-index: 998;
background-color: #fff;
box-shadow: 0px 8rpx 5rpx 0px rgba(156, 156, 156, 0.03);
}
.laundry {
margin-top: 52px;
}
.laundry_row {
height: 379rpx;
background-color: #fff;
}
.laundry_row1 {
height: 89rpx;
border-bottom: 2rpx solid #f2f2f2;
}
.laundry_row3 {
height: 108rpx;
border-top: 2rpx solid #f2f2f2;
}
.laundry_row2 scroll-view {
height: 100rpx;
width: 100%;
}
.shop_img {
display: inline-block;
margin-right: 30rpx;
}
.shop_img image {
width: 100rpx;
height: 100rpx;
background-color: #ccc;
border-radius: 5px;
}
.row1-l {
font-family: PingFang-SC-Medium;
font-size: 26rpx;
color: #999;
}
.row1-r {
font-family: PingFang-SC-Medium;
font-size: 26rpx;
color: #666;
text-align: right;
}
.row3-l {
font-family: PingFang-SC-Medium;
font-size: 26rpx;
color: #333;
}
.row3-l span {
font-family: PingFang-SC-Medium;
font-size: 22rpx;
color: #999;
}
.row3-r span {
width: 160rpx;
height: 58rpx;
border-radius: 58rpx;
border: solid 2rpx #1dbf45;
font-family: PingFang-SC-Medium;
font-size: 26rpx;
color: #1dbf45;
text-align: center;
line-height: 58rpx;
}