|
@@ -1,5 +1,41 @@
|
|
|
.container {
|
|
|
padding: 0rpx 20rpx 30rpx;
|
|
|
+ /* .payBox {
|
|
|
+ position: relative;
|
|
|
+ margin-top: 36rpx;
|
|
|
+ width: 710rpx;
|
|
|
+ height: 184rpx;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ background: url(http://reader-wx.ai160.com/images/reader/v3/learn/vip_center.png);
|
|
|
+ background-size: cover;
|
|
|
+
|
|
|
+ .copywriting {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 70rpx;
|
|
|
+ left: 30rpx;
|
|
|
+ color: #FBF3CD;
|
|
|
+ font-size: 26rpx;
|
|
|
+ letter-spacing: 2rpx;
|
|
|
+
|
|
|
+ text {
|
|
|
+ margin: 0 6rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .goPay {
|
|
|
+ position: absolute;
|
|
|
+ top: 30rpx;
|
|
|
+ right: 28rpx;
|
|
|
+ border-radius: 50rpx;
|
|
|
+ display: inline-block;
|
|
|
+ padding: 14rpx 36rpx;
|
|
|
+ color: #292020;
|
|
|
+ font-weight: bold;
|
|
|
+ letter-spacing: 2rpx;
|
|
|
+ background-image: linear-gradient(116deg, #FFF3DF 0%, #FEC98D 95%);
|
|
|
+ font-size: 30rpx;
|
|
|
+ }
|
|
|
+ } */
|
|
|
}
|
|
|
.container .userBox {
|
|
|
background-color: white;
|
|
@@ -213,32 +249,23 @@
|
|
|
position: relative;
|
|
|
margin-top: 36rpx;
|
|
|
width: 710rpx;
|
|
|
- height: 184rpx;
|
|
|
+ height: 224rpx;
|
|
|
border-radius: 20rpx;
|
|
|
- background: url(http://reader-wx.ai160.com/images/reader/v3/learn/vip_center.png);
|
|
|
+ background: url(http://reader-wx.ai160.com/images/reader/v3/learn/2-1.png);
|
|
|
background-size: cover;
|
|
|
+ -webkit-box-reflect: below 2rpx linear-gradient(to bottom, transparent 92%, rgba(0, 0, 0, 0.3));
|
|
|
}
|
|
|
-.container .payBox .copywriting {
|
|
|
+.container .payBox .buyBtn {
|
|
|
position: absolute;
|
|
|
- bottom: 70rpx;
|
|
|
- left: 30rpx;
|
|
|
- color: #FBF3CD;
|
|
|
+ left: 168rpx;
|
|
|
+ top: 156rpx;
|
|
|
+ color: #39029B;
|
|
|
font-size: 26rpx;
|
|
|
- letter-spacing: 2rpx;
|
|
|
-}
|
|
|
-.container .payBox .copywriting text {
|
|
|
- margin: 0 6rpx;
|
|
|
-}
|
|
|
-.container .payBox .goPay {
|
|
|
- position: absolute;
|
|
|
- top: 30rpx;
|
|
|
- right: 28rpx;
|
|
|
- border-radius: 50rpx;
|
|
|
- display: inline-block;
|
|
|
- padding: 14rpx 36rpx;
|
|
|
- color: #292020;
|
|
|
font-weight: bold;
|
|
|
letter-spacing: 2rpx;
|
|
|
- background-image: linear-gradient(116deg, #FFF3DF 0%, #FEC98D 95%);
|
|
|
- font-size: 30rpx;
|
|
|
+}
|
|
|
+.container .payBox2 {
|
|
|
+ margin-top: 70rpx;
|
|
|
+ background: url(http://reader-wx.ai160.com/images/reader/v3/learn/2-2.png);
|
|
|
+ background-size: cover;
|
|
|
}
|