wpfw_ewei_wxapp/pages/member/cart/index.wxss
2023-02-26 08:10:18 +08:00

273 lines
4.2 KiB
Plaintext

@import "../../../static/css/order.wxss";
.page {
position: relative;
box-sizing: border-box;
}
.cartlist {
margin-top: -2rpx;
}
.price {
text-align: right;
display: inline-block;
width: 100%;
color: #999;
font-size: 26rpx;
}
.left {
left: -100rpx;
}
checkbox {
padding-right: 20rpx;
}
.empty {
padding: 260rpx 150rpx;
}
.empty .btn {
margin: 0;
border-radius: 100rpx;
height: 76rpx;
line-height: 76rpx;
width: 280rpx;
font-size: 30rpx;
padding: 0;
}
.light {
height: 240rpx;
width: 240rpx;
}
.text-cancel {
padding: 10rpx;
margin-bottom: 30rpx;
margin-top: 25rpx;
font-size: 30rpx;
}
.fui-list-inner .car_subtitle {
position: relative;
font-size: 26rpx;
color: #444;
}
.fui-list-angle {
margin-right: 0;
}
.fui-list {
align-items: flex-start;
}
.saleout_icon {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9;
}
.fui-list radio {
align-self: center;
margin-right: 20rpx;
}
.fui-list-inner {
min-height: 170rpx;
display: flex;
display: -webkit-box;
display: -ms-flexbox;
flex-direction: column;
justify-content: space-between;
}
.fui-list-inner .price {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.fui-list-inner .bigprice {
display: flex;
align-items: center;
}
.fui-list-inner .price .productprice {
padding-left: 10rpx;
text-decoration: line-through;
color: #999;
font-size: 24rpx;
}
.fui-list-inner .subtitle.cart-option {
color: #999;
}
.btns .btn {
border-radius: 0;
height: 98rpx;
line-height: 98rpx;
color: #fff;
margin: 0;
margin-left: .05rem;
text-align: center;
width: 160rpx;
}
.fui-footer {
height: 98rpx;
}
.fui-footer .tool {
padding-right: 0;
height: 98rpx;
}
.fui-footer .tool label {
display: flex;
align-items: center;
}
.fui-footer .tool .text {
text-align: right;
}
.fui-cell-group .fui-cell.edit {
align-items: flex-end;
background: #f8f8f8;
flex-direction: column;
font-size: 28rpx;
}
.page .fui-cell-group:nth-of-type(2) {
margin-top: 0;
}
.model {
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
position: fixed;
top: 0;
left: 0;
z-index: 1009;
}
.model .inner {
width: 624rpx;
height: 600rpx;
background: #fff;
border-radius: 8rpx;
margin: 260rpx auto;
overflow: hidden;
}
.model .inner .title {
font-size: 36rpx;
color: #000;
line-height: 100rpx;
text-align: center;
font-weight: 600;
margin-top: 20rpx;
}
.model .inner .image {
text-align: center;
margin-top: 20rpx;
}
.model .inner image {
width: 342rpx;
height: 202rpx;
}
.model .inner .subtitle {
margin-top: 50rpx;
padding: 0 80rpx;
color: #888;
font-size: 26rpx;
line-height: 40rpx;
}
.model-btns {
border-top: 1rpx solid #ebebeb;
height: 100rpx;
margin-top: 28rpx;
display: flex;
text-align: center;
font-size: 30rpx;
color: #000;
line-height: 100rpx;
}
.model-btns .cancel {
width: 50%;
position: relative;
}
.model-btns .cancel:after {
content: " ";
position: absolute;
top: -1rpx;
right: 0;
width: 1px;
height: 210rpx;
border-right: 1px solid #ebebeb;
color: #ebebeb;
transform-origin: 0 0;
transform: scaleY(0.5);
}
.model-btns .confirm {
width: 50%;
color: #50b33c;
}
.lose {
height: 160rpx;
display: flex;
flex-direction: column;
justify-content: center;
}
.lose-inner {
width: 60rpx;
height: 30rpx;
line-height: 30rpx;
font-size: 20rpx;
color: #fff;
background: #c4c4c4;
border-radius: 16rpx;
text-align: center;
position: relative;
left: -10rpx;
}
.goodscircle {
position: absolute;
bottom: 120rpx;
width: 100%;
text-align: center;
color: #666;
font-size: 24rpx;
display: flex;
align-items: center;
justify-content: center;
}
.goodscircle image {
width: 36rpx;
height: 36rpx;
margin-right: 12rpx;
}