1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .vipCode {
- background: #edf0f3;
- width: 100%;
- height: 100%;
- }
- .greenHolder {
- width: 100%;
- height: 132rpx;
- background: #12c962;
- position: absolute;
- top: 0;
- }
- .code {
- width: 704rpx;
- height: 144rpx;
- border-radius: 40rpx;
- background: #fff;
- margin: 60rpx auto 0;
- position: relative;
- padding-left: 135rpx;
- box-sizing: border-box;
- }
- .code ::placeholder {
- color: #555;
- font-size: 30rpx;
- text-indent: 135rpx;
- }
- .buyBtn {
- width: 401rpx;
- height: 84rpx;
- font-size: 36rpx;
- color: #fff;
- line-height: 84rpx;
- text-align: center;
- margin: 200rpx auto 0;
- background: #ff9312;
- border-radius: 48rpx;
- }
- .bottomText {
- height: 150rpx;
- width: 100%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- position: absolute;
- bottom: 200rpx;
- color: #6a6a6a;
- font-size: 25rpx;
- padding-left: 54rpx;
- }
- .text {
- width: 100%;
- text-align: left;
- margin-bottom: 10rpx;
- }
|