index.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .tm-menubars .body {
  28. background-color: #1b1b1b !important;
  29. }
  30. .zhuti {
  31. padding: 10px 10px;
  32. }
  33. .kuang {
  34. margin: 0 !important;
  35. padding: 0px !important;
  36. }
  37. .icon-search {
  38. font-size: 23px !important;
  39. color: #8E8E93 !important;
  40. }
  41. .tm-search {
  42. width: 86%;
  43. background-color: #414141 !important;
  44. border-radius: 10px;
  45. }
  46. .tm-search .grey-darken-5 {
  47. background-color: #414141 !important;
  48. }
  49. .qingchu {
  50. background: #303440;
  51. padding: 5px 15px;
  52. border-radius: 20px;
  53. width: 62px;
  54. }
  55. .liebiao .grey-darken-4.bk {
  56. background-color: #0D0D0D !important;
  57. }
  58. .liebiao .py-24 {
  59. padding-top: 15px;
  60. padding-bottom: 15px;
  61. }
  62. .tm-grouplist {
  63. margin: 0 10px !important;
  64. }
  65. .quxiao {
  66. color: #707070;
  67. line-height: 47px;
  68. }
  69. .tm--badges--cm {
  70. border: 1px solid #303440 !important;
  71. background-color: #303440 !important;
  72. right: -7px !important;
  73. top: 6px !important;
  74. }
  75. .tm--badges {
  76. display: inherit !important;
  77. }
  78. .qingchu {
  79. background: #303440;
  80. padding: 5px 15px;
  81. border-radius: 20px;
  82. width: 62px;
  83. }
  84. .liebiao .grey-darken-4.bk {
  85. background-color: #0D0D0D !important;
  86. }
  87. .liebiao .py-24 {
  88. padding-top: 15px;
  89. padding-bottom: 15px;
  90. }
  91. .tm-grouplist {
  92. margin: 0 10px !important;
  93. }
  94. .qiehuan2 .tm-tabs-con-item-border {
  95. display: none;
  96. }
  97. .qiehuan1 .text-primary {
  98. color: white !important;
  99. }
  100. .qiehuan2 .tm-tabs-con-item-text {
  101. font-size: 14px;
  102. background: none !important;
  103. height: 28px;
  104. vertical-align: middle;
  105. line-height: 28px;
  106. border-radius: 20px;
  107. padding-left: 14px;
  108. padding-right: 14px;
  109. margin-top: 17%;
  110. }
  111. .qiehuan2 .text-weight-b {
  112. font-size: 14px;
  113. background: #303440 !important;
  114. height: 28px;
  115. vertical-align: middle;
  116. line-height: 28px;
  117. border-radius: 20px;
  118. padding-left: 14px;
  119. padding-right: 14px;
  120. margin-top: 17%;
  121. color: white !important;
  122. }
  123. .dingwei {
  124. width: 21%;
  125. margin-top: 3%;
  126. }
  127. .shuruk {
  128. width: 77%;
  129. }
  130. .sousuo {
  131. width: 94%;
  132. margin: 0 auto;
  133. }
  134. .quxiao {
  135. color: #707070;
  136. line-height: 47px;
  137. }
  138. .contone {
  139. width: 48%;
  140. }
  141. .logo {
  142. width: 100%;
  143. }
  144. .remenzan {
  145. width: 18px !important;
  146. margin-top: 10px;
  147. }
  148. .more {
  149. text-align: center;
  150. }
  151. .more image {
  152. margin-right: 10px;
  153. vertical-align: middle;
  154. width: 30px;
  155. }