23 lines
1.2 KiB
Plaintext
23 lines
1.2 KiB
Plaintext
|
|
.content{ background: white; min-height: 100vh; padding: 0 30rpx; }
|
|
.info{ padding:100rpx 50rpx; text-align: center; border-bottom: solid 1rpx #f7f8f9; }
|
|
.title{font-weight: bold; line-height: 40rpx;}
|
|
.price{ font-weight: bold; font-size: 80rpx; padding: 30rpx 0; line-height: 80rpx; }
|
|
.price text{ font-size: 80%; }
|
|
.no{ font-size: 28rpx; color: gray; line-height: 40rpx; }
|
|
|
|
/* 支付方式 */
|
|
.radio-title{ font-weight: bold; font-size: 30rpx; padding: 30rpx; }
|
|
.radio-group{ padding: 0 30rpx; position: relative; }
|
|
.radio-flex{ display: flex; align-items: center; justify-content: space-between; padding: 30rpx 0; border-bottom: solid 1rpx #f7f8f9; }
|
|
.radio-text{ display: flex; align-items: center; font-size: 30rpx; }
|
|
.radio-icon{ width: 58rpx; height: 58rpx; border-radius: 10rpx; margin-right: 30rpx; }
|
|
.radio-radio{ transform: scale(.8) }
|
|
.radio-lay{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
|
|
|
/* 支付 */
|
|
.pay{ margin-top: 100rpx; }
|
|
.pay-btn[size="default"]{ width: 100%; height: 100rpx; line-height: 100rpx; background: #da2b54; color: white; padding: 0; border-radius: 50rpx; font-size: 32rpx; }
|
|
.pay-btn[size="default"][disabled]{ opacity: .5; background: #da2b54; color: white;}
|
|
|