You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
138 lines
2.3 KiB
138 lines
2.3 KiB
page {
|
|
background: #ffffff !important;
|
|
overflow-x: hidden;
|
|
}
|
|
.payment {
|
|
font-size: 0;
|
|
background: #ffffff !important;
|
|
padding-bottom: 50rpx;
|
|
}
|
|
.paymentPackage {
|
|
border: 1px solid rgba(0, 0, 0, 0);
|
|
}
|
|
.surplusTime {
|
|
margin-top: 99rpx;
|
|
text-align: center;
|
|
}
|
|
.surplusTime > ._span {
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
}
|
|
.conversion {
|
|
padding: 6rpx 10rpx;
|
|
margin-left: 20rpx;
|
|
min-width: 100rpx;
|
|
height: 40rpx;
|
|
line-height: 38rpx;
|
|
display: inline-block;
|
|
color: #ffffff;
|
|
background: linear-gradient(to right, #ee3023, #fa6033);
|
|
border-radius: 7rpx;
|
|
}
|
|
.price {
|
|
margin-top: 29rpx;
|
|
text-align: center;
|
|
}
|
|
.price > ._span {
|
|
font-size: 48rpx;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
.price > ._span > ._span {
|
|
font-size: 72rpx;
|
|
}
|
|
.goodsInfo {
|
|
text-align: center;
|
|
width: 367rpx;
|
|
margin: 28rpx auto 0 auto;
|
|
}
|
|
.goodsInfo > ._span {
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
}
|
|
.paymentTypePackage {
|
|
margin-top: 60rpx;
|
|
padding: 0 30rpx;
|
|
}
|
|
.paymentTypeList {
|
|
margin-top: 39rpx;
|
|
}
|
|
.paymentTypeList > view {
|
|
display: inline-block;
|
|
}
|
|
.imgPackage {
|
|
vertical-align: top;
|
|
width: 45rpx;
|
|
height: 50rpx;
|
|
}
|
|
.imgPackage > image {
|
|
width: 45rpx;
|
|
height: 50rpx;
|
|
}
|
|
.inputPackage {
|
|
vertical-align: top;
|
|
margin-left: 38rpx;
|
|
width: 600rpx;
|
|
border-bottom: 1px solid #eeeeee;
|
|
}
|
|
.inputPackage1 {
|
|
vertical-align: top;
|
|
margin-left: 38rpx;
|
|
width: 600rpx;
|
|
}
|
|
.inputPackageLeftTitle {
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
}
|
|
.inputPackageMain {
|
|
width: 600rpx;
|
|
padding-bottom: 40rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.inputPackageMain > view {
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
}
|
|
.inputPackageLeftBody {
|
|
margin-top: 9rpx;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
}
|
|
.paySubmit {
|
|
position: fixed;
|
|
bottom: 10vh;
|
|
margin-left: 60rpx;
|
|
width: 630rpx;
|
|
height: 80rpx;
|
|
background: #ff4444;
|
|
border-radius: 10rpx;
|
|
text-align: center;
|
|
}
|
|
.paySubmit > ._span {
|
|
font-size: 28rpx;
|
|
color: #ffffff;
|
|
line-height: 80rpx;
|
|
}
|
|
.inputPackageRight {
|
|
margin-top: 20rpx;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
border: 1rpx solid #cccccc;
|
|
border-radius: 50%;
|
|
}
|
|
.inputPackageRightCheck {
|
|
margin-top: 20rpx;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
background: #ff4444;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
}
|
|
.inputPackageRightCheck > image {
|
|
margin-top: 11rpx;
|
|
width: 28rpx;
|
|
height: 23rpx;
|
|
}
|
|
|
|
|