index.less 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. .g-modal.vip-renew-modal {
  2. .vip-renew-wrapper {
  3. .tabs {
  4. width: 160px;
  5. }
  6. .tab-1-layout {
  7. display: flex;
  8. .pay-modal-wrapper {
  9. display: flex;
  10. }
  11. .select-layout {
  12. width: 375px;
  13. padding-top: 14px;
  14. padding-bottom: 30px;
  15. .g-special-radio-wrapper {
  16. margin-bottom: 15px;
  17. .g-special-radio {
  18. font-size: 12px;
  19. padding: 10px;
  20. white-space: pre;
  21. }
  22. }
  23. }
  24. .info-layout {
  25. flex: 1;
  26. .desc {
  27. line-height: 27px;
  28. margin-bottom: 12px;
  29. }
  30. }
  31. .pay-layout {
  32. width: 200px;
  33. padding-left: 10px;
  34. .tabs {
  35. width: 160px;
  36. margin-bottom: 15px;
  37. .assets {
  38. width: 80px;
  39. }
  40. }
  41. .qrcode {
  42. padding-left: 10px;
  43. margin-bottom: 15px;
  44. .assets {
  45. width: 140px;
  46. }
  47. }
  48. .t {
  49. margin-left: -30px;
  50. text-align: center;
  51. font-size: 12px;
  52. color: #8897A8;
  53. }
  54. }
  55. }
  56. .tab-2-layout {
  57. padding-top: 20px;
  58. .list {
  59. padding-bottom: 30px;
  60. .item {
  61. width: 33.33%;
  62. display: inline-block;
  63. text-align: center;
  64. position: relative;
  65. .over {
  66. position: absolute;
  67. right: 55px;
  68. top: 60px;
  69. width: 44px;
  70. height: 20px;
  71. text-align: center;
  72. background: rgba(102, 201, 76, 1);
  73. border-radius: 10px;
  74. color: #fff;
  75. display: inline-block;
  76. font-size: 10px;
  77. }
  78. .icon {
  79. margin-bottom: 10px;
  80. }
  81. .t {
  82. margin-bottom: 10px;
  83. .assets {
  84. margin-right: 5px;
  85. width: 40px;
  86. height: 20px;
  87. }
  88. }
  89. }
  90. }
  91. .invite-block {
  92. padding-top: 20px;
  93. border-top: 1px solid #eee;
  94. }
  95. }
  96. }
  97. }