base.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. @charset "UTF-8";
  2. * {scrollbar-color: #e5e5e5 #f7f7f9;scrollbar-width: thin;}
  3. html {margin: 0 auto;max-width: 1200px;}
  4. body {overflow-x: hidden;background:#f5f5f5;}
  5. .font-color,.font-color-red {color:#fc4141!important}
  6. .bg-color{background-color:#e93323!important}
  7. .icon-color{color: #ff3c2b}
  8. .cart-color {color: #ff3700 !important;border:1px solid #ff3700 !important}
  9. .padding20{padding: 20rpx}
  10. .pad20 {padding: 0 20rpx}
  11. .padding30{padding: 30rpx}
  12. .pad30{padding: 0 30rpx}
  13. .mt20{margin-top: 20rpx;}
  14. .mt-40{margin-top: -40rpx;}
  15. .font28{font-size: 28rpx;}
  16. .pull-left{float: left;}
  17. .pull-right{float: right;}
  18. .clearfix:after{content:'';display:block;height:0;clear:both}
  19. .clearfix{zoom:1}
  20. .pos-fixed{position: fixed;}
  21. .w-100 {width: 100%;}
  22. .line-through {text-decoration: line-through;}
  23. .acea-row {display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-lines: multiple;
  24. -moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
  25. .acea-row.row-middle {
  26. -webkit-box-align: center;
  27. -moz-box-align: center;
  28. -o-box-align: center;
  29. -ms-flex-align: center;
  30. -webkit-align-items: center;
  31. align-items: center
  32. }
  33. .acea-row.row-top {
  34. -webkit-box-align: start;
  35. -moz-box-align: start;
  36. -o-box-align: start;
  37. -ms-flex-align: start;
  38. -webkit-align-items: flex-start;
  39. align-items: flex-start
  40. }
  41. .acea-row.row-bottom {
  42. -webkit-box-align: end;
  43. -moz-box-align: end;
  44. -o-box-align: end;
  45. -ms-flex-align: end;
  46. -webkit-align-items: flex-end;
  47. align-items: flex-end
  48. }
  49. .acea-row.row-center {
  50. -webkit-box-pack: center;
  51. -moz-box-pack: center;
  52. -o-box-pack: center;
  53. -ms-flex-pack: center;
  54. -webkit-justify-content: center;
  55. justify-content: center
  56. }
  57. .acea-row.row-right {
  58. -webkit-box-pack: end;
  59. -moz-box-pack: end;
  60. -o-box-pack: end;
  61. -ms-flex-pack: end;
  62. -webkit-justify-content: flex-end;
  63. justify-content: flex-end
  64. }
  65. .acea-row.row-left {
  66. -webkit-box-pack: start;
  67. -moz-box-pack: start;
  68. -o-box-pack: start;
  69. -ms-flex-pack: start;
  70. -webkit-justify-content: flex-start;
  71. justify-content: flex-start
  72. }
  73. .acea-row.row-between {
  74. -webkit-box-pack: justify;
  75. -moz-box-pack: justify;
  76. -o-box-pack: justify;
  77. -ms-flex-pack: justify;
  78. -webkit-justify-content: space-between;
  79. justify-content: space-between
  80. }
  81. .acea-row.row-around {
  82. justify-content: space-around;
  83. -webkit-justify-content: space-around
  84. }
  85. .acea-row.row-column-around {
  86. -webkit-flex-direction: column;
  87. -ms-flex-direction: column;
  88. flex-direction: column;
  89. justify-content: space-around;
  90. -webkit-justify-content: space-around
  91. }
  92. .acea-row.row-column {
  93. -webkit-box-orient: vertical;
  94. -moz-box-orient: vertical;
  95. -o-box-orient: vertical;
  96. -webkit-flex-direction: column;
  97. -ms-flex-direction: column;
  98. flex-direction: column
  99. }
  100. .acea-row.row-column-between {
  101. -webkit-box-orient: vertical;
  102. -moz-box-orient: vertical;
  103. -o-box-orient: vertical;
  104. -webkit-flex-direction: column;
  105. -ms-flex-direction: column;
  106. flex-direction: column;
  107. -webkit-box-pack: justify;
  108. -moz-box-pack: justify;
  109. -o-box-pack: justify;
  110. -ms-flex-pack: justify;
  111. -webkit-justify-content: space-between;
  112. justify-content: space-between
  113. }
  114. .acea-row.row-center-wrapper {
  115. -webkit-box-align: center;
  116. -moz-box-align: center;
  117. -o-box-align: center;
  118. -ms-flex-align: center;
  119. -webkit-align-items: center;
  120. align-items: center;
  121. -webkit-box-pack: center;
  122. -moz-box-pack: center;
  123. -o-box-pack: center;
  124. -ms-flex-pack: center;
  125. -webkit-justify-content: center;
  126. justify-content: center
  127. }
  128. .acea-row.row-between-wrapper {
  129. -webkit-box-align: center;
  130. -moz-box-align: center;
  131. -o-box-align: center;
  132. -ms-flex-align: center;
  133. -webkit-align-items: center;
  134. align-items: center;
  135. -webkit-box-pack: justify;
  136. -moz-box-pack: justify;
  137. -o-box-pack: justify;
  138. -ms-flex-pack: justify;
  139. -webkit-justify-content: space-between;
  140. justify-content: space-between
  141. }
  142. *,view{box-sizing:border-box;}
  143. page{font-size: 28rpx;background-color:#f5f5f5;color: #282828;}
  144. body,html{height:unset}
  145. button{padding:0;margin:0;line-height:normal;background-color:#fff}
  146. button::after {border:0}
  147. radio .wx-radio-input {border-radius:50%;width:38rpx;height:38rpx}
  148. radio .uni-radio-input{border-radius:50%;width:38rpx;height:38rpx}
  149. /deep/radio .uni-radio-input.uni-radio-input-checked,/deep/radio .wx-radio-input.wx-radio-input-checked{border: 1px solid var(--view-theme)!important;background-color: var(--view-theme)!important;}
  150. checkbox .wx-checkbox-input{width:38rpx;height:38rpx}
  151. checkbox .wx-checkbox-input.wx-checkbox-input-checked::before{color: #fff!important;}
  152. checkbox .uni-checkbox-input{width: 38rpx;height: 38rpx}
  153. /deep/checkbox .uni-checkbox-input.uni-checkbox-input-checked,
  154. /deep/checkbox .wx-checkbox-input.wx-checkbox-input-checked{border: 1px solid var(--view-theme)!important;background-color: var(--view-theme)!important;color:#fff!important;}
  155. checkbox .uni-checkbox-input.uni-checkbox-input-checked::before{font-size: 35rpx}
  156. .line1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  157. .line2{word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap;text-overflow:ellipsis;}
  158. .mask{position:fixed;top: 0;left:0;right:0;bottom:0;background-color:#000;opacity:.5;z-index:30}
  159. @keyframes load {
  160. from {
  161. transform: rotate(0)
  162. }
  163. to {
  164. transform: rotate(360deg)
  165. }
  166. }
  167. @-webkit-keyframes load {
  168. from {
  169. transform: rotate(0)
  170. }
  171. to {
  172. transform: rotate(360deg)
  173. }
  174. }