123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- /* 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;
- }
|