174 lines
2.7 KiB
Plaintext
174 lines
2.7 KiB
Plaintext
/* mall/laundryList/laundryInfo/laundryInfo.wxss */
|
|
|
|
.laundryInfo {
|
|
padding-bottom: 120rpx;
|
|
}
|
|
|
|
.order_start {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
height: 90rpx;
|
|
background-color: #1dbf53;
|
|
font-family: PingFang-SC-Bold;
|
|
font-size: 36rpx;
|
|
color: #fff;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.order_start image {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
margin-right: 25rpx;
|
|
}
|
|
|
|
.laundryInfo_cen {
|
|
margin-top: 110rpx;
|
|
padding: 0 20rpx;
|
|
}
|
|
|
|
.shop_list {
|
|
padding: 30rpx 0;
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.shop_list_title {
|
|
font-weight: 400;
|
|
padding-left: 30rpx;
|
|
padding-bottom: 30rpx;
|
|
border-bottom: 2rpx solid #ebebeb;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
margin-bottom: 44rpx;
|
|
}
|
|
|
|
.shop_list_row {
|
|
height: 100rpx;
|
|
padding: 0 30rpx;
|
|
margin-bottom: 44rpx;
|
|
}
|
|
|
|
.shop_list_row:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.shop_list_img image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
}
|
|
|
|
.text1 {
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.text2 {
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 22rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.mon {
|
|
padding: 30rpx 30rpx;
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.mon_p {
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.mon_span {
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 28rpx;
|
|
color: #ff4838;
|
|
}
|
|
|
|
.mon_span2 {
|
|
font-weight: 500;
|
|
font-family: PingFang-SC-Bold;
|
|
font-size: 32rpx;
|
|
color: #ff4838;
|
|
}
|
|
|
|
.rem {
|
|
border-top: 2rpx solid #ebebeb;
|
|
}
|
|
|
|
.rem input {
|
|
padding-left: 30rpx;
|
|
}
|
|
|
|
.list_title {
|
|
font-weight: 400;
|
|
padding-bottom: 30rpx;
|
|
border-bottom: 2rpx solid #ebebeb;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.mon_i {
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.pay_cancel {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 100rpx;
|
|
background-color: #fff;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.pay_cancel span, .pay_cancel button {
|
|
padding: 15rpx 55rpx !important;
|
|
border: solid 1px #ebebeb !important;
|
|
font-family: PingFang-SC-Medium !important;
|
|
font-size: 26rpx !important;
|
|
color: #333 !important;
|
|
border-radius: 100rpx !important;
|
|
font-weight: 400 !important;
|
|
}
|
|
|
|
.pay_cancel button {
|
|
line-height: normal;
|
|
margin: 0;
|
|
background-color: #fff;
|
|
box-shadow: 0;
|
|
}
|
|
|
|
.pay_cancel button::after {
|
|
border: 0;
|
|
}
|
|
|
|
.lau_pay {
|
|
border: solid 2rpx #1dbf45 !important;
|
|
color: #1dbf45 !important;
|
|
}
|
|
|
|
.more_shop {
|
|
margin: 20rpx 30rpx 0;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
text-align: center;
|
|
background-color: #f6f6f6;
|
|
border-radius: 10rpx;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.more_shop image {
|
|
width: 21rpx;
|
|
height: 10rpx;
|
|
}
|