132 lines
2.5 KiB
Plaintext
132 lines
2.5 KiB
Plaintext
.agree_box {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
background: #fff;
|
|
padding: 20rpx 0 20rpx 0;
|
|
}
|
|
.content {
|
|
padding-bottom: 180rpx;
|
|
}
|
|
.content .cash-card {
|
|
padding: 30rpx 20rpx;
|
|
margin: 20rpx;
|
|
background: #ffffff;
|
|
border-radius: 20rpx;
|
|
}
|
|
.content .cash-card .cash-card-title {
|
|
font-weight: 500;
|
|
font-size: 30rpx;
|
|
color: #333333;
|
|
line-height: 42rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.content .cash-card .cash-card-title2 {
|
|
font-weight: 500;
|
|
font-size: 30rpx;
|
|
color: #333333;
|
|
line-height: 42rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
width: 200rpx;
|
|
}
|
|
.content .cash-card .cash-card-text1 {
|
|
font-weight: 400;
|
|
font-size: 30rpx;
|
|
color: #e8101e;
|
|
line-height: 42rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
margin-left: 35rpx;
|
|
}
|
|
.content .cash-card .cash-card-text2 {
|
|
font-weight: 400;
|
|
font-size: 30rpx;
|
|
color: #333333;
|
|
line-height: 42rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
word-break: break-all;
|
|
flex: 1;
|
|
}
|
|
.content .cash-card .cash-card-text2 .cash-card-text2-img {
|
|
width: 8rpx;
|
|
height: 18rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
.content .cash-card .cash-card-text3 {
|
|
margin-top: 20rpx;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
line-height: 33rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.content .cash-card .pop-border-bottom {
|
|
border-bottom: 2rpx solid #e8e8e8;
|
|
padding: 24rpx 0;
|
|
display: flex;
|
|
}
|
|
.content .cash-card .cash-card-input {
|
|
font-weight: 500;
|
|
font-size: 42rpx;
|
|
color: #333333;
|
|
line-height: 59rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
display: flex;
|
|
}
|
|
.content .cash-card .cash-card-input .uv-input {
|
|
padding: 0 !important;
|
|
}
|
|
.content .cash-card .uvRadio {
|
|
margin-left: 96rpx;
|
|
display: flex;
|
|
gap: 60rpx;
|
|
}
|
|
.content .flex-space {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.content .agree {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.content .agree .uv-checkbox-group {
|
|
flex: none;
|
|
}
|
|
.content .agree .agreement {
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #848484;
|
|
line-height: 33rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
color: #2e83d6;
|
|
}
|
|
.content .sure-btn {
|
|
margin: 20rpx 20rpx 0 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 710rpx;
|
|
height: 108rpx;
|
|
background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
|
|
border-radius: 55rpx;
|
|
font-weight: 400;
|
|
font-size: 42rpx;
|
|
color: #ffffff;
|
|
line-height: 59rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.radioYes {
|
|
width: 24rpx;
|
|
height: 16rpx;
|
|
}
|
|
|