.content{ background: white; min-height: 100vh; padding: 0 30rpx; } .info{ padding:100rpx 20rpx; 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: 26rpx; color: gray; line-height: 40rpx; } .no-list {margin-top: 30rpx; background-color: #f7faff; border-radius: 10rpx; padding: 30rpx 10rpx; box-sizing: border-box; height: 100rpx; position: relative; overflow: hidden;} .no-list::after {position: absolute; left: calc(50% - 9rpx); top: -18rpx; content: ''; width: 0;height: 0;border-bottom: 18rpx solid #f7faff; border-left: 18rpx solid transparent; border-right: 18rpx solid transparent;} .no-list-item {line-height: 40rpx; margin-bottom: 30rpx;} .no-list-item:last-child {margin-bottom: 0;} .no-list.active {height: auto;} .no-show {background-color: #f7faff; color: #000000; display: inline-block; padding: 0 40rpx; line-height: 52rpx; border-radius: 0 0 10rpx 10rpx; font-size: 26rpx;} .no-show image {width: 24rpx; height: 24rpx; vertical-align: -4rpx;transform: rotate(270deg); transition: .2s;} .no-show.active image {transform: rotate(90deg);} /* 支付方式 */ .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;}