164 lines
2.6 KiB
Plaintext
164 lines
2.6 KiB
Plaintext
/* user/payment/card/card.wxss */
|
|
.order_tab{
|
|
position: fixed;
|
|
width: 100%;
|
|
height: auto;
|
|
top: 0;
|
|
z-index: 9999;
|
|
}
|
|
.tab_con{
|
|
margin-top: 52px;
|
|
padding: 0 30rpx;
|
|
}
|
|
.list_card{
|
|
width: 100%;
|
|
height: 200rpx;
|
|
position: relative;
|
|
}
|
|
.card_lv{
|
|
width: 100%;
|
|
height: 200rpx;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 997;
|
|
}
|
|
.card_lv2{
|
|
width: 100%;
|
|
height: 200rpx;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 998;
|
|
}
|
|
.card_lv image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.card_text{
|
|
display: block;
|
|
padding: 0 30rpx;
|
|
height: 100%;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center;
|
|
}
|
|
.text_cen{
|
|
width: 100%;
|
|
}
|
|
.text_top{
|
|
display: flex;
|
|
}
|
|
.text_l,.text_r{
|
|
flex: 2;
|
|
color: black;
|
|
}
|
|
.text_l{
|
|
text-align: left;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
.text_l image{
|
|
width: 43rpx;
|
|
height: 43rpx;
|
|
}
|
|
.text_l span{
|
|
font-size: 36rpx;
|
|
font-weight: 700;
|
|
color: #ffffff;
|
|
}
|
|
.text_r{
|
|
text-align: right;
|
|
font-size: 30rpx;
|
|
color: #ffffff;
|
|
}
|
|
.text_r span{
|
|
font-size: 60rpx;
|
|
}
|
|
.text_botton{
|
|
display: flex;
|
|
}
|
|
.text_botton_l,.text_botton_r{
|
|
flex: 2;
|
|
font-size: 26rpx;
|
|
color: #ffffff;
|
|
opacity: 0.6;
|
|
}
|
|
.text_botton_l{
|
|
text-align: left;
|
|
}
|
|
.text_botton_r{
|
|
text-align: right;
|
|
}
|
|
.card2{
|
|
font-size: 26rpx;
|
|
}
|
|
.card2 span{
|
|
font-size: 40rpx;
|
|
color: #ffffff;
|
|
}
|
|
.card2_text{
|
|
flex: 1;
|
|
}
|
|
.card2_p{
|
|
font-size: 22rpx;
|
|
color: #ffffff;
|
|
padding-left: 53rpx;
|
|
}
|
|
|
|
/* 修改tabs样式 */
|
|
|
|
i-tab {
|
|
width: 33.33%;
|
|
display: inline-block;
|
|
}
|
|
|
|
/* 无卡 */
|
|
/* 没有会员卡 */
|
|
.rech-nothing{
|
|
margin-top: 150rpx;
|
|
text-align: center;
|
|
}
|
|
.rech-nothing-img{
|
|
text-align: center;
|
|
}
|
|
.rech-nothing-img image{
|
|
width: 232rpx;
|
|
height: 232rpx;
|
|
}
|
|
.rech-nothing-tips{
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 36rpx;
|
|
font-weight: 400;
|
|
font-stretch: normal;
|
|
color: #666666;
|
|
}
|
|
.rech-nothing-p{
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
font-stretch: normal;
|
|
color: #999999;
|
|
}
|
|
.rech-nothing-btn{
|
|
width: 274rpx;
|
|
height: 75rpx;
|
|
margin: 30rpx auto 0;
|
|
line-height: 75rpx;
|
|
background-color: #1dbf53;
|
|
border-radius: 37rpx;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 32rpx;
|
|
font-weight: 400;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
} |