index.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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, .jia .tm-button-btn {
  34. margin: 0 !important;
  35. padding: 0px !important;
  36. }
  37. .uploadImg {
  38. display: flex;
  39. justify-content: flex-start;
  40. align-items: flex-start;
  41. flex-wrap: wrap;
  42. }
  43. .uploadImg-image {
  44. width: 70px;
  45. height: 70px;
  46. margin: 0px 10px 10px 0px;
  47. position: relative;
  48. }
  49. .shanchu {
  50. position: absolute;
  51. right: -15px;
  52. top: -5px;
  53. }
  54. .jia .tm-button-btn .px-12 {
  55. padding: 0 !important;
  56. }
  57. .white {
  58. background: none !important;
  59. }
  60. .jia .white, .jian .white {
  61. color: #ffffff !important;
  62. }
  63. .sao {
  64. width: 90%;
  65. margin: 20px auto 0px;
  66. }
  67. .shuliang .text-size-n {
  68. color: white !important;
  69. }
  70. .shangpin .tm-cartCellListFood {
  71. margin: 5px 0px 20px !important;
  72. padding-bottom: 15px !important;
  73. border-bottom: 1px solid #1B1B1B;
  74. }
  75. .kuang .border-t-1.bk {
  76. border-top: 1px solid #1b1b1b !important;
  77. }
  78. .shangpin .title, .shangpin .text-red {
  79. color: white !important;
  80. }
  81. .shangpin .round-3 {
  82. width: 90px !important;
  83. height: 90px !important;
  84. }
  85. .shangpin .tm-cartCellListFood-img {
  86. width: 90px !important;
  87. height: 90px !important;
  88. }
  89. .shuliang .text-size-n {
  90. color: white !important;
  91. }
  92. .tiyan text {
  93. vertical-align: middle;
  94. }
  95. .tiyan {
  96. margin-top: 20px;
  97. }
  98. .tiyan .text-primary.bk {
  99. color: #FFCC00 !important;
  100. }
  101. .tiyan .opacity-6 {
  102. opacity: 1 !important;
  103. }
  104. .shuru .grey-darken-4 {
  105. background: #0D0D0D !important;
  106. }
  107. .shuru {
  108. padding: 0px !important;
  109. margin-top: 20px !important;
  110. }
  111. .jia {
  112. width: 100%;
  113. height: 100%;
  114. display: flex;
  115. flex-direction: column;
  116. justify-content: center;
  117. align-items: center;
  118. }
  119. .jia-btn {
  120. width: 70px;
  121. height: 70px;
  122. border: 1px solid #eeeeee;
  123. border-radius: 4px;
  124. }