123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- .buyVip {
- position: fixed;
- z-index: 12;
- left: 0rpx;
- top: 0rpx;
- width: 100vw;
- height: 100vh;
- background: rgba(0, 0, 0, 0.7);
- .modal {
- position: relative;
- width: 677rpx;
- height: 860rpx;
- margin: 120rpx auto 0rpx;
- border-radius: 20rpx;
- text-align: center;
- overflow: hidden;
- background-color: white;
- .header {
- width: 100%;
- height: 172rpx;
- background-image: linear-gradient(129deg, #F9D9BF 0%, #F6D0B2 45%, #F3C0A3 70%, #F1B998 100%);
- text-align: center;
- font-size: 36rpx;
- font-weight: bold;
- border-bottom-left-radius: 100rpx;
- border-bottom-right-radius: 100rpx;
- overflow: hidden;
- .h1 {
- margin: 24rpx 0rpx;
- }
- }
- .payBox {
- position: relative;
- margin: 46rpx auto 56rpx;
- width: 480rpx;
- height: 245rpx;
- border-radius: 20rpx;
- background: url(http://reader-wx.ai160.com/images/reader/v3/learn/SVIPpop.png);
- background-size: cover;
- -webkit-box-reflect: below 2rpx linear-gradient(to bottom, transparent 92%, rgba(0, 0, 0, 0.3));
- .validity {
- position: absolute;
- font-size: 26rpx;
- left: 24rpx;
- bottom: 24rpx;
- color: #F9ECC1;
- }
- }
- .payBox2 {
- background: url(http://reader-wx.ai160.com/images/reader/v3/learn/VIPpop.png);
- background-size: cover;
- -webkit-box-reflect: below 2rpx linear-gradient(to bottom, transparent 92%, rgba(0, 0, 0, 0.3));
- }
- .payBox3 {
- background: url(http://reader-wx.ai160.com/images/reader/v3/learn/2-2.png);
- background-size: cover;
- -webkit-box-reflect: below 2rpx linear-gradient(to bottom, transparent 92%, rgba(0, 0, 0, 0.3));
- }
- .renewBox {
- margin-top: 70rpx;
- padding: 0rpx 20rpx;
- .title {
- text-align: left;
- font-size: 40rpx;
- font-weight: bold;
- margin-bottom: 18rpx;
- }
- .renew {
- margin-bottom: 32rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 14rpx 18rpx 14rpx 22rpx;
- background-color: #F2F2F2;
- border-radius: 50rpx;
- font-size: 30rpx;
- .left {
- flex: 1;
- margin-right: 40rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- color: #666666;
- .money {
- color: #FC614E;
- }
- }
- .pay {
- padding: 6rpx 40rpx;
- border-radius: 50rpx;
- background-image: linear-gradient(129deg, #F9D9BF 0%, #F6D0B2 45%, #F3C0A3 70%, #F1B998 100%);
- }
- }
- }
- }
- .close {
- display: block;
- margin: 0 auto;
- padding: 40rpx;
- width: 54rpx;
- height: 54rpx;
- }
- }
|