index.less 1.6 KB

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