level.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .rank-top-wrap.data-v-1b7b4abc {
  21. width: 100%;
  22. height: 230rpx;
  23. position: relative;
  24. background-color: #191919;
  25. }
  26. .rank-top-wrap .rank-top-text.data-v-1b7b4abc {
  27. color: #d2d2d2;
  28. padding-top: 60rpx;
  29. padding-left: 70rpx;
  30. }
  31. .rank-top-wrap .rank-top-text .rank-top-tit.data-v-1b7b4abc {
  32. color: #ffd515;
  33. font-size: 44rpx;
  34. margin-bottom: 10rpx;
  35. }
  36. .rank-top-wrap .rank-top-img.data-v-1b7b4abc {
  37. position: absolute;
  38. top: 20rpx;
  39. right: 44rpx;
  40. width: 232rpx;
  41. }
  42. .rank-bottom-wrap.data-v-1b7b4abc {
  43. padding: 30rpx;
  44. background-color: #fff;
  45. }
  46. .rank-bottom-wrap .rank-text.data-v-1b7b4abc {
  47. font-size: 26rpx;
  48. margin-bottom: 26rpx;
  49. }
  50. .rank-bottom-wrap .rank-text > ._div.data-v-1b7b4abc {
  51. margin-bottom: 16rpx;
  52. }
  53. .rank-bottom-wrap .btn-wrap.data-v-1b7b4abc {
  54. width: calc(100% - 60rpx);
  55. margin-top: 50rpx;
  56. }
  57. .rank-bottom-wrap .btn-wrap .button-com.data-v-1b7b4abc {
  58. width: 100%;
  59. }
  60. .rank-bottom-wrap .level-list-wrap.data-v-1b7b4abc {
  61. border: 1rpx solid #eeeeee;
  62. font-size: 26rpx;
  63. }
  64. .rank-bottom-wrap .level-list-wrap .level-list-tit.data-v-1b7b4abc,
  65. .rank-bottom-wrap .level-list-wrap .level-list.data-v-1b7b4abc {
  66. display: -webkit-box;
  67. display: flex;
  68. display: -webkit-flex;
  69. -webkit-box-align: center;
  70. -webkit-align-items: center;
  71. align-items: center;
  72. -webkit-box-pack: justify;
  73. -webkit-justify-content: space-between;
  74. justify-content: space-between;
  75. }
  76. .rank-bottom-wrap .level-list-wrap .level-list-tit > ._div.data-v-1b7b4abc,
  77. .rank-bottom-wrap .level-list-wrap .level-list > ._div.data-v-1b7b4abc {
  78. margin: 0 auto;
  79. -webkit-box-flex: 1;
  80. -webkit-flex: 1;
  81. flex: 1;
  82. display: -webkit-box;
  83. display: flex;
  84. display: -webkit-flex;
  85. -webkit-box-align: center;
  86. -webkit-align-items: center;
  87. align-items: center;
  88. -webkit-box-pack: center;
  89. -webkit-justify-content: center;
  90. justify-content: center;
  91. height: 70rpx;
  92. }
  93. .rank-bottom-wrap .level-list-wrap .level-list-tit .level-img.data-v-1b7b4abc .vip-text,
  94. .rank-bottom-wrap .level-list-wrap .level-list .level-img.data-v-1b7b4abc .vip-text {
  95. left: 42rpx;
  96. -webkit-transform: scale(0.8);
  97. transform: scale(0.8);
  98. }
  99. .rank-bottom-wrap .level-list-wrap .level-list-tit.data-v-1b7b4abc {
  100. color: #fff;
  101. background-color: #d9c096;
  102. }
  103. .rank-bottom-wrap .level-list-wrap .level-list-tit > ._div.data-v-1b7b4abc {
  104. border-left: 1rpx solid #fff;
  105. }
  106. .rank-bottom-wrap .level-list-wrap .level-list-tit > ._div.data-v-1b7b4abc:first-child {
  107. border-left: none;
  108. }
  109. .rank-bottom-wrap .level-list-wrap .level-list.data-v-1b7b4abc:nth-child(2n) {
  110. background-color: #f7f7ed;
  111. }
  112. .rank-bottom-wrap .level-list-wrap .level-list > ._div.data-v-1b7b4abc {
  113. border-left: 1rpx solid #eeeeee;
  114. }
  115. .rank-bottom-wrap .level-list-wrap .level-list > ._div.data-v-1b7b4abc:first-child {
  116. border-left: none;
  117. }