ratioRank.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. page {
  2. width: 100%;
  3. height: 100%;
  4. background-color: #f7f7f7;
  5. }
  6. @charset "UTF-8";
  7. /**
  8. * 这里是uni-app内置的常用样式变量
  9. *
  10. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  11. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  12. *
  13. */
  14. /**
  15. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  16. *
  17. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  18. */
  19. /* 颜色变量 */
  20. /* 行为相关颜色 */
  21. /* 文字基本颜色 */
  22. /* 背景颜色 */
  23. /* 边框颜色 */
  24. /* 尺寸变量 */
  25. /* 文字尺寸 */
  26. /* 图片尺寸 */
  27. /* Border Radius */
  28. /* 水平间距 */
  29. /* 垂直间距 */
  30. /* 透明度 */
  31. /* 文章场景相关 */
  32. .handle-fix-box.data-v-422cb647 {
  33. width: 100%;
  34. height: 60px;
  35. padding: 10px 15px;
  36. position: fixed;
  37. z-index: 2;
  38. bottom: 0px;
  39. left: 0px;
  40. background-color: #FFFFFF;
  41. box-sizing: border-box;
  42. }
  43. .content.data-v-422cb647 {
  44. width: 100%;
  45. float: left;
  46. }
  47. .content .swiper-box.data-v-422cb647 {
  48. height: calc(100vh - 34px);
  49. }
  50. .content .swiper-box .swiper-item.data-v-422cb647 {
  51. height: calc(100vh - 34px);
  52. }
  53. .content .swiper-box .swiper-item .scroll-box.data-v-422cb647 {
  54. width: 100%;
  55. height: calc(100vh - 34px);
  56. }
  57. .content .swiper-box .swiper-item .scroll-box .filter-date-box.data-v-422cb647 {
  58. height: 48px;
  59. display: -webkit-box;
  60. display: -webkit-flex;
  61. display: flex;
  62. -webkit-box-pack: justify;
  63. -webkit-justify-content: space-between;
  64. justify-content: space-between;
  65. -webkit-box-align: center;
  66. -webkit-align-items: center;
  67. align-items: center;
  68. padding: 10px 15px;
  69. background-color: #FFFFFF;
  70. }
  71. .content .swiper-box .swiper-item .scroll-box .filter-date-box .filter-date.data-v-422cb647 {
  72. text-align: center;
  73. font-size: 16px;
  74. font-weight: bold;
  75. line-height: 28px;
  76. -webkit-box-flex: 1;
  77. -webkit-flex: 1;
  78. flex: 1;
  79. }
  80. .content .swiper-box .swiper-item .scroll-box .rank-box.data-v-422cb647 {
  81. height: 30px;
  82. display: -webkit-box;
  83. display: -webkit-flex;
  84. display: flex;
  85. -webkit-box-pack: justify;
  86. -webkit-justify-content: space-between;
  87. justify-content: space-between;
  88. -webkit-box-align: center;
  89. -webkit-align-items: center;
  90. align-items: center;
  91. padding: 0 15px;
  92. background-color: #FFFFFF;
  93. }
  94. .content .swiper-box .swiper-item .scroll-box .rank-box u-line-progress.data-v-422cb647 {
  95. -webkit-box-flex: 1;
  96. -webkit-flex: 1;
  97. flex: 1;
  98. }
  99. .content .swiper-box .swiper-item .scroll-box .rank-box .rank-text.data-v-422cb647 {
  100. padding-left: 10px;
  101. font-size: 11px;
  102. color: #ff6e3e;
  103. }
  104. .content .swiper-box .swiper-item .scroll-box .class-card.data-v-422cb647 {
  105. border-bottom: 1px solid #cccccc;
  106. }
  107. .content .swiper-box .swiper-item .scroll-box .class-card .class-content.data-v-422cb647 {
  108. padding: 5px 15px;
  109. display: -webkit-box;
  110. display: -webkit-flex;
  111. display: flex;
  112. -webkit-box-align: center;
  113. -webkit-align-items: center;
  114. align-items: center;
  115. }
  116. .content .swiper-box .swiper-item .scroll-box .class-card .class-content .info-sort.data-v-422cb647 {
  117. width: 34px;
  118. display: -webkit-box;
  119. display: -webkit-flex;
  120. display: flex;
  121. -webkit-box-align: center;
  122. -webkit-align-items: center;
  123. align-items: center;
  124. -webkit-box-pack: center;
  125. -webkit-justify-content: center;
  126. justify-content: center;
  127. margin-right: 5px;
  128. }
  129. .content .swiper-box .swiper-item .scroll-box .class-card .class-content .class-info-img.data-v-422cb647 {
  130. width: 50px;
  131. height: 50px;
  132. margin-right: 5px;
  133. display: -webkit-box;
  134. display: -webkit-flex;
  135. display: flex;
  136. -webkit-box-align: center;
  137. -webkit-align-items: center;
  138. align-items: center;
  139. -webkit-box-pack: center;
  140. -webkit-justify-content: center;
  141. justify-content: center;
  142. }
  143. .content .swiper-box .swiper-item .scroll-box .class-card .class-content .class-info-text.data-v-422cb647 {
  144. line-height: 20px;
  145. font-size: 14px;
  146. -webkit-box-flex: 1;
  147. -webkit-flex: 1;
  148. flex: 1;
  149. }
  150. .content .swiper-box .swiper-item .scroll-box .class-card.data-v-422cb647:last-child {
  151. border-bottom: none;
  152. }
  153. .content u-divider.data-v-422cb647 {
  154. padding: 10px 0;
  155. display: -webkit-box;
  156. display: -webkit-flex;
  157. display: flex;
  158. }