12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- .g-modal.vip-renew-modal {
- .vip-renew-wrapper {
- .tabs {
- width: 160px;
- }
- .tab-1-layout {
- display: flex;
- .select-layout {
- flex: 1;
- padding-top: 30px;
- .g-special-radio-wrapper {
- margin-bottom: 15px;
- }
- }
- .pay-layout {
- width: 200px;
- padding-left: 10px;
- .tabs {
- width: 160px;
- margin-bottom: 15px;
- .assets {
- width: 80px;
- }
- }
- .qrcode {
- padding-left: 10px;
- margin-bottom: 15px;
- .assets {
- width: 140px;
- }
- }
- .t {
- margin-left: -30px;
- text-align: center;
- font-size: 12px;
- color: #8897A8;
- }
- }
- }
- .tab-2-layout {
- padding-top: 20px;
- .list {
- border-bottom: 1px solid #ECEDEE;
- margin-bottom: 20px;
- padding-bottom: 30px;
- .item {
- width: 33.33%;
- display: inline-block;
- text-align: center;
- position: relative;
- .over {
- position: absolute;
- right: 55px;
- top: 60px;
- width: 44px;
- height: 20px;
- text-align: center;
- background: rgba(102, 201, 76, 1);
- border-radius: 10px;
- color: #fff;
- display: inline-block;
- font-size: 10px;
- }
- .icon {
- margin-bottom: 10px;
- }
- .t {
- margin-bottom: 10px;
- .assets {
- margin-right: 5px;
- }
- }
- }
- }
- }
- }
- }
|