12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .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;
- }
|