index.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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. .aaa uni-image {
  31. width: 52px !important;
  32. height: 52px !important;
  33. }
  34. .aaa uni-swiper-item {
  35. width: 55px !important;
  36. height: 80px !important;
  37. padding: 0 5px !important;
  38. }
  39. .xiangji image {
  40. width: 30px;
  41. height: 22px;
  42. }
  43. .suosou image {
  44. width: 40px;
  45. }
  46. .icon-search {
  47. font-size: 23px !important;
  48. color: #8E8E93 !important;
  49. }
  50. .tm-search {
  51. width: 94%;
  52. margin: 0 auto;
  53. background-color: #414141 !important;
  54. border-radius: 10px;
  55. }
  56. .tm-search .grey-darken-5 {
  57. background-color: #414141 !important;
  58. }
  59. .dingwei {
  60. width: 92%;
  61. margin: 0 auto;
  62. margin-top: 20px;
  63. padding-bottom: 20px;
  64. }
  65. .dingwei image {
  66. width: 25px;
  67. margin-right: 10px;
  68. }
  69. .tm-col {
  70. width: 20% !important;
  71. }
  72. .zhuti {
  73. padding: 10px 10px;
  74. }
  75. .lunbo {
  76. margin: 0 !important;
  77. padding: 8px !important;
  78. margin-top: 50px !important;
  79. }
  80. .dianz image {
  81. width: 35px;
  82. vertical-align: middle;
  83. margin-right: 10px;
  84. }
  85. .text-size-s ._span, .text-size-g {
  86. font-size: 15px;
  87. }
  88. .touxiang image {
  89. width: 40px;
  90. margin-right: 10px;
  91. vertical-align: middle;
  92. }
  93. .shoucang image {
  94. width: 45px;
  95. }
  96. .qiehuan {
  97. float: right;
  98. }
  99. .qiehuan .a_1 {
  100. margin-top: 25%;
  101. }
  102. .qiehuan .anniu {
  103. width: 20px;
  104. height: 20px !important;
  105. }
  106. .di {
  107. background: #0D0D0D;
  108. width: 45px;
  109. height: 45px;
  110. text-align: center;
  111. line-height: 50px;
  112. border-radius: 30px;
  113. }
  114. .mingri image {
  115. width: 30px;
  116. margin-right: 12px;
  117. }
  118. .di image {
  119. width: 22px;
  120. margin: 0 !important;
  121. height: 20px !important;
  122. }
  123. .jihua image {
  124. width: 30px;
  125. height: 30px;
  126. }
  127. .jihua {
  128. position: relative;
  129. }
  130. .jihua .a_1 {
  131. position: absolute;
  132. top: 10%;
  133. }
  134. .bbb {
  135. width: 75% !important;
  136. margin: 0 auto !important;
  137. }
  138. .bbb uni-swiper {
  139. width: 100% !important;
  140. height: 90px !important;
  141. }
  142. .bbb .flex-start {
  143. background: rgba(0, 0, 0, 0) !important;
  144. padding: 0 !important;
  145. width: 100% !important;
  146. text-align: center;
  147. margin-top: 30px;
  148. }
  149. .lunbo1 {
  150. margin: 0 !important;
  151. padding: 8px !important;
  152. margin-top: 20px !important;
  153. }
  154. .remenzan {
  155. width: 18px !important;
  156. margin-top: 10px;
  157. }
  158. .remen .logo {
  159. width: 100%;
  160. }
  161. .more {
  162. text-align: center;
  163. }
  164. .more image {
  165. margin-right: 10px;
  166. vertical-align: middle;
  167. }
  168. .chuandaimg {
  169. width: 50% !important;
  170. }
  171. .chuandazi {
  172. width: 48% !important;
  173. }
  174. .lunbo1 .fulled {
  175. width: 100% !important;
  176. }
  177. .gengduo {
  178. width: 30px !important;
  179. margin-top: 10px !important;
  180. }
  181. .zhuti .tm-grid {
  182. min-height: 70px !important;
  183. }
  184. .zhuti .bushan1 {
  185. min-height: 160px !important;
  186. }
  187. .zhuti .bushan2 {
  188. min-height: 157px !important;
  189. }
  190. .uni-tabbar {
  191. background-color: #1B1B1B !important;
  192. }