250 lines
3.7 KiB
Plaintext
250 lines
3.7 KiB
Plaintext
/* mall/shopcart/shopcart.wxss */
|
|
|
|
page {
|
|
height: 100%;
|
|
}
|
|
|
|
.mr10 {
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.shopcart {
|
|
padding: 20rpx;
|
|
padding-bottom: 280rpx;
|
|
}
|
|
|
|
.shop_list {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.shop_list_row {
|
|
height: 200rpx;
|
|
display: flex;
|
|
padding: 0 35rpx;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
border-bottom: #ebebeb solid 2rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.shop_list_row:last-child {
|
|
border: 0;
|
|
}
|
|
|
|
.shop_select {
|
|
line-height: 200rpx;
|
|
}
|
|
|
|
.shop_select image {
|
|
margin-right: 25rpx;
|
|
width: 35rpx;
|
|
height: 35rpx;
|
|
}
|
|
|
|
.shop_info {
|
|
flex: 1;
|
|
display: flex;
|
|
}
|
|
|
|
.shop_img {
|
|
margin-right: 20rpx;
|
|
height: 150rpx;
|
|
width: 150rpx;
|
|
background: #1dbf53;
|
|
}
|
|
|
|
.shop_img image {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.shop_info_p {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-flow: column;
|
|
}
|
|
|
|
.shop_info_title {
|
|
flex: 1;
|
|
}
|
|
|
|
.shop_title {
|
|
font-family: PingFang-SC-Bold;
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
font-weight: 600;
|
|
display: -webkit-box !important;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 1;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.shop_j {
|
|
margin-top: 10rpx;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 22rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.shop_mon_num {
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.mon {
|
|
flex: 1;
|
|
font-family: PingFang-SC-Bold;
|
|
font-size: 32rpx;
|
|
color: #ff4737;
|
|
}
|
|
|
|
.wux_sub {
|
|
border: 0 !important;
|
|
color: #272727 !important;
|
|
}
|
|
|
|
.wux_input {
|
|
border: 0 !important;
|
|
background-color: #f5f5f5 !important;
|
|
}
|
|
|
|
.wux_add {
|
|
border: 0 !important;
|
|
color: #272727 !important;
|
|
}
|
|
|
|
.my-i-number view, .my-i-number input {
|
|
border: 0 !important;
|
|
}
|
|
|
|
.my-i-number input {
|
|
background-color: #f5f5f5 !important;
|
|
}
|
|
|
|
.cart_sub {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
width: 100%;
|
|
background-color: #fff;
|
|
border-bottom: 2rpx solid #e9e9e9;
|
|
z-index: 99999;
|
|
}
|
|
|
|
.cart_tips {
|
|
height: 80rpx;
|
|
background-color: #fcf0f0;
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center;
|
|
padding: 0 27rpx 0 38rpx;
|
|
}
|
|
|
|
.cart_tips_p {
|
|
flex: 1;
|
|
text-align: left;
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.add_shop {
|
|
font-size: 24rpx;
|
|
color: #1dbf53;
|
|
}
|
|
|
|
.cart_but {
|
|
/* height: 100rpx; */
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center;
|
|
padding-bottom: calc(env(safe-area-inset-bottom) / 2);
|
|
height: calc(100rpx + env(safe-area-inset-bottom) / 2);
|
|
}
|
|
|
|
.cart_in {
|
|
height: 100%;
|
|
flex: 1;
|
|
display: flex;
|
|
}
|
|
|
|
.purchase {
|
|
width: 260rpx;
|
|
height: 100rpx;
|
|
text-align: center;
|
|
line-height: calc(100rpx + env(safe-area-inset-bottom) / 2);
|
|
background-color: #1dbf53;
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.cart_all {
|
|
flex: 1;
|
|
height: 100%;
|
|
padding-left: 45rpx;
|
|
display: -webkit-flex;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.cart_all image {
|
|
width: 35rpx;
|
|
height: 35rpx;
|
|
margin-right: 17rpx;
|
|
}
|
|
|
|
.all_num {
|
|
padding-right: 14rpx;
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
font-weight: 600;
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.all_num span {
|
|
font-size: 22rpx;
|
|
color: #999;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.cart_kong {
|
|
height: 600rpx;
|
|
width: 100%;
|
|
text-align: center;
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.cart_kong image {
|
|
width: 104rpx;
|
|
height: 88rpx;
|
|
}
|
|
|
|
.cart_kong_p {
|
|
margin-top: 33rpx;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.delete_tips {
|
|
text-align: right;
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
margin-bottom: 5rpx;
|
|
}
|