index.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  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. .bottom-end {
  28. width: 100%;
  29. display: flex;
  30. justify-content: center;
  31. align-items: center;
  32. font-size: 12px;
  33. padding: 25px 0px;
  34. }
  35. .tm-menubars .body {
  36. background-color: #1b1b1b !important;
  37. }
  38. .del_title {
  39. display: flex;
  40. justify-content: space-between;
  41. margin: 0 0 15px;
  42. font-size: 16px;
  43. }
  44. .sale_price {
  45. color: #0E68CF;
  46. margin-right: 12px;
  47. font-weight: bold;
  48. font-size: 17px;
  49. }
  50. .de_tag {
  51. border-radius: 20px;
  52. background: rgba(156, 156, 156, 0.3);
  53. padding: 5px 14px;
  54. font-size: 13px;
  55. }
  56. .original_price {
  57. text-decoration: line-through;
  58. color: #ababab;
  59. font-size: 13px;
  60. }
  61. .zhuti {
  62. padding: 0px 5px 10px;
  63. }
  64. .kuang {
  65. margin: 0 !important;
  66. padding: 0px !important;
  67. }
  68. .round-4 {
  69. border-radius: 0px !important;
  70. }
  71. .kuang .line_bottom {
  72. padding: 10px;
  73. border-bottom: 2px solid rgba(129, 129, 129, 0.2);
  74. }
  75. .line_my {
  76. margin: 10px 0;
  77. display: flex;
  78. font-size: 14px;
  79. }
  80. .qiehuan1 .text-primary {
  81. color: white !important;
  82. }
  83. .touxiang {
  84. width: 100%;
  85. display: block;
  86. margin-top: 10px;
  87. }
  88. .xiugai image {
  89. width: 18px;
  90. vertical-align: middle;
  91. margin-right: 5px;
  92. }
  93. .xiugai text {
  94. vertical-align: middle;
  95. }
  96. .xiugai {
  97. position: absolute;
  98. right: 5px;
  99. top: 10px;
  100. }
  101. .you {
  102. border-radius: 10px;
  103. padding: 10px;
  104. width: 88%;
  105. margin: 0 auto;
  106. margin-top: 20px;
  107. }
  108. .you .grey-darken-5 {
  109. background-color: #0d0d0d !important;
  110. padding: 0px !important;
  111. }
  112. .you .text-red {
  113. color: white;
  114. }
  115. .tan .active {
  116. background-color: #AAAAAA !important;
  117. }
  118. .tan .tm-poups .grey-darken-5 {
  119. background-color: gray !important;
  120. }
  121. .tan uni-input {
  122. text-align: right;
  123. }
  124. .you .border-grey-darken-4-b-1 {
  125. border-bottom: solid 1px #313131 !important;
  126. }
  127. .yiguicla image {
  128. width: 95%;
  129. display: block;
  130. margin: 0 auto;
  131. margin-top: 5px;
  132. }
  133. .yiguicla {
  134. width: 30%;
  135. border-radius: 10px;
  136. }
  137. .sao {
  138. width: 88%;
  139. margin: 0 auto;
  140. margin-top: 40px;
  141. }
  142. .mx-32 {
  143. margin: 0px !important;
  144. margin-top: 15px !important;
  145. }
  146. .bottom_btn {
  147. left: 0;
  148. bottom: 0;
  149. width: 100%;
  150. height: 50px;
  151. display: flex;
  152. position: fixed;
  153. font-size: 15px;
  154. justify-content: space-between;
  155. box-sizing: border-box;
  156. }
  157. .bottom_btn .btn_col,
  158. .bottom_btn .btn_gouwu,
  159. .bottom_btn .btn_buy {
  160. height: 100%;
  161. width: 50%;
  162. display: flex;
  163. align-items: center;
  164. justify-content: center;
  165. box-sizing: border-box;
  166. }
  167. .logo {
  168. width: 100%;
  169. }
  170. .dingwei {
  171. width: 21%;
  172. margin-top: 3%;
  173. }
  174. .contone {
  175. width: 48%;
  176. }
  177. .remenzan {
  178. width: 18px !important;
  179. margin-top: 10px;
  180. }
  181. .more {
  182. text-align: center;
  183. }
  184. .more image {
  185. margin-right: 10px;
  186. vertical-align: middle;
  187. width: 30px;
  188. }
  189. .biaoqian {
  190. background: #303440;
  191. padding: 4px 15px;
  192. border-radius: 30px;
  193. }