107 lines
2.1 KiB
Plaintext
107 lines
2.1 KiB
Plaintext
page {
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.integral_transfer .content .transfer_info {
|
|
background: #fff;
|
|
padding-left: 28rpx;
|
|
font-size: 16px;
|
|
}
|
|
.radioStyle{
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 21rpx 0;
|
|
}
|
|
.integral_transfer .content .transfer_info .info_a,
|
|
.integral_transfer .content .transfer_info .info_b {
|
|
line-height: 92rpx;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
|
|
.integral_transfer .content .transfer_info .info_a .span:first-child,
|
|
.integral_transfer .content .transfer_info .info_b .span:first-child {
|
|
display: block;
|
|
text-align: left;
|
|
}
|
|
|
|
.integral_transfer .content .transfer_info .info_a input,
|
|
.integral_transfer .content .transfer_info .info_b input {
|
|
border: none;
|
|
width: 500rpx;
|
|
}
|
|
|
|
.integral_transfer .content .transfer_sum {
|
|
background: #fff;
|
|
padding: 20rpx 28rpx;
|
|
}
|
|
|
|
.integral_transfer .content .transfer_sum .span {
|
|
display: block;
|
|
font-size: 16px;
|
|
line-height: 80rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.integral_transfer .content .transfer_sum .sum {
|
|
text-align: left;
|
|
font-size: 24px;
|
|
}
|
|
|
|
.integral_transfer .content .transfer_sum .sum input {
|
|
margin-left: 12rpx;
|
|
line-height: 120rpx;
|
|
width: 90%;
|
|
font-size: 36px;
|
|
height: 120rpx;
|
|
border: none;
|
|
}
|
|
|
|
.integral_transfer .content .personal_info {
|
|
margin-top: 20rpx;
|
|
background: #fff;
|
|
padding-left: 28rpx;
|
|
}
|
|
|
|
.integral_transfer .content .personal_info .li {
|
|
line-height: 92rpx;
|
|
display: flex;
|
|
font-size: 16px;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
text-align: left;
|
|
}
|
|
|
|
.integral_transfer .content .personal_info .li .span:first-child {
|
|
display: block;
|
|
width: 220rpx;
|
|
}
|
|
|
|
.integral_transfer .content .personal_info .li:last-child {
|
|
border: none;
|
|
}
|
|
|
|
.integral_transfer .content .btn {
|
|
width: 690rpx;
|
|
margin: 40rpx auto;
|
|
height: 92rpx;
|
|
line-height: 92rpx;
|
|
border-radius: 8rpx;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
background: #f15353;
|
|
border: none;
|
|
}
|
|
|
|
.actual_Integral {
|
|
padding: 25rpx 28rpx;
|
|
border-top: solid 2rpx #ebebeb;
|
|
line-height: 50rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.actual_Integral > view:last-child {
|
|
color: #979797;
|
|
}
|