index.wxss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  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. uni-scroll-view {
  28. height: auto !important;
  29. }
  30. .tm-menubars .body {
  31. background-color: #1b1b1b !important;
  32. }
  33. .shangright {
  34. padding: 10px;
  35. }
  36. .xiangji image {
  37. width: 30px;
  38. height: 22px;
  39. }
  40. .suosou image {
  41. width: 40px;
  42. }
  43. .icon-search {
  44. font-size: 23px !important;
  45. color: #8E8E93 !important;
  46. }
  47. .tm-search {
  48. width: 94%;
  49. margin: 0 auto;
  50. background-color: #414141 !important;
  51. border-radius: 10px;
  52. }
  53. .tm-search .grey-darken-5 {
  54. background-color: #414141 !important;
  55. }
  56. .dingwei {
  57. padding-bottom: 20px;
  58. }
  59. .dingwei image {
  60. width: 25px;
  61. margin-right: 10px;
  62. }
  63. .dingwei .touxiang {
  64. width: 50px;
  65. margin-right: 3px;
  66. }
  67. .lunbo1 {
  68. margin: 0 !important;
  69. padding: 4px !important;
  70. margin-top: 5px !important;
  71. width: 46.6% !important;
  72. }
  73. .tuijiantp {
  74. width: 100%;
  75. }
  76. .tuijiantp image {
  77. width: 97% !important;
  78. }
  79. .yichu {
  80. margin: 0 !important;
  81. padding: 4px !important;
  82. margin-top: 10px !important;
  83. }
  84. .qiehuan .text-white {
  85. font-size: 14px;
  86. background: #303440;
  87. height: 28px;
  88. vertical-align: middle;
  89. line-height: 28px;
  90. border-radius: 20px;
  91. padding-left: 14px;
  92. padding-right: 14px;
  93. margin-top: 17%;
  94. }
  95. .qiehuan .tm-tabs-con-item-border {
  96. display: none;
  97. }
  98. .yiguicla image {
  99. width: 95%;
  100. display: block;
  101. margin: 0 auto;
  102. margin-top: 5px;
  103. }
  104. .yiguicla {
  105. width: 30%;
  106. border-radius: 10px;
  107. }
  108. .more {
  109. text-align: center;
  110. }
  111. .more image {
  112. margin-right: 10px;
  113. vertical-align: middle;
  114. width: 30px;
  115. }
  116. .fudong {
  117. position: fixed;
  118. right: 10px;
  119. bottom: 150px;
  120. background: #303030;
  121. width: 130px;
  122. height: 60px;
  123. border-radius: 30px 0px 0px 30px;
  124. font-size: 14px;
  125. text-align: center;
  126. }
  127. .fudimg {
  128. width: 60px;
  129. height: 60px;
  130. }
  131. .anniu {
  132. width: 100%;
  133. margin: 0 auto;
  134. padding-bottom: 30px;
  135. text-align: center;
  136. }
  137. .tm-button .tm-button-btn uni-button {
  138. min-width: 77px !important;
  139. }
  140. .tm-button .red {
  141. color: white !important;
  142. }
  143. .tcc .tm-poup-wk {
  144. width: 90% !important;
  145. position: relative;
  146. height: 580px !important;
  147. }
  148. .tcc .uni-swiper-slides {
  149. width: 100%;
  150. }
  151. .tcc uni-swiper {
  152. width: 100% !important;
  153. }
  154. .uni-swiper-slides {
  155. width: 160px !important;
  156. }
  157. .tcc .lunbohhh uni-image {
  158. width: 160px !important;
  159. }
  160. .tcc .guayi {
  161. width: 70% !important;
  162. display: block;
  163. margin: 0 auto;
  164. margin-top: 15px !important;
  165. }
  166. .tcc .deng {
  167. width: 25px !important;
  168. height: 25px !important;
  169. vertical-align: middle;
  170. margin-right: 8px;
  171. }
  172. .aniOn {
  173. -webkit-animation: doudong 0.5s linear infinite;
  174. animation: doudong 0.5s linear infinite;
  175. background: linear-gradient();
  176. background: -webkit-linear-gradient();
  177. }
  178. @-webkit-keyframes doudong {
  179. 0% {
  180. -webkit-transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
  181. transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
  182. }
  183. 25% {
  184. -webkit-transform: rotate(0deg) translateX(-2rpx) translateY(-2rpx);
  185. transform: rotate(0deg) translateX(-2rpx) translateY(-2rpx);
  186. }
  187. 50% {
  188. -webkit-transform: rotate(0deg) translateX(0rpx) translateY(-2rpx);
  189. transform: rotate(0deg) translateX(0rpx) translateY(-2rpx);
  190. }
  191. 75% {
  192. -webkit-transform: rotate(0deg) translateX(0rpx) translateY(2rpx);
  193. transform: rotate(0deg) translateX(0rpx) translateY(2rpx);
  194. }
  195. 100% {
  196. -webkit-transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
  197. transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
  198. }
  199. }
  200. @keyframes doudong {
  201. 0% {
  202. -webkit-transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
  203. transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
  204. }
  205. 25% {
  206. -webkit-transform: rotate(0deg) translateX(-2rpx) translateY(-2rpx);
  207. transform: rotate(0deg) translateX(-2rpx) translateY(-2rpx);
  208. }
  209. 50% {
  210. -webkit-transform: rotate(0deg) translateX(0rpx) translateY(-2rpx);
  211. transform: rotate(0deg) translateX(0rpx) translateY(-2rpx);
  212. }
  213. 75% {
  214. -webkit-transform: rotate(0deg) translateX(0rpx) translateY(2rpx);
  215. transform: rotate(0deg) translateX(0rpx) translateY(2rpx);
  216. }
  217. 100% {
  218. -webkit-transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
  219. transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
  220. }
  221. }
  222. .tcc .anniu .gray.bk {
  223. color: white !important;
  224. }
  225. .tcc .anniu {
  226. width: 88%;
  227. margin: 0 auto;
  228. margin-top: 20px;
  229. }
  230. .hui {
  231. position: absolute;
  232. background: rgba(0, 0, 0, 0.4);
  233. z-index: 1;
  234. top: 0;
  235. left: 0;
  236. width: 100%;
  237. height: 100%;
  238. }
  239. .close {
  240. width: 30px !important;
  241. height: 30px !important;
  242. float: right;
  243. right: 6px;
  244. }
  245. .daojishi {
  246. width: 90%;
  247. margin: 15px auto;
  248. font-size: 14px;
  249. }