index.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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. .touimg {
  38. width: 100%;
  39. display: block;
  40. }
  41. .qiehuancla {
  42. width: 100%;
  43. }
  44. .xiaoimg {
  45. width: 100%;
  46. height: 55px;
  47. display: block;
  48. }
  49. .qiehuancla .da {
  50. width: 19.4%;
  51. float: left;
  52. height: 55px;
  53. position: relative;
  54. }
  55. .border {
  56. border: 1px solid #0178FD;
  57. }
  58. .border1 {
  59. border: 1px solid #0D0D0D;
  60. }
  61. .sanjiao {
  62. width: 18px;
  63. height: 18px;
  64. position: absolute;
  65. top: -10px;
  66. left: 39%;
  67. }
  68. .shoucang image {
  69. width: 45px;
  70. }
  71. .qiehuan {
  72. float: right;
  73. }
  74. .qiehuan .a_1 {
  75. margin-top: 25%;
  76. }
  77. .qiehuan .anniu {
  78. width: 20px;
  79. height: 20px !important;
  80. }
  81. .di {
  82. background: #0D0D0D;
  83. width: 45px;
  84. height: 45px;
  85. text-align: center;
  86. line-height: 50px;
  87. border-radius: 30px;
  88. }
  89. .di image {
  90. width: 22px;
  91. margin: 0 !important;
  92. height: 20px !important;
  93. }
  94. .contzui {
  95. margin: 0;
  96. }
  97. .shangpin .white.bk {
  98. background-color: #1b1b1b !important;
  99. }
  100. .shangpin .tm-cartCellListFood {
  101. padding: 0px 10px 15px 10px !important;
  102. margin-top: 5px !important;
  103. margin-bottom: 20px !important;
  104. border-bottom: 1px solid #303030;
  105. }
  106. .shangpin .border-t-1.bk {
  107. border-top: 1px solid #1B1B1B !important;
  108. }
  109. .shangpin .round-3 {
  110. width: 110px !important;
  111. height: 110px !important;
  112. }
  113. .shangpin .tm-cartCellListFood-img {
  114. width: 110px !important;
  115. height: 110px !important;
  116. }
  117. .fudong {
  118. position: fixed;
  119. right: 30px;
  120. bottom: 80px;
  121. background: #0DABF2;
  122. width: 60px;
  123. height: 60px;
  124. border-radius: 30px;
  125. text-align: center;
  126. }
  127. .shangpin .title {
  128. color: white !important;
  129. font-size: 16px;
  130. }
  131. .shangpin .text-red {
  132. color: white !important;
  133. }
  134. .jiaoxi {
  135. margin: 0px;
  136. margin-top: 15px;
  137. }
  138. .shangpin .tm-cartCellListFood-label {
  139. font-size: 14px;
  140. color: white !important;
  141. margin-top: 10px !important;
  142. }