app.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  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. @import "./static/iconfont.css";
  20. @import "./static/stylesheet.css";
  21. page {
  22. --mina: #2B8CFF;
  23. --submain:#29BDFF;
  24. --main: #2B8CFF;
  25. --light: #fff;
  26. --textbg:#f5fafd;
  27. --btn: #2B8CFF;
  28. --red: #FE0419;
  29. --black: #201d1d;
  30. --fff: #fff;
  31. --vip:#e6b422;
  32. font-size: 28rpx;
  33. color: #333;
  34. background: #f5f5f5;
  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. flex-shrink: 0;
  54. }
  55. .mbgcolor {
  56. background: #FE0419;
  57. }
  58. .sbgcolor {
  59. background: var(--mina) !important;
  60. }
  61. .bgfff {
  62. background: #fff;
  63. }
  64. .mbglinear {
  65. background: linear-gradient(90deg, rgba(254, 147, 76, 1), rgba(253, 58, 49, 1));
  66. /* background: linear-gradient(90deg, #E0C29A 0%, #B18347 100%); */
  67. }
  68. .mbglinear-gray {
  69. background: #999;
  70. }
  71. .sbglinear {
  72. background: linear-gradient(0deg, rgba(255, 198, 164, 1), rgba(255, 239, 232, 1));
  73. }
  74. .mbggray {
  75. background: linear-gradient(0deg, #e0e0e0, #c4c4c4);
  76. }
  77. .mbggreen {
  78. background: linear-gradient(0deg, #2AE075, #0ECA78, #05C379);
  79. }
  80. .mcolor {
  81. color: #FE0419;
  82. }
  83. .scolor {
  84. color: var(--mina) !important;
  85. }
  86. .r50 {
  87. border-radius: 50%;
  88. }
  89. .r10 {
  90. border-radius: 12rpx;
  91. }
  92. .r20 {
  93. border-radius: 20rpx;
  94. }
  95. .pdlr20 {
  96. padding-left: 20rpx;
  97. padding-right: 20rpx;
  98. }
  99. .pdlr30 {
  100. padding-left: 30rpx;
  101. padding-right: 30rpx;
  102. }
  103. .mb20 {
  104. margin-bottom: 20rpx;
  105. }
  106. .mr20 {
  107. margin-right: 20rpx;
  108. }
  109. .mt20 {
  110. margin-top: 20rpx;
  111. }
  112. .f26 {
  113. font-size: 26rpx;
  114. }
  115. .f28 {
  116. font-size: 28rpx;
  117. }
  118. .f30 {
  119. font-size: 30rpx;
  120. }
  121. .dflex {
  122. display: flex;
  123. display: -webkit-flex;
  124. }
  125. .flex {
  126. flex: 1;
  127. -webkit-flex: 1;
  128. }
  129. /* 为空 */
  130. .nodata {
  131. text-align: center;
  132. padding: 100rpx 0 40rpx 0;
  133. font-size: 30rpx;
  134. color: #333;
  135. }
  136. .nodata image {
  137. display: block;
  138. width: 352rpx;
  139. height: 307rpx;
  140. margin: 0 auto 50rpx;
  141. }
  142. .nodata text {
  143. font-size: 28rpx;
  144. color: #777;
  145. }
  146. .nomore {
  147. font-size: 24rpx;
  148. color: #999;
  149. padding: 25rpx 0;
  150. align-items: center;
  151. justify-content: center;
  152. }
  153. .nomore::before,
  154. .nomore::after {
  155. display: block;
  156. content: '';
  157. width: 168rpx;
  158. height: 2rpx;
  159. background: #e0e0e0;
  160. }
  161. .nomore::before {
  162. margin-right: 50rpx;
  163. }
  164. .nomore::after {
  165. margin-left: 50rpx;
  166. }
  167. .fixed {
  168. position: fixed;
  169. left: 0;
  170. bottom: 0;
  171. right: 0;
  172. z-index: 50;
  173. }
  174. .mask {
  175. position: fixed;
  176. z-index: 99;
  177. top: 0;
  178. left: 0;
  179. right: 0;
  180. bottom: 0;
  181. background: rgba(0, 0, 0, .5);
  182. }
  183. /* 客服 */
  184. .contact_index {
  185. position: fixed;
  186. bottom: 300rpx;
  187. right: 20rpx;
  188. background: #fff !important;
  189. border-radius: 50% !important;
  190. width: 80rpx !important;
  191. height: 80rpx !important;
  192. box-shadow: 0 0 10rpx rgba(86, 86, 86, 0.36);
  193. font-size: 18rpx;
  194. color: #555;
  195. z-index: 20;
  196. text-align: center;
  197. }
  198. .contact_index image {
  199. width: 34rpx;
  200. height: 34rpx;
  201. margin: 12rpx 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. }