mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/wallet/components/cashPop.wxss

62 lines
1.4 KiB
Plaintext

.pop-cards.data-v-1ea81a52 {
padding: 40rpx;
background: linear-gradient(180deg, #fedcdf 0, #ffffff 120rpx);
border-radius: 30rpx 30rpx 0rpx 0rpx;
}
.pop-cards .pop-cards-title.data-v-1ea81a52 {
font-weight: 500;
font-size: 36rpx;
color: #333333;
line-height: 50rpx;
text-align: center;
font-style: normal;
}
.pop-cards .pop-card.data-v-1ea81a52 {
padding-top: 30rpx;
padding-bottom: 26rpx;
display: flex;
align-items: center;
}
.pop-cards .pop-card .pop-card-title.data-v-1ea81a52 {
font-weight: 500;
font-size: 28rpx;
color: #333333;
line-height: 45rpx;
text-align: left;
font-style: normal;
width: 202rpx;
}
.pop-cards .pop-card .pop-card-text1.data-v-1ea81a52 {
word-break: break-all;
flex: 1;
font-weight: 400;
font-size: 28rpx;
color: #999999;
line-height: 40rpx;
text-align: left;
font-style: normal;
}
.pop-cards .pop-card .popRed.data-v-1ea81a52 {
color: #e8101e;
}
.pop-cards .pop-btn.data-v-1ea81a52 {
margin-top: 60rpx;
display: flex;
align-items: center;
justify-content: center;
width: 672rpx;
height: 96rpx;
background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
border-radius: 48rpx;
font-weight: 500;
font-size: 34rpx;
color: #ffffff;
line-height: 48rpx;
text-align: left;
font-style: normal;
}
.pop-cards .pop-border-bottom.data-v-1ea81a52 {
border-bottom: 2rpx solid #FAF8F8;
}