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

183 lines
2.5 KiB
Plaintext

/* mall/placeOrder/placeOrder.wxss */
.placeOrder {
margin-bottom: 120rpx;
}
.expMode {
width: 750rpx;
height: 90rpx;
background-color: #1dbf53;
}
.mode_cen {
display: flex;
height: 60rpx;
line-height: 60rpx;
}
.mode {
flex: 1;
padding: 0 45rpx;
font-family: PingFang-SC-Bold;
font-size: 28rpx;
color: #beffd4;
}
.mode_active {
background-color: #fff;
border-radius: 30rpx;
color: #1dbf53;
text-align: center;
}
.receiving {
width: 710rpx;
height: 180rpx;
background-color: #fff;
border-radius: 10rpx;
padding: 0 29rpx;
}
.receiving_img {
font-family: PingFang-SC-Bold;
font-size: 34rpx;
font-weight: 700;
color: #333;
}
.receiving_img image {
width: 30rpx;
height: 36rpx;
vertical-align: middle;
}
.receiving_img2 {
width: 36rpx !important;
height: 34rpx !important;
}
.receiving_p {
font-family: PingFang-SC-Medium;
font-size: 28rpx;
color: #999;
}
.receiving-r image {
width: 14rpx;
height: 30rpx;
}
.shop_list {
padding: 40rpx 0;
background-color: #fff;
border-radius: 10rpx;
}
.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: 20rpx 30rpx;
background-color: #fff;
}
.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_span image {
height: 28rpx;
width: 15rpx;
}
.rem {
border-top: 2rpx solid #ebebeb;
}
.rem input {
padding-left: 30rpx;
}
/* 支付 */
.shop_pay {
position: fixed;
height: 100rpx;
bottom: 0;
left: 0;
right: 0;
width: 100%;
display: flex;
background-color: #fff;
border-bottom: 2rpx solid #ebebeb;
z-index: 99999;
}
.pay_sub {
width: 260rpx;
height: 100rpx;
line-height: 100rpx;
text-align: center;
background-color: #1dbf53;
font-family: PingFang-SC-Medium;
font-size: 32rpx;
color: #fff;
border-radius: 0;
border: 0;
}
pay_sub::after{
width: 0;
height: 0;
border: 0;
}
.pay_num {
margin-right: 30rpx;
font-weight: 600;
font-family: PingFang-SC-Bold;
font-size: 30rpx;
color: #333;
}
/* 新增 */
.pla-se-card{
padding-top: 20rpx;
padding-bottom: 20rpx;
}
.pla-se-card-img{
height: 28rpx;
width: 15rpx;
}