index.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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. .icon-search {
  31. font-size: 23px !important;
  32. color: #8E8E93 !important;
  33. }
  34. .tm-search {
  35. width: 86%;
  36. margin: 0 auto;
  37. background-color: #414141 !important;
  38. border-radius: 10px;
  39. }
  40. .tm-search .grey-darken-5 {
  41. background-color: #414141 !important;
  42. }
  43. .quxiao {
  44. color: #707070;
  45. line-height: 47px;
  46. }
  47. .tm--badges--cm {
  48. border: 1px solid #303440 !important;
  49. background-color: #303440 !important;
  50. right: -7px !important;
  51. top: 6px !important;
  52. }
  53. .tm--badges {
  54. display: inherit !important;
  55. }
  56. .qingchu {
  57. background: #303440;
  58. padding: 5px 15px;
  59. border-radius: 20px;
  60. width: 62px;
  61. }
  62. .liebiao .grey-darken-4.bk {
  63. background-color: #0D0D0D !important;
  64. }
  65. .liebiao .py-24 {
  66. padding-top: 15px;
  67. padding-bottom: 15px;
  68. }
  69. .tm-grouplist {
  70. margin: 0 10px !important;
  71. }
  72. .qiehuan2 .tm-tabs-con-item-border {
  73. display: none;
  74. }
  75. .qiehuan1 .text-primary {
  76. color: white !important;
  77. }
  78. .qiehuan2 .tm-tabs-con-item-text {
  79. font-size: 14px;
  80. background: none !important;
  81. height: 28px;
  82. vertical-align: middle;
  83. line-height: 28px;
  84. border-radius: 20px;
  85. padding-left: 14px;
  86. padding-right: 14px;
  87. margin-top: 17%;
  88. }
  89. .qiehuan2 .text-weight-b {
  90. font-size: 14px;
  91. background: #303440 !important;
  92. height: 28px;
  93. vertical-align: middle;
  94. line-height: 28px;
  95. border-radius: 20px;
  96. padding-left: 14px;
  97. padding-right: 14px;
  98. margin-top: 17%;
  99. color: white !important;
  100. }
  101. .jihua image {
  102. width: 30px;
  103. height: 30px;
  104. }
  105. .jihua {
  106. position: relative;
  107. }
  108. .jihua .a_1 {
  109. position: absolute;
  110. top: 10%;
  111. }
  112. .jihuaview {
  113. width: 43%;
  114. margin: 7px;
  115. }
  116. .remenzan {
  117. width: 18px !important;
  118. margin-top: 10px;
  119. }
  120. .jihua .logo {
  121. width: 100%;
  122. }
  123. .touxiang image {
  124. width: 40px;
  125. margin-right: 10px;
  126. vertical-align: middle;
  127. }
  128. .yichu {
  129. padding: 0px !important;
  130. margin: 0 !important;
  131. }
  132. .more {
  133. text-align: center;
  134. }
  135. .more image {
  136. margin-right: 10px;
  137. vertical-align: middle;
  138. width: 30px;
  139. }