vipCode.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. }
  39. .bottomText {
  40. height: 150rpx;
  41. width: 100%;
  42. display: flex;
  43. flex-direction: column;
  44. justify-content: center;
  45. align-items: center;
  46. position: absolute;
  47. bottom: 200rpx;
  48. color: #6a6a6a;
  49. font-size: 25rpx;
  50. padding-left: 54rpx;
  51. }
  52. .text {
  53. width: 100%;
  54. text-align: left;
  55. margin-bottom: 10rpx;
  56. }