161 lines
3.2 KiB
Plaintext
161 lines
3.2 KiB
Plaintext
/* packageC/o2o/card/new_card/new_card.wxss */
|
|
#CardOpenMembershipList {
|
|
padding-bottom: 140rpx;
|
|
}
|
|
|
|
#CardOpenMembershipList .btn {
|
|
width: 100%;
|
|
height: 97.92rpx;
|
|
background-color: white;
|
|
box-shadow: 0 0 17.92rpx 0 rgba(169, 169, 169, 0.24);
|
|
position: fixed;
|
|
bottom: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
#CardOpenMembershipList .btn .sbutton {
|
|
border: none;
|
|
background-color: #3b3b4f;
|
|
color: #fff;
|
|
border-radius: 8rpx;
|
|
width: 626rpx;
|
|
height: 84.16rpx;
|
|
font-size: 16px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
#CardOpenMembershipList .shopbox {
|
|
width: 710rpx;
|
|
height: 199rpx;
|
|
margin: 20rpx;
|
|
background-color: white;
|
|
border-radius: 5.12rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#CardOpenMembershipList .shopbox .inbox {
|
|
margin: 23.04rpx 21.12rpx 28.16rpx 21.12rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#CardOpenMembershipList .shopbox .inbox .shop-photo {
|
|
width: 148.16rpx;
|
|
height: 148.16rpx;
|
|
margin-right: 18.88rpx;
|
|
}
|
|
|
|
#CardOpenMembershipList .shopbox .inbox .shop-photo image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#CardOpenMembershipList .shopbox .inbox .minbox {
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
|
|
#CardOpenMembershipList .shopbox .inbox .minbox .shop-right {
|
|
width: 365.12rpx;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#CardOpenMembershipList .shopbox .inbox .minbox .shop-right .shop-right-top {
|
|
width: 365.12rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
#CardOpenMembershipList .shopbox .inbox .minbox .shop-right .shop-right-bottom {
|
|
width: 365.12rpx;
|
|
text-align: left;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
#CardOpenMembershipList .shopbox .inbox .minbox .checkbox {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#CardOpenMembershipList .shopbox .inbox .minbox .checkbox .check {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
border-radius: 50%;
|
|
border: 1px solid #333;
|
|
}
|
|
|
|
#CardOpenMembershipList .text-left {
|
|
text-align: left;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
#CardOpenMembershipList .vip_box {
|
|
width: 22.1875rem;
|
|
border-radius: 0.25rem;
|
|
margin: 20rpx auto;
|
|
background: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 40rpx 0;
|
|
position: relative;
|
|
}
|
|
|
|
#CardOpenMembershipList .vip_box .img {
|
|
width: 144rpx;
|
|
height: 144rpx;
|
|
border-radius: 120rpx;
|
|
background: #ccc;
|
|
overflow: hidden;
|
|
margin-right: 20rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
#CardOpenMembershipList .vip_box .img image {
|
|
width: 144rpx;
|
|
height: 144rpx;
|
|
}
|
|
|
|
#CardOpenMembershipList .vip_box .text {
|
|
text-align: left;
|
|
}
|
|
|
|
#CardOpenMembershipList .vip_box .text .text_a {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
line-height: 60rpx;
|
|
}
|
|
|
|
#CardOpenMembershipList .vip_box .text .text_b,
|
|
#CardOpenMembershipList .vip_box .text .text_c {
|
|
font-size: 14px;
|
|
color: #8c8c8c;
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
/* #CardOpenMembershipList .vip_box .btn {
|
|
position: absolute;
|
|
right: 20rpx;
|
|
}
|
|
#CardOpenMembershipList .vip_box .btn .sbutton {
|
|
border: none;
|
|
background: #daac5e;
|
|
color: #fff;
|
|
border-radius: 8rpx;
|
|
width: 176rpx;
|
|
height: 72rpx;
|
|
font-size: 16px;
|
|
} */
|