123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- #container {
- overflow: hidden;
- width: 750rpx;
- height: 3960rpx;
- background: url('http://reader-wx.ai160.com/images/reader/v3/bg.jpg') no-repeat;
- background-size: 100% 3831rpx;
- .commoditys {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin: 360rpx auto;
- padding: 54rpx 24rpx 54rpx 34rpx;
- width: 676rpx;
- height: 313rpx;
- box-sizing: border-box;
- border-radius: 20rpx;
- .commodity {
- position: relative;
- width: 192rpx;
- background-clip: content-box !important;
- height: 192rpx;
- border: 2px solid white;
- border-radius: 10rpx;
- }
- .active {
- position: absolute;
- width: 54rpx;
- height: 36rpx;
- right: 0;
- bottom: 0;
- }
- .aborder {
- border-color: #ff935e;
- }
- .c-1 {
- background: url('http://reader-wx.ai160.com/images/reader/v3/299.png') no-repeat;
- background-size: contain;
- }
- .c-2 {
- background: url('http://reader-wx.ai160.com/images/reader/v3/99.png') no-repeat;
- background-size: contain;
- }
- .c-3 {
- background: url('http://reader-wx.ai160.com/images/reader/v3/15.png') no-repeat;
- background-size: contain;
- }
- }
- .payBox {
- position: fixed;
- display: flex;
- align-items: center;
- justify-content: space-between;
- box-sizing: border-box;
- left: 0;
- bottom: 0;
- width: 100%;
- padding: 32rpx 36rpx;
- background: white;
- .left {
- font-size: 36rpx;
- }
- .price {
- color: #ff9108;
- font-size: 48rpx;
- font-weight: bold;
- }
- .pay {
- padding: 14rpx 46rpx;
- background: #ff9108;
- color: white;
- font-weight: 500;
- font-size: 36rpx;
- border-radius: 45rpx;
- }
- }
- .mask {
- position: fixed;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 100vw;
- height: 100vh;
- left: 0;
- top: 0;
- text-align: center;
- background-color: rgba(0, 0, 0, 0.568);
- .payTips {
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 483rpx;
- height: 521rpx;
- padding: 68rpx 38rpx 38rpx;
- box-sizing: border-box;
- border-radius: 11px;
- background: white;
- }
- .simg {
- width: 120rpx;
- height: 134rpx;
- }
- .t1 {
- margin: 32rpx 0 94rpx;
- width: 245rpx;
- height: 49rpx;
- font-size: 38rpx;
- }
- .goXkx {
- padding: 10rpx 110rpx;
- font-size: 30rpx;
- color: white;
- border-radius: 31rpx;
- background: linear-gradient(180deg, #66d751 0%, #65d952 100%);
- }
- }
- }
|