vipCode.wxss 696 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .vipCode {
  2. background: #edf0f3;
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .greenHolder {
  7. width: 100%;
  8. height: 132rpx;
  9. background: #12c962;
  10. position: absolute;
  11. top: 0;
  12. }
  13. .code {
  14. width: 704rpx;
  15. height: 144rpx;
  16. border-radius: 40rpx;
  17. background: #fff;
  18. margin: 60rpx auto 0;
  19. position: relative;
  20. padding-left: 135rpx;
  21. box-sizing: border-box;
  22. }
  23. .code ::placeholder {
  24. color: #555;
  25. font-size: 30rpx;
  26. text-indent: 135rpx;
  27. }
  28. .buyBtn {
  29. width: 401rpx;
  30. height: 84rpx;
  31. font-size: 36rpx;
  32. color: #fff;
  33. line-height: 84rpx;
  34. text-align: center;
  35. margin: 200rpx auto 0;
  36. background: #ff9312;
  37. border-radius: 48rpx;
  38. }