|
@@ -33,189 +33,204 @@
|
|
|
|
|
|
|
|
|
.payBox {
|
|
|
- margin-top: 20rpx;
|
|
|
- padding: 13rpx 30rpx;
|
|
|
- background-color: white;
|
|
|
- border-radius: 20rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
+ padding: 13rpx 30rpx;
|
|
|
+ background-color: white;
|
|
|
+ border-radius: 20rpx;
|
|
|
+
|
|
|
+ .title {
|
|
|
+ font-size: 34rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #000;
|
|
|
+ }
|
|
|
+
|
|
|
+ .pay {
|
|
|
+ margin: 20rpx 0rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: 0rpx 30rpx;
|
|
|
+ border-radius: 22rpx;
|
|
|
+ overflow: hidden;
|
|
|
|
|
|
- .title {
|
|
|
- font-size: 34rpx;
|
|
|
+ .payLeft {
|
|
|
+ .pLTitle {
|
|
|
+ font-size: 36rpx;
|
|
|
font-weight: bold;
|
|
|
- color: #000;
|
|
|
- }
|
|
|
+ }
|
|
|
|
|
|
- .pay {
|
|
|
- margin: 20rpx 0rpx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- padding: 0rpx 30rpx;
|
|
|
- border-radius: 22rpx;
|
|
|
- overflow: hidden;
|
|
|
-
|
|
|
- .payLeft {
|
|
|
- .pLTitle {
|
|
|
- font-size: 36rpx;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
-
|
|
|
- .pLcontent {
|
|
|
- font-size: 22rpx;
|
|
|
- }
|
|
|
- }
|
|
|
+ .pLcontent {
|
|
|
+ font-size: 22rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .payRight {
|
|
|
- margin: 24rpx 0rpx;
|
|
|
- padding: 12rpx 28rpx;
|
|
|
- border-radius: 40rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
+ .payRight {
|
|
|
+ margin: 24rpx 0rpx;
|
|
|
+ padding: 12rpx 28rpx;
|
|
|
+ border-radius: 40rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
+ }
|
|
|
|
|
|
- .vipPay {
|
|
|
- background: url('http://reader-wx.ai160.com/images/reader/v3/year.png') no-repeat;
|
|
|
- background-size: cover;
|
|
|
+ .vipPay {
|
|
|
+ background: url('http://reader-wx.ai160.com/images/reader/v3/year.png') no-repeat;
|
|
|
+ background-size: cover;
|
|
|
|
|
|
- .vipTitle {
|
|
|
- color: #FFE6B9;
|
|
|
- }
|
|
|
+ .vipTitle {
|
|
|
+ color: #FFE6B9;
|
|
|
+ }
|
|
|
|
|
|
- .vipContent {
|
|
|
- margin-top: 4rpx;
|
|
|
- color: #FFE6B9;
|
|
|
- }
|
|
|
+ .vipContent {
|
|
|
+ margin-top: 4rpx;
|
|
|
+ color: #FFE6B9;
|
|
|
+ }
|
|
|
|
|
|
- .vipBtn {
|
|
|
- background-image: linear-gradient(to bottom, #F4E7A8, #F9EDCF);
|
|
|
- color: #211501;
|
|
|
- }
|
|
|
+ .vipBtn {
|
|
|
+ background-image: linear-gradient(to bottom, #F4E7A8, #F9EDCF);
|
|
|
+ color: #211501;
|
|
|
}
|
|
|
+ }
|
|
|
|
|
|
- .buyPay {
|
|
|
- background: url('http://reader-wx.ai160.com/images/reader/v3/10yuan.png') no-repeat;
|
|
|
- background-size: cover;
|
|
|
+ .buyPay {
|
|
|
+ background: url('http://reader-wx.ai160.com/images/reader/v3/10yuan.png') no-repeat;
|
|
|
+ background-size: cover;
|
|
|
|
|
|
- .payLeft {
|
|
|
- color: #7D320A;
|
|
|
- font-size: 36rpx;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
+ .payLeft {
|
|
|
+ color: #7D320A;
|
|
|
+ font-size: 36rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
|
|
|
- .buyBtn {
|
|
|
- border: 1rpx solid white;
|
|
|
- color: white;
|
|
|
- background-color: #7D320A;
|
|
|
- }
|
|
|
+ .buyBtn {
|
|
|
+ border: 1rpx solid white;
|
|
|
+ color: white;
|
|
|
+ background-color: #7D320A;
|
|
|
}
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
- .surplus {
|
|
|
- margin-top: 20rpx;
|
|
|
- padding: 22rpx 30rpx;
|
|
|
- background-color: white;
|
|
|
- border-radius: 20rpx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- font-size: 32rpx;
|
|
|
+ .bindNumber {
|
|
|
+ padding: 22rpx 30rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ background: url('http://reader-wx.ai160.com/images/reader/v3/year.png') no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ border-radius: 20rpx;
|
|
|
|
|
|
- .title {
|
|
|
- font-size: 34rpx;
|
|
|
- font-weight: bold;
|
|
|
- color: #000;
|
|
|
- }
|
|
|
+ .desc {
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
|
|
|
- .num {
|
|
|
- color: #F97419;
|
|
|
- font-weight: bold;
|
|
|
- margin-right: 10rpx;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
- .taskBox {
|
|
|
- margin-top: 20rpx;
|
|
|
- padding: 20rpx 10rpx 0rpx;
|
|
|
- background-color: white;
|
|
|
- border-radius: 20rpx;
|
|
|
-
|
|
|
- .title {
|
|
|
- padding: 0rpx 20rpx;
|
|
|
- font-size: 34rpx;
|
|
|
- font-weight: bold;
|
|
|
- color: #000;
|
|
|
- }
|
|
|
+ .surplus {
|
|
|
+ margin-top: 20rpx;
|
|
|
+ padding: 22rpx 30rpx;
|
|
|
+ background-color: white;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-size: 32rpx;
|
|
|
+
|
|
|
+ .title {
|
|
|
+ font-size: 34rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #000;
|
|
|
+ }
|
|
|
+
|
|
|
+ .num {
|
|
|
+ color: #F97419;
|
|
|
+ font-weight: bold;
|
|
|
+ margin-right: 10rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .task {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- padding: 30rpx 22rpx;
|
|
|
- border-bottom: 1px solid #EAEAEA;
|
|
|
-
|
|
|
- .taskLeft {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
-
|
|
|
- .img {
|
|
|
- width: 76rpx;
|
|
|
- height: 76rpx;
|
|
|
- border-radius: 50%;
|
|
|
- }
|
|
|
-
|
|
|
- .taskContent {
|
|
|
- margin-left: 40rpx;
|
|
|
-
|
|
|
- .tcTitle {
|
|
|
- font-size: 30rpx;
|
|
|
- font-weight: bold;
|
|
|
- color: #333;
|
|
|
- }
|
|
|
-
|
|
|
- .tcNum {
|
|
|
- color: #FF6259;
|
|
|
- font-size: 26rpx;
|
|
|
- }
|
|
|
- }
|
|
|
+ .taskBox {
|
|
|
+ margin-top: 20rpx;
|
|
|
+ padding: 20rpx 10rpx 0rpx;
|
|
|
+ background-color: white;
|
|
|
+ border-radius: 20rpx;
|
|
|
+
|
|
|
+ .title {
|
|
|
+ padding: 0rpx 20rpx;
|
|
|
+ font-size: 34rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #000;
|
|
|
+ }
|
|
|
+
|
|
|
+ .task {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: 30rpx 22rpx;
|
|
|
+ border-bottom: 1px solid #EAEAEA;
|
|
|
+
|
|
|
+ .taskLeft {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+
|
|
|
+ .img {
|
|
|
+ width: 76rpx;
|
|
|
+ height: 76rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .taskContent {
|
|
|
+ margin-left: 40rpx;
|
|
|
+
|
|
|
+ .tcTitle {
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #333;
|
|
|
}
|
|
|
|
|
|
- .taskRight {
|
|
|
- width: 138rpx;
|
|
|
- text-align: center;
|
|
|
- padding: 10rpx 0rpx;
|
|
|
- border-radius: 40rpx;
|
|
|
- color: white;
|
|
|
- background-color: #FC614E;
|
|
|
- font-size: 30rpx;
|
|
|
+ .tcNum {
|
|
|
+ color: #FF6259;
|
|
|
+ font-size: 26rpx;
|
|
|
}
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .taskRight-close {
|
|
|
- color: #6C6C6C;
|
|
|
- background: #D0D0D0;
|
|
|
- box-shadow: 0 2px 2px 0 #AEABAB;
|
|
|
- }
|
|
|
+ .taskRight {
|
|
|
+ width: 138rpx;
|
|
|
+ text-align: center;
|
|
|
+ padding: 10rpx 0rpx;
|
|
|
+ border-radius: 40rpx;
|
|
|
+ color: white;
|
|
|
+ background-color: #FC614E;
|
|
|
+ font-size: 30rpx;
|
|
|
+ }
|
|
|
|
|
|
- .taskSurplus {
|
|
|
- text-align: center;
|
|
|
- margin-top: 4rpx;
|
|
|
- color: #686868;
|
|
|
- font-size: 20rpx;
|
|
|
- }
|
|
|
+ .taskRight-close {
|
|
|
+ color: #6C6C6C;
|
|
|
+ background: #D0D0D0;
|
|
|
+ box-shadow: 0 2px 2px 0 #AEABAB;
|
|
|
}
|
|
|
|
|
|
- .advert {
|
|
|
- border: none;
|
|
|
+ .taskSurplus {
|
|
|
+ text-align: center;
|
|
|
+ margin-top: 4rpx;
|
|
|
+ color: #686868;
|
|
|
+ font-size: 20rpx;
|
|
|
}
|
|
|
+ }
|
|
|
+
|
|
|
+ .advert {
|
|
|
+ border: none;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.share_cancel {
|
|
|
- position: absolute;
|
|
|
- left: 0px;
|
|
|
- right: 0px;
|
|
|
- margin: auto;
|
|
|
- top: -64rpx;
|
|
|
- width: 60rpx;
|
|
|
- height: 60rpx;
|
|
|
+ position: absolute;
|
|
|
+ left: 0px;
|
|
|
+ right: 0px;
|
|
|
+ margin: auto;
|
|
|
+ top: -64rpx;
|
|
|
+ width: 60rpx;
|
|
|
+ height: 60rpx;
|
|
|
}
|
|
|
}
|