index.wxss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  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. .qiehuan1 .text-primary {
  38. color: white !important;
  39. }
  40. .touxiang {
  41. width: 100%;
  42. display: block;
  43. margin-top: 10px;
  44. }
  45. .xiugai image {
  46. width: 18px;
  47. vertical-align: middle;
  48. margin-right: 5px;
  49. }
  50. .xiugai text {
  51. vertical-align: middle;
  52. }
  53. .xiugai {
  54. position: absolute;
  55. right: 5px;
  56. top: 10px;
  57. }
  58. .you {
  59. border-radius: 10px;
  60. padding: 10px;
  61. width: 88%;
  62. margin: 0 auto;
  63. margin-top: 20px;
  64. }
  65. .you .grey-darken-5 {
  66. background-color: #0d0d0d !important;
  67. padding: 0px !important;
  68. }
  69. .you .text-red {
  70. color: white;
  71. }
  72. .tan .active {
  73. background-color: #AAAAAA !important;
  74. }
  75. .tan .tm-poups .grey-darken-5 {
  76. background-color: gray !important;
  77. }
  78. .tan uni-input {
  79. text-align: right;
  80. }
  81. .you .border-grey-darken-4-b-1 {
  82. border-bottom: solid 1px #313131 !important;
  83. }
  84. .yiguicla image {
  85. width: 95%;
  86. display: block;
  87. margin: 0 auto;
  88. margin-top: 5px;
  89. }
  90. .yiguicla {
  91. width: 30%;
  92. border-radius: 10px;
  93. }
  94. .sao {
  95. width: 88%;
  96. margin: 0 auto;
  97. margin-top: 40px;
  98. }
  99. .mx-32 {
  100. margin: 0px !important;
  101. margin-top: 15px !important;
  102. }
  103. .tcc .tm-poup-wk {
  104. width: 90% !important;
  105. position: relative;
  106. height: 580px !important;
  107. }
  108. .tcc .uni-swiper-slides {
  109. width: 100%;
  110. }
  111. .tcc uni-swiper {
  112. width: 100% !important;
  113. }
  114. .uni-swiper-slides {
  115. width: 160px !important;
  116. }
  117. .tcc .lunbohhh uni-image {
  118. width: 160px !important;
  119. }
  120. .tcc .guayi {
  121. width: 60% !important;
  122. display: block;
  123. margin: 0 auto;
  124. margin-top: 15px !important;
  125. }
  126. .tcc .deng {
  127. width: 25px !important;
  128. height: 25px !important;
  129. vertical-align: middle;
  130. margin-right: 8px;
  131. }
  132. .aniOn {
  133. -webkit-animation: doudong 0.5s linear infinite;
  134. animation: doudong 0.5s linear infinite;
  135. background: linear-gradient();
  136. background: -webkit-linear-gradient();
  137. }
  138. @-webkit-keyframes doudong {
  139. 0% {
  140. -webkit-transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
  141. transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
  142. }
  143. 25% {
  144. -webkit-transform: rotate(0deg) translateX(-2rpx) translateY(-2rpx);
  145. transform: rotate(0deg) translateX(-2rpx) translateY(-2rpx);
  146. }
  147. 50% {
  148. -webkit-transform: rotate(0deg) translateX(0rpx) translateY(-2rpx);
  149. transform: rotate(0deg) translateX(0rpx) translateY(-2rpx);
  150. }
  151. 75% {
  152. -webkit-transform: rotate(0deg) translateX(0rpx) translateY(2rpx);
  153. transform: rotate(0deg) translateX(0rpx) translateY(2rpx);
  154. }
  155. 100% {
  156. -webkit-transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
  157. transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
  158. }
  159. }
  160. @keyframes doudong {
  161. 0% {
  162. -webkit-transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
  163. transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
  164. }
  165. 25% {
  166. -webkit-transform: rotate(0deg) translateX(-2rpx) translateY(-2rpx);
  167. transform: rotate(0deg) translateX(-2rpx) translateY(-2rpx);
  168. }
  169. 50% {
  170. -webkit-transform: rotate(0deg) translateX(0rpx) translateY(-2rpx);
  171. transform: rotate(0deg) translateX(0rpx) translateY(-2rpx);
  172. }
  173. 75% {
  174. -webkit-transform: rotate(0deg) translateX(0rpx) translateY(2rpx);
  175. transform: rotate(0deg) translateX(0rpx) translateY(2rpx);
  176. }
  177. 100% {
  178. -webkit-transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
  179. transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
  180. }
  181. }
  182. .anniu {
  183. width: 88%;
  184. margin: 0 auto;
  185. margin-top: 20px;
  186. }
  187. .anniu .gray.bk {
  188. color: white !important;
  189. }
  190. .biaoti view {
  191. width: 5px;
  192. height: 19px;
  193. background: #0178FD;
  194. float: left;
  195. border-radius: 10px;
  196. }
  197. .qiehuan1 .text-primary {
  198. color: white !important;
  199. }
  200. .jiaoxi {
  201. margin: 0 !important;
  202. padding: 8px !important;
  203. }
  204. .shangpin .white.bk {
  205. background-color: #1b1b1b !important;
  206. }
  207. .shangpin .tm-cartCellListFood {
  208. padding: 0px 0px 5px 0px !important;
  209. margin-top: 5px !important;
  210. border-bottom: 1px solid #1B1B1B;
  211. }
  212. .shangpin .border-t-1.bk {
  213. border-top: 1px solid #1b1b1b !important;
  214. }
  215. .shangpin .round-3 {
  216. width: 120px !important;
  217. height: 110px !important;
  218. }
  219. .shangpin .tm-cartCellListFood-img {
  220. width: 120px !important;
  221. height: 110px !important;
  222. }
  223. .shangpin .title {
  224. color: white !important;
  225. }
  226. .shangpin .text-red {
  227. color: white !important;
  228. }
  229. .sao {
  230. width: 88%;
  231. display: block;
  232. margin: 0 auto;
  233. padding-bottom: 60px;
  234. margin-top: 20px;
  235. }
  236. .goumai {
  237. background: #1B1B1B;
  238. margin-bottom: 10px;
  239. }
  240. .anniu {
  241. width: 80%;
  242. margin: 0 auto;
  243. margin-top: 20px;
  244. padding-bottom: 30px;
  245. }
  246. .qiehuan1 .text-primary {
  247. color: white !important;
  248. }
  249. .yiguicla1 image {
  250. width: 95%;
  251. display: block;
  252. margin: 0 auto;
  253. margin-top: 5px;
  254. }
  255. .yiguicla1 {
  256. width: 47%;
  257. border-radius: 10px;
  258. }
  259. .more {
  260. text-align: center;
  261. }
  262. .more image {
  263. margin-right: 10px;
  264. vertical-align: middle;
  265. width: 30px;
  266. }
  267. .seka {
  268. width: 40px;
  269. height: 20px;
  270. border: 1px solid white;
  271. }
  272. .close {
  273. width: 30px !important;
  274. height: 30px !important;
  275. float: right;
  276. right: 6px;
  277. }
  278. .daojishi {
  279. width: 90%;
  280. margin: 15px auto;
  281. font-size: 14px;
  282. }