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

41 lines
842 B
Plaintext
Raw Normal View History

2026-03-24 11:45:13 +08:00
.pop-cards.data-v-b91ddf28 {
padding: 40rpx;
background: #fff;
border-radius: 30rpx 30rpx 0rpx 0rpx;
}
.pop-cards .pop-cards-title.data-v-b91ddf28 {
font-weight: 500;
font-size: 36rpx;
color: #333333;
line-height: 50rpx;
text-align: center;
font-style: normal;
position: relative;
}
.pop-cards .pop-btn.data-v-b91ddf28 {
margin-top: 258rpx;
display: flex;
align-items: center;
justify-content: center;
width: 666rpx;
height: 84rpx;
border-radius: 69rpx;
border: 2rpx solid #e8101e;
font-weight: 500;
font-size: 32rpx;
color: #e8101e;
line-height: 45rpx;
text-align: left;
font-style: normal;
}
.pop-cards .pop-close.data-v-b91ddf28 {
width: 28rpx;
height: 28rpx;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}