app.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  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: #27D699;
  24. --main: #27D699;
  25. --btn: #27D699;
  26. --red: #FE0419;
  27. --black: #201d1d;
  28. --fff: #fff;
  29. --vip:#e6b422;
  30. font-size: 28rpx;
  31. color: #333;
  32. background: #f6f6f6;
  33. -webkit-user-select: text;
  34. user-select: text;
  35. }
  36. button::after {
  37. border: none;
  38. }
  39. button {
  40. background: none;
  41. border: none;
  42. padding: 0 !important;
  43. margin: 0 !important;
  44. line-height: initial !important;
  45. width: auto !important;
  46. font-weight: normal !important;
  47. height: auto !important;
  48. border-radius: 0 !important;
  49. overflow: initial;
  50. }
  51. image {
  52. display: block;
  53. }
  54. .mbgcolor {
  55. background: #FE0419;
  56. }
  57. .sbgcolor {
  58. background: var(--mina) !important;
  59. }
  60. .bgfff {
  61. background: #fff;
  62. }
  63. .mbglinear {
  64. background: linear-gradient(90deg, rgba(254, 147, 76, 1), rgba(253, 58, 49, 1));
  65. }
  66. .mbglinear-gray {
  67. background: #999;
  68. }
  69. .sbglinear {
  70. background: linear-gradient(0deg, rgba(255, 198, 164, 1), rgba(255, 239, 232, 1));
  71. }
  72. .mbggray {
  73. background: linear-gradient(0deg, #e0e0e0, #c4c4c4);
  74. }
  75. .mbggreen {
  76. background: linear-gradient(0deg, #2AE075, #0ECA78, #05C379);
  77. }
  78. .mcolor {
  79. color: #FE0419;
  80. }
  81. .scolor {
  82. color: var(--mina) !important;
  83. }
  84. .r50 {
  85. border-radius: 50%;
  86. }
  87. .r10 {
  88. border-radius: 12rpx;
  89. }
  90. .r20 {
  91. border-radius: 20rpx;
  92. }
  93. .pdlr20 {
  94. padding-left: 20rpx;
  95. padding-right: 20rpx;
  96. }
  97. .mlr20 {
  98. margin-left: 20rpx;
  99. margin-right: 20rpx;
  100. }
  101. .mb20 {
  102. margin-bottom: 20rpx;
  103. }
  104. .mr20 {
  105. margin-right: 20rpx;
  106. }
  107. .mt20 {
  108. margin-top: 20rpx;
  109. }
  110. .mt30 {
  111. margin-top: 30rpx;
  112. }
  113. .f26 {
  114. font-size: 26rpx;
  115. }
  116. .f28 {
  117. font-size: 28rpx;
  118. }
  119. .f30 {
  120. font-size: 30rpx;
  121. }
  122. .dflex {
  123. display: flex;
  124. display: -webkit-flex;
  125. }
  126. .flex {
  127. flex: 1;
  128. -webkit-flex: 1;
  129. }
  130. /* 为空 */
  131. .nodata {
  132. text-align: center;
  133. padding: 100rpx 0 40rpx 0;
  134. font-size: 30rpx;
  135. color: #333;
  136. }
  137. .nodata image {
  138. display: block;
  139. width: 352rpx;
  140. height: 307rpx;
  141. margin: 0 auto 50rpx;
  142. }
  143. .nodata text {
  144. font-size: 28rpx;
  145. color: #777;
  146. }
  147. .nomore {
  148. font-size: 24rpx;
  149. color: #999;
  150. padding: 25rpx 0;
  151. align-items: center;
  152. justify-content: center;
  153. }
  154. .nomore::before,
  155. .nomore::after {
  156. display: block;
  157. content: '';
  158. width: 168rpx;
  159. height: 2rpx;
  160. background: #e0e0e0;
  161. }
  162. .nomore::before {
  163. margin-right: 50rpx;
  164. }
  165. .nomore::after {
  166. margin-left: 50rpx;
  167. }
  168. .fixed {
  169. position: fixed;
  170. left: 0;
  171. bottom: 0;
  172. right: 0;
  173. z-index: 50;
  174. }
  175. .mask {
  176. position: fixed;
  177. z-index: 99;
  178. top: 0;
  179. left: 0;
  180. right: 0;
  181. bottom: 0;
  182. background: rgba(0, 0, 0, .5);
  183. }
  184. /* 客服 */
  185. .contact_index {
  186. position: fixed;
  187. bottom: 300rpx;
  188. right: 20rpx;
  189. background: var(--mina) !important;
  190. border-radius: 50% !important;
  191. width: 100rpx !important;
  192. height: 100rpx !important;
  193. box-shadow: 0 0 10rpx rgba(86, 86, 86, 0.36);
  194. font-size: 22rpx;
  195. color: #fff;
  196. z-index: 20;
  197. text-align: center;
  198. display: flex;
  199. flex-direction: column;
  200. justify-content: center;
  201. align-items: center;
  202. }
  203. .contact_index image {
  204. width: 40rpx;
  205. height: 40rpx;
  206. margin: 0 auto 5rpx;
  207. }
  208. /* 列表购物车 */
  209. .contact_index1 {
  210. position: fixed;
  211. bottom: 300rpx;
  212. right: 30rpx;
  213. background: #fff !important;
  214. border-radius: 50% !important;
  215. width: 75rpx !important;
  216. height: 75rpx !important;
  217. /* box-shadow: 0 0 10rpx rgba(86,86,86,0.36); */
  218. font-size: 18rpx;
  219. color: #555;
  220. z-index: 20;
  221. align-items: center;
  222. text-align: center;
  223. border: 1rpx solid #eee;
  224. }
  225. .contact_index1 image {
  226. width: 45rpx;
  227. height: 45rpx;
  228. margin: 15rpx auto;
  229. }
  230. /* 购物车为空 */
  231. .nodata_cart {
  232. text-align: center;
  233. padding: 85rpx 0;
  234. }
  235. .nodata_cart image {
  236. width: 320rpx;
  237. height: 307rpx;
  238. margin: 0 auto;
  239. }
  240. .nodata_cart view {
  241. font-size: 30rpx;
  242. color: #333;
  243. margin: 15rpx 0;
  244. }
  245. .nodata_cart text {
  246. display: block;
  247. font-size: 18rpx;
  248. color: #999;
  249. }
  250. .nodata_cart navigator {
  251. width: 176rpx;
  252. height: 66rpx;
  253. line-height: 66rpx;
  254. border: 2rpx solid #EA6739;
  255. border-radius: 35rpx;
  256. font-size: 30rpx;
  257. color: #EA6739;
  258. margin: 40rpx auto 0;
  259. }
  260. /* 通告 */
  261. .notification_bar {
  262. position: fixed;
  263. top: 250rpx;
  264. left: 20rpx;
  265. width: 100%;
  266. z-index: 20;
  267. height: 100rpx;
  268. overflow: hidden;
  269. }
  270. .bar_box {
  271. height: 100rpx;
  272. }
  273. .bar_con {
  274. align-items: center;
  275. }
  276. .bar {
  277. padding-right: 30rpx;
  278. align-items: center;
  279. background: rgba(0, 0, 0, 0.49);
  280. height: 42rpx;
  281. line-height: 42rpx;
  282. border-radius: 21rpx;
  283. }
  284. .bar_left {
  285. width: 42rpx;
  286. height: 42rpx;
  287. border-radius: 50%;
  288. margin-right: 12rpx;
  289. }
  290. .bar_text {
  291. font-size: 18rpx;
  292. color: #fff;
  293. }
  294. .iconfont {
  295. display: flex;
  296. display: -webkit-flex;
  297. align-items: center;
  298. justify-content: center;
  299. }
  300. .color999 {
  301. color: #999;
  302. }
  303. .ddflex{display: flex;display: -webkit-flex;align-items: center;flex-wrap: wrap;}
  304. .fflex{flex: 1;-webkit-flex: 1;overflow: hidden;}
  305. .tover{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
  306. .tovers{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
  307. .tovers3{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
  308. .grayTheme{
  309. filter: grayscale(1);
  310. }
  311. /* ios底部安全距离-padding */
  312. .savepadding{
  313. padding-bottom: constant(safe-area-inset-bottom);
  314. padding-bottom: env(safe-area-inset-bottom);
  315. /* box-sizing: content-box; */
  316. }
  317. /* ios底部安全距离-bottom */
  318. .savebottom{
  319. bottom: constant(safe-area-inset-bottom);
  320. bottom: env(safe-area-inset-bottom);
  321. }