ratioRank.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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: flex;
  60. justify-content: space-between;
  61. align-items: center;
  62. padding: 10px 15px;
  63. background-color: #FFFFFF;
  64. }
  65. .content .swiper-box .swiper-item .scroll-box .filter-date-box .filter-date.data-v-422cb647 {
  66. text-align: center;
  67. font-size: 16px;
  68. font-weight: bold;
  69. line-height: 28px;
  70. flex: 1;
  71. }
  72. .content .swiper-box .swiper-item .scroll-box .rank-box.data-v-422cb647 {
  73. height: 30px;
  74. display: flex;
  75. justify-content: space-between;
  76. align-items: center;
  77. padding: 0 15px;
  78. background-color: #FFFFFF;
  79. }
  80. .content .swiper-box .swiper-item .scroll-box .rank-box u-line-progress.data-v-422cb647 {
  81. flex: 1;
  82. }
  83. .content .swiper-box .swiper-item .scroll-box .rank-box .rank-text.data-v-422cb647 {
  84. padding-left: 10px;
  85. font-size: 11px;
  86. color: #ff6e3e;
  87. }
  88. .content .swiper-box .swiper-item .scroll-box .class-card.data-v-422cb647 {
  89. border-bottom: 1px solid #cccccc;
  90. }
  91. .content .swiper-box .swiper-item .scroll-box .class-card .class-content.data-v-422cb647 {
  92. padding: 5px 15px;
  93. display: flex;
  94. align-items: center;
  95. }
  96. .content .swiper-box .swiper-item .scroll-box .class-card .class-content .info-sort.data-v-422cb647 {
  97. width: 34px;
  98. display: flex;
  99. align-items: center;
  100. justify-content: center;
  101. margin-right: 5px;
  102. }
  103. .content .swiper-box .swiper-item .scroll-box .class-card .class-content .class-info-img.data-v-422cb647 {
  104. width: 50px;
  105. height: 50px;
  106. margin-right: 5px;
  107. display: flex;
  108. align-items: center;
  109. justify-content: center;
  110. }
  111. .content .swiper-box .swiper-item .scroll-box .class-card .class-content .class-info-text.data-v-422cb647 {
  112. line-height: 20px;
  113. font-size: 14px;
  114. flex: 1;
  115. }
  116. .content .swiper-box .swiper-item .scroll-box .class-card.data-v-422cb647:last-child {
  117. border-bottom: none;
  118. }
  119. .content u-divider.data-v-422cb647 {
  120. padding: 10px 0;
  121. display: flex;
  122. }