index.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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: 80%;
  36. background-color: #414141 !important;
  37. border-radius: 10px;
  38. }
  39. .tm-search .grey-darken-5 {
  40. background-color: #414141 !important;
  41. }
  42. .dingwei {
  43. width: 21%;
  44. margin-top: 3%;
  45. }
  46. .shuruk {
  47. width: 77%;
  48. }
  49. .sousuo {
  50. width: 94%;
  51. margin: 0 auto;
  52. }
  53. .qiehuan {
  54. width: 40px;
  55. height: 40px;
  56. }
  57. .lunbo {
  58. position: relative;
  59. }
  60. .anniu1 {
  61. position: absolute;
  62. top: 0px;
  63. z-index: 9999;
  64. top: 43%;
  65. left: 0;
  66. }
  67. .anniu2 {
  68. position: absolute;
  69. top: 0px;
  70. z-index: 9999;
  71. top: 43%;
  72. right: 0;
  73. }
  74. .jiaoxi {
  75. margin: 0 !important;
  76. padding: 8px !important;
  77. }
  78. .tm-col {
  79. width: 20% !important;
  80. }
  81. .yifu1 {
  82. width: 40%;
  83. }
  84. .yifu2 {
  85. width: 58%;
  86. }
  87. .yifu1 image,
  88. .yifu21 {
  89. width: 100%;
  90. }
  91. .xiao {
  92. margin-top: 15px !important;
  93. }
  94. .qiehuan1 .text-primary {
  95. color: white !important;
  96. }
  97. .guanggao {
  98. position: relative;
  99. }
  100. .wenzi {
  101. position: absolute;
  102. bottom: 1px;
  103. right: 0px;
  104. background: #000000;
  105. width: 140px;
  106. height: 55px;
  107. font-size: 14px;
  108. text-align: center;
  109. }
  110. .jiage {
  111. background: #1b1b1b;
  112. }
  113. .shangpin .white.bk {
  114. background-color: #1b1b1b !important;
  115. }
  116. .shangpin .tm-cartCellListFood {
  117. padding: 0px 0px 15px 0px !important;
  118. margin-top: 5px !important;
  119. margin-bottom: 20px !important;
  120. border-bottom: 1px solid #303030;
  121. }
  122. .shangpin .border-t-1.bk {
  123. border-top: 1px solid #1b1b1b !important;
  124. }
  125. .shangpin .round-3 {
  126. width: 90px !important;
  127. height: 90px !important;
  128. }
  129. .shangpin .tm-cartCellListFood-img {
  130. width: 90px !important;
  131. height: 90px !important;
  132. }
  133. .fudong {
  134. position: fixed;
  135. right: 30px;
  136. bottom: 80px;
  137. background: #0DABF2;
  138. width: 60px;
  139. height: 60px;
  140. border-radius: 30px;
  141. text-align: center;
  142. }
  143. .fudong image {
  144. width: 40px;
  145. margin-top: 6px;
  146. }
  147. .shuzigwc {
  148. color: white;
  149. font-weight: 700;
  150. position: absolute;
  151. right: 5px;
  152. background: red;
  153. padding: 2px;
  154. border-radius: 30px;
  155. top: 2px;
  156. width: 15px;
  157. height: 15px;
  158. font-size: 12px;
  159. }
  160. .shangpin .title {
  161. color: white !important;
  162. }
  163. .shangpin .text-red {
  164. color: white !important;
  165. }