index.wxss 3.0 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. .zhuti {
  31. padding: 10px 10px;
  32. }
  33. .kuang {
  34. margin: 0 !important;
  35. padding: 0px !important;
  36. }
  37. .chuanda {
  38. width: 100%;
  39. margin-top: 10px;
  40. }
  41. .shuru {
  42. background: #0D0D0D;
  43. padding: 10px;
  44. margin-top: 20px;
  45. }
  46. .shuru .grey-darken-5 {
  47. background-color: #0d0d0d !important;
  48. padding: 0px !important;
  49. }
  50. .shuru {
  51. border: 1px solid #303030;
  52. border-radius: 10px;
  53. }
  54. .shuru .text-primary.bk {
  55. color: #303030 !important;
  56. }
  57. .shuru .border-grey-darken-4-b-1 {
  58. border-bottom: none !important;
  59. }
  60. .qiehuan .tm-tabs-con-item-border {
  61. display: none;
  62. }
  63. .qiehuan .tm-tabs-con-item-text {
  64. background: #303440;
  65. height: 26px;
  66. line-height: 26px;
  67. padding-left: 14px;
  68. padding-right: 14px;
  69. margin-top: 17%;
  70. border-radius: 20px;
  71. margin-left: 10px;
  72. }
  73. .qiehuan .text-white {
  74. font-size: 14px;
  75. background: #0178FD;
  76. height: 26px;
  77. vertical-align: middle;
  78. line-height: 26px;
  79. border-radius: 20px;
  80. padding-left: 14px;
  81. padding-right: 14px;
  82. margin-top: 17%;
  83. }
  84. .biaoti view {
  85. width: 5px;
  86. height: 19px;
  87. background: #0178FD;
  88. float: left;
  89. border-radius: 10px;
  90. }
  91. .qiehuan1 .text-primary {
  92. color: white !important;
  93. }
  94. .jiaoxi {
  95. margin: 0 !important;
  96. padding: 8px !important;
  97. }
  98. .shangpin .white.bk {
  99. background-color: #1b1b1b !important;
  100. }
  101. .shangpin .tm-cartCellListFood {
  102. padding: 0px 0px 5px 0px !important;
  103. margin-top: 5px !important;
  104. border-bottom: 1px solid #1B1B1B;
  105. }
  106. .shangpin .border-t-1.bk {
  107. border-top: 1px solid #1b1b1b !important;
  108. }
  109. .shangpin .round-3 {
  110. width: 120px !important;
  111. height: 110px !important;
  112. }
  113. .shangpin .tm-cartCellListFood-img {
  114. width: 120px !important;
  115. height: 110px !important;
  116. }
  117. .shangpin .title {
  118. color: white !important;
  119. }
  120. .shangpin .text-red {
  121. color: white !important;
  122. }
  123. .sao {
  124. width: 88%;
  125. display: block;
  126. margin: 0 auto;
  127. padding-bottom: 60px;
  128. margin-top: 20px;
  129. }
  130. .goumai {
  131. background: #1B1B1B;
  132. margin-bottom: 10px;
  133. }
  134. .anniu {
  135. width: 70%;
  136. margin: 0 auto;
  137. margin-top: 20px;
  138. padding-bottom: 30px;
  139. }