app.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. /**app.wxss**/
  2. /* 济民绿色 00923f */
  3. /* 通御绿色 008457 */
  4. /* 佐今明蓝色 0065AC */
  5. /* 九芝堂 cd0b01 */
  6. /* 柚荚 fc5c25 */
  7. /* 焦娇美人 c9136d */
  8. /* 利省家居 0065AC */
  9. /* 云助手 00a3ff */
  10. /* 通御科技 18AAA3 */
  11. /* 康宁医药 23AC3A */
  12. /* 四季康来 18AAA3 */
  13. /* 精戈MALL c30d23 */
  14. /* 一源有品 00a3ff */
  15. /* 享团 、仁和 cd0b01 */
  16. /*清泉云购 cd0b01 */
  17. /* 乡亲 1796CB*/
  18. /* 晓琳优品 00923f */
  19. /* 奥工匠 1582F7 */
  20. @import "./static/iconfont.css";
  21. @import "./static/stylesheet.css";
  22. page {
  23. --mina: #EB692F;
  24. --main: #EB692F;
  25. --btn: #cd0b01;
  26. --red: #FE0419;
  27. --black: #201d1d;
  28. --fff: #fff;
  29. --vip:#e6b422;
  30. font-size: 28rpx;
  31. color: #333;
  32. background: #f6f6f6;
  33. }
  34. button::after {
  35. border: none;
  36. }
  37. button {
  38. background: none;
  39. border: none;
  40. padding: 0 !important;
  41. margin: 0 !important;
  42. line-height: initial !important;
  43. width: auto !important;
  44. font-weight: normal !important;
  45. height: auto !important;
  46. border-radius: 0 !important;
  47. overflow: initial;
  48. }
  49. image {
  50. display: block;
  51. }
  52. .mbgcolor {
  53. background: #FE0419;
  54. }
  55. .sbgcolor {
  56. background: var(--mina) !important;
  57. }
  58. .bgfff {
  59. background: #fff;
  60. }
  61. .mbglinear {
  62. background: linear-gradient(90deg, rgba(254, 147, 76, 1), rgba(253, 58, 49, 1));
  63. }
  64. .mbglinear-gray {
  65. background: #999;
  66. }
  67. .sbglinear {
  68. background: linear-gradient(0deg, rgba(255, 198, 164, 1), rgba(255, 239, 232, 1));
  69. }
  70. .mbggray {
  71. background: linear-gradient(0deg, #e0e0e0, #c4c4c4);
  72. }
  73. .mbggreen {
  74. background: linear-gradient(0deg, #2AE075, #0ECA78, #05C379);
  75. }
  76. .mcolor {
  77. color: #FE0419;
  78. }
  79. .scolor {
  80. color: var(--mina) !important;
  81. }
  82. .r50 {
  83. border-radius: 50%;
  84. }
  85. .r10 {
  86. border-radius: 12rpx;
  87. }
  88. .r20 {
  89. border-radius: 20rpx;
  90. }
  91. .pdlr20 {
  92. padding-left: 20rpx;
  93. padding-right: 20rpx;
  94. }
  95. .mlr20 {
  96. margin-left: 20rpx;
  97. margin-right: 20rpx;
  98. }
  99. .mb20 {
  100. margin-bottom: 20rpx;
  101. }
  102. .mr20 {
  103. margin-right: 20rpx;
  104. }
  105. .mt20 {
  106. margin-top: 20rpx;
  107. }
  108. .f26 {
  109. font-size: 26rpx;
  110. }
  111. .f28 {
  112. font-size: 28rpx;
  113. }
  114. .f30 {
  115. font-size: 30rpx;
  116. }
  117. .dflex {
  118. display: flex;
  119. display: -webkit-flex;
  120. }
  121. .flex {
  122. flex: 1;
  123. -webkit-flex: 1;
  124. }
  125. /* 为空 */
  126. .nodata {
  127. text-align: center;
  128. padding: 100rpx 0 40rpx 0;
  129. font-size: 30rpx;
  130. color: #333;
  131. }
  132. .nodata image {
  133. display: block;
  134. width: 352rpx;
  135. height: 307rpx;
  136. margin: 0 auto 50rpx;
  137. }
  138. .nodata text {
  139. font-size: 28rpx;
  140. color: #777;
  141. }
  142. .nomore {
  143. font-size: 24rpx;
  144. color: #999;
  145. padding: 25rpx 0;
  146. align-items: center;
  147. justify-content: center;
  148. }
  149. .nomore::before,
  150. .nomore::after {
  151. display: block;
  152. content: '';
  153. width: 168rpx;
  154. height: 2rpx;
  155. background: #e0e0e0;
  156. }
  157. .nomore::before {
  158. margin-right: 50rpx;
  159. }
  160. .nomore::after {
  161. margin-left: 50rpx;
  162. }
  163. .fixed {
  164. position: fixed;
  165. left: 0;
  166. bottom: 0;
  167. right: 0;
  168. z-index: 50;
  169. }
  170. .mask {
  171. position: fixed;
  172. z-index: 99;
  173. top: 0;
  174. left: 0;
  175. right: 0;
  176. bottom: 0;
  177. background: rgba(0, 0, 0, .5);
  178. }
  179. /* 客服 */
  180. .contact_index {
  181. position: fixed;
  182. bottom: 300rpx;
  183. right: 20rpx;
  184. background: var(--mina) !important;
  185. border-radius: 50% !important;
  186. width: 100rpx !important;
  187. height: 100rpx !important;
  188. box-shadow: 0 0 10rpx rgba(86, 86, 86, 0.36);
  189. font-size: 22rpx;
  190. color: #fff;
  191. z-index: 20;
  192. text-align: center;
  193. display: flex;
  194. flex-direction: column;
  195. justify-content: center;
  196. align-items: center;
  197. }
  198. .contact_index image {
  199. width: 40rpx;
  200. height: 40rpx;
  201. margin: 0 auto 5rpx;
  202. }
  203. /* 列表购物车 */
  204. .contact_index1 {
  205. position: fixed;
  206. bottom: 300rpx;
  207. right: 30rpx;
  208. background: #fff !important;
  209. border-radius: 50% !important;
  210. width: 75rpx !important;
  211. height: 75rpx !important;
  212. /* box-shadow: 0 0 10rpx rgba(86,86,86,0.36); */
  213. font-size: 18rpx;
  214. color: #555;
  215. z-index: 20;
  216. align-items: center;
  217. text-align: center;
  218. border: 1rpx solid #eee;
  219. }
  220. .contact_index1 image {
  221. width: 45rpx;
  222. height: 45rpx;
  223. margin: 15rpx auto;
  224. }
  225. /* 购物车为空 */
  226. .nodata_cart {
  227. text-align: center;
  228. padding: 85rpx 0;
  229. }
  230. .nodata_cart image {
  231. width: 320rpx;
  232. height: 307rpx;
  233. margin: 0 auto;
  234. }
  235. .nodata_cart view {
  236. font-size: 30rpx;
  237. color: #333;
  238. margin: 15rpx 0;
  239. }
  240. .nodata_cart text {
  241. display: block;
  242. font-size: 18rpx;
  243. color: #999;
  244. }
  245. .nodata_cart navigator {
  246. width: 176rpx;
  247. height: 66rpx;
  248. line-height: 66rpx;
  249. border: 2rpx solid #EA6739;
  250. border-radius: 35rpx;
  251. font-size: 30rpx;
  252. color: #EA6739;
  253. margin: 40rpx auto 0;
  254. }
  255. /* 通告 */
  256. .notification_bar {
  257. position: fixed;
  258. top: 250rpx;
  259. left: 20rpx;
  260. width: 100%;
  261. z-index: 20;
  262. height: 100rpx;
  263. overflow: hidden;
  264. }
  265. .bar_box {
  266. height: 100rpx;
  267. }
  268. .bar_con {
  269. align-items: center;
  270. }
  271. .bar {
  272. padding-right: 30rpx;
  273. align-items: center;
  274. background: rgba(0, 0, 0, 0.49);
  275. height: 42rpx;
  276. line-height: 42rpx;
  277. border-radius: 21rpx;
  278. }
  279. .bar_left {
  280. width: 42rpx;
  281. height: 42rpx;
  282. border-radius: 50%;
  283. margin-right: 12rpx;
  284. }
  285. .bar_text {
  286. font-size: 18rpx;
  287. color: #fff;
  288. }
  289. .iconfont {
  290. display: flex;
  291. display: -webkit-flex;
  292. align-items: center;
  293. justify-content: center;
  294. }
  295. .color999 {
  296. color: #999;
  297. }
  298. .ddflex{display: flex;display: -webkit-flex;align-items: center;flex-wrap: wrap;}
  299. .fflex{flex: 1;-webkit-flex: 1;overflow: hidden;}
  300. .tover{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
  301. .tovers{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
  302. /* ios底部安全距离-padding */
  303. .savepadding{
  304. padding-bottom: constant(safe-area-inset-bottom);
  305. padding-bottom: env(safe-area-inset-bottom);
  306. /* box-sizing: content-box; */
  307. }
  308. /* ios底部安全距离-bottom */
  309. .savebottom{
  310. bottom: constant(safe-area-inset-bottom);
  311. bottom: env(safe-area-inset-bottom);
  312. }
  313. .wei-login{font-size: 24rpx;color: #333;text-align: center;padding: 0 30rpx 60rpx;margin-top: 160rpx;}
  314. .wei-login image{width: 495rpx;height: 424rpx;margin: 0 auto 20rpx;}
  315. .cart-login{border: 1px solid var(--mina);font-size: 30rpx;color: var(--mina);font-weight: bold;height: 80rpx;line-height: 80rpx;border-radius: 40rpx;width: 260rpx;margin: 65rpx auto 0;}