/* pages/subscription/subscription.wxss */ page { background: #EEEEEE; } .top { background-color: #ffffff; margin-top: 10rpx; padding: 57rpx 39rpx 67rpx 79rpx; } .text1, .number { font-size: 30rpx; font-family: PingFang SC; font-weight: 500; color: rgba(51, 51, 51, 1); } .number { margin-left: 10rpx; color: rgba(254, 118, 34, 1); } .text2 { margin-top: 25rpx; margin-bottom: 40rpx; font-size: 24rpx; font-family: PingFang SC; font-weight: 400; color: #747474; line-height: 36rpx; } .text3 { color: rgba(254, 118, 34, 1); } .num { display: flex; } .num view { flex: 1; } .money { font-size: 60rpx; font-family: PingFang SC; font-weight: 800; color: #FE7622; } .text4 { color: rgba(51, 51, 51, 1); font-size: 24rpx; } .buyNum { padding-top: 24rpx; text-align: right; font-size: 48rpx; font-family: PingFang SC; font-weight: 500; color: #333333; line-height: 48rpx; } .content { padding: 30rpx; } .list { font-weight: 500; display: flex; padding: 27rpx 0; } .left, .left1 { flex: 1; font-size: 32rpx; font-family: PingFang SC; font-weight: 500; color: #333333; line-height: 48rpx; } .left { text-align: right; } .left text { color: #333333; font-size: 24rpx; margin-right: 20rpx; } .left view { display: inline-block; text-align: center; width: 35rpx; vertical-align: middle; background-color: #FE7622; } .left input { display: inline-block; vertical-align: middle; margin: 0 10rpx; text-align: center; border-radius: 10rpx; width: 78rpx; height: 56rpx; } .money1 { color: rgba(254, 118, 35, 1) !important; font-size: 32rpx !important; margin-right: 0 !important; } .money-text { font-size: 32rpx !important; } .pay { margin-top: 90rpx; height: 138rpx; display: flex; line-height: 138rpx; text-align: center; } .pay-left { flex: 0 0 60%; background-color: #ffffff; } .pay-right { flex: 1; background-color: rgba(255, 101, 69, 1); font-size: 40rpx; font-family: PingFang SC; font-weight: 500; color: #FFFFFF; } .text5 { font-size: 30rpx; font-family: PingFang SC; font-weight: 400; color: #333333; } .pay-money { font-size: 40rpx; font-weight: 500; color: #333333; } .icon { display: inline-block; vertical-align: middle; margin-right: 10rpx; width: 33rpx; height: 33rpx; border: 2rpx solid #FE7622; border-radius: 10rpx; } .tip { margin-top: 30rpx; margin-left: 30rpx; font-size: 22rpx; font-family: PingFang SC; font-weight: 400; color: #333333; }