myaid.wxss 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .content {
  13. background: #f8f8f8;
  14. height: 100%;
  15. }
  16. .swiper-box {
  17. height: calc(100% - 40px);
  18. }
  19. .list-scroll-content {
  20. height: 100%;
  21. }
  22. .navbar {
  23. display: -webkit-box;
  24. display: -webkit-flex;
  25. display: flex;
  26. height: 40px;
  27. padding: 0 5px;
  28. background: #fff;
  29. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  30. position: relative;
  31. z-index: 10;
  32. }
  33. .navbar .nav-item {
  34. width: 250rpx;
  35. -webkit-box-flex: 1;
  36. -webkit-flex: 1;
  37. flex: 1;
  38. display: -webkit-box;
  39. display: -webkit-flex;
  40. display: flex;
  41. -webkit-box-pack: center;
  42. -webkit-justify-content: center;
  43. justify-content: center;
  44. -webkit-box-align: center;
  45. -webkit-align-items: center;
  46. align-items: center;
  47. height: 100%;
  48. font-size: 15px;
  49. color: #303133;
  50. position: relative;
  51. }
  52. .navbar .nav-item.current {
  53. color: #FF0000;
  54. }
  55. .navbar .nav-item.current:after {
  56. content: '';
  57. position: absolute;
  58. left: 50%;
  59. bottom: 0;
  60. -webkit-transform: translateX(-50%);
  61. transform: translateX(-50%);
  62. width: 44px;
  63. height: 0;
  64. border-bottom: 2px solid #FF0000;
  65. }
  66. .uni-swiper-item {
  67. height: auto;
  68. }
  69. .order-item {
  70. background-color: #fff;
  71. padding: 0 20rpx;
  72. margin-bottom: 15rpx;
  73. margin-top: 15rpx;
  74. }
  75. .order-item .item-top {
  76. -webkit-box-pack: justify;
  77. -webkit-justify-content: space-between;
  78. justify-content: space-between;
  79. height: 79rpx;
  80. border-bottom: 1px solid #E1E1E5;
  81. line-height: 79rpx;
  82. font-size: 26rpx;
  83. font-family: PingFang SC;
  84. font-weight: bold;
  85. color: #333333;
  86. }
  87. .order-item .item-main {
  88. height: 210rpx;
  89. -webkit-box-align: center;
  90. -webkit-align-items: center;
  91. align-items: center;
  92. }
  93. .order-item .item-main image {
  94. width: 220rpx;
  95. height: 170rpx;
  96. background: #FFFFFF;
  97. border: 1px solid #DDDDDD;
  98. border-radius: 10rpx;
  99. margin: 18rpx;
  100. }
  101. .order-item .item-main .item-info {
  102. width: 471rpx;
  103. height: 170rpx;
  104. position: relative;
  105. }
  106. .order-item .item-main .item-info .info-title {
  107. font-size: 32rpx;
  108. font-family: PingFang SC;
  109. font-weight: bold;
  110. color: #323232;
  111. line-height: 1;
  112. }
  113. .order-item .item-main .item-info .info-content {
  114. padding-top: 14rpx;
  115. font-size: 22rpx;
  116. font-family: PingFang SC;
  117. font-weight: 500;
  118. color: #666666;
  119. line-height: 1.5;
  120. }
  121. .order-item .item-main .item-info .info-time {
  122. font-size: 22rpx;
  123. font-family: PingFang SC;
  124. font-weight: 500;
  125. color: #999999;
  126. position: absolute;
  127. right: 0;
  128. bottom: 0;
  129. }
  130. .order-item .item-bottom {
  131. height: 96rpx;
  132. border-top: 1px solid #E1E1E5;
  133. -webkit-box-pack: end;
  134. -webkit-justify-content: flex-end;
  135. justify-content: flex-end;
  136. -webkit-box-align: center;
  137. -webkit-align-items: center;
  138. align-items: center;
  139. }
  140. .order-item .item-bottom view {
  141. width: 144rpx;
  142. height: 55rpx;
  143. line-height: 55rpx;
  144. text-align: center;
  145. border-radius: 28rpx;
  146. font-size: 24rpx;
  147. font-family: PingFang SC;
  148. font-weight: 500;
  149. }
  150. .order-item .item-bottom .yxs {
  151. border: 2px solid #FA7E67;
  152. color: #FA7E67;
  153. line-height: 50rpx;
  154. }
  155. .order-item .item-bottom .zs {
  156. background: #FA7E67;
  157. color: #fff;
  158. margin-left: 15rpx;
  159. }
  160. .mask {
  161. z-index: 10;
  162. position: fixed;
  163. top: 0;
  164. right: 0;
  165. bottom: 0;
  166. left: 0;
  167. background-color: rgba(0, 0, 0, 0.5);
  168. width: 100%;
  169. height: 100%;
  170. display: -webkit-box;
  171. display: -webkit-flex;
  172. display: flex;
  173. -webkit-box-pack: center;
  174. -webkit-justify-content: center;
  175. justify-content: center;
  176. -webkit-box-align: center;
  177. -webkit-align-items: center;
  178. align-items: center;
  179. -webkit-box-orient: vertical;
  180. -webkit-box-direction: normal;
  181. -webkit-flex-direction: column;
  182. flex-direction: column;
  183. }
  184. .mask .pop {
  185. z-index: 12;
  186. width: 560rpx;
  187. height: 379rpx;
  188. background: white;
  189. border-radius: 30px;
  190. }
  191. .mask .pop .pop-box {
  192. width: 100%;
  193. height: 100%;
  194. display: -webkit-box;
  195. display: -webkit-flex;
  196. display: flex;
  197. -webkit-box-orient: vertical;
  198. -webkit-box-direction: normal;
  199. -webkit-flex-direction: column;
  200. flex-direction: column;
  201. text-align: center;
  202. -webkit-box-align: center;
  203. -webkit-align-items: center;
  204. align-items: center;
  205. margin-top: -72rpx !important;
  206. }
  207. .mask .pop .pop-box .pop-img {
  208. width: 177rpx;
  209. height: 186rpx;
  210. margin-bottom: 34rpx;
  211. }
  212. .mask .pop .pop-box .pop-title {
  213. height: 34rpx;
  214. font-size: 36rpx;
  215. font-weight: 500;
  216. color: #333333;
  217. margin-bottom: 32rpx;
  218. }
  219. .mask .pop .pop-box .number {
  220. width: 454rpx;
  221. height: 78rpx;
  222. background: #eaeaea;
  223. background: #eaeaea;
  224. }
  225. .mask .pop .close-box {
  226. margin-top: 130rpx;
  227. text-align: center;
  228. }
  229. .mask .pop .close-box .close {
  230. width: 83rpx;
  231. height: 83rpx;
  232. }
  233. /* load-more */
  234. .uni-load-more {
  235. display: -webkit-box;
  236. display: -webkit-flex;
  237. display: flex;
  238. -webkit-box-orient: horizontal;
  239. -webkit-box-direction: normal;
  240. -webkit-flex-direction: row;
  241. flex-direction: row;
  242. height: 80rpx;
  243. -webkit-box-align: center;
  244. -webkit-align-items: center;
  245. align-items: center;
  246. -webkit-box-pack: center;
  247. -webkit-justify-content: center;
  248. justify-content: center;
  249. }
  250. .uni-load-more__text {
  251. font-size: 28rpx;
  252. color: #999;
  253. }
  254. .uni-load-more__img {
  255. height: 24px;
  256. width: 24px;
  257. margin-right: 10px;
  258. }
  259. .uni-load-more__img > view {
  260. position: absolute;
  261. }
  262. .uni-load-more__img > view view {
  263. width: 6px;
  264. height: 2px;
  265. border-top-left-radius: 1px;
  266. border-bottom-left-radius: 1px;
  267. background: #999;
  268. position: absolute;
  269. opacity: 0.2;
  270. -webkit-transform-origin: 50%;
  271. transform-origin: 50%;
  272. -webkit-animation: load 1.56s ease infinite;
  273. animation: load 1.56s ease infinite;
  274. }
  275. .uni-load-more__img > view view:nth-child(1) {
  276. -webkit-transform: rotate(90deg);
  277. transform: rotate(90deg);
  278. top: 2px;
  279. left: 9px;
  280. }
  281. .uni-load-more__img > view view:nth-child(2) {
  282. -webkit-transform: rotate(180deg);
  283. transform: rotate(180deg);
  284. top: 11px;
  285. right: 0;
  286. }
  287. .uni-load-more__img > view view:nth-child(3) {
  288. -webkit-transform: rotate(270deg);
  289. transform: rotate(270deg);
  290. bottom: 2px;
  291. left: 9px;
  292. }
  293. .uni-load-more__img > view view:nth-child(4) {
  294. top: 11px;
  295. left: 0;
  296. }
  297. .load1,
  298. .load2,
  299. .load3 {
  300. height: 24px;
  301. width: 24px;
  302. }
  303. .load2 {
  304. -webkit-transform: rotate(30deg);
  305. transform: rotate(30deg);
  306. }
  307. .load3 {
  308. -webkit-transform: rotate(60deg);
  309. transform: rotate(60deg);
  310. }
  311. .load1 view:nth-child(1) {
  312. -webkit-animation-delay: 0s;
  313. animation-delay: 0s;
  314. }
  315. .load2 view:nth-child(1) {
  316. -webkit-animation-delay: 0.13s;
  317. animation-delay: 0.13s;
  318. }
  319. .load3 view:nth-child(1) {
  320. -webkit-animation-delay: 0.26s;
  321. animation-delay: 0.26s;
  322. }
  323. .load1 view:nth-child(2) {
  324. -webkit-animation-delay: 0.39s;
  325. animation-delay: 0.39s;
  326. }
  327. .load2 view:nth-child(2) {
  328. -webkit-animation-delay: 0.52s;
  329. animation-delay: 0.52s;
  330. }
  331. .load3 view:nth-child(2) {
  332. -webkit-animation-delay: 0.65s;
  333. animation-delay: 0.65s;
  334. }
  335. .load1 view:nth-child(3) {
  336. -webkit-animation-delay: 0.78s;
  337. animation-delay: 0.78s;
  338. }
  339. .load2 view:nth-child(3) {
  340. -webkit-animation-delay: 0.91s;
  341. animation-delay: 0.91s;
  342. }
  343. .load3 view:nth-child(3) {
  344. -webkit-animation-delay: 1.04s;
  345. animation-delay: 1.04s;
  346. }
  347. .load1 view:nth-child(4) {
  348. -webkit-animation-delay: 1.17s;
  349. animation-delay: 1.17s;
  350. }
  351. .load2 view:nth-child(4) {
  352. -webkit-animation-delay: 1.3s;
  353. animation-delay: 1.3s;
  354. }
  355. .load3 view:nth-child(4) {
  356. -webkit-animation-delay: 1.43s;
  357. animation-delay: 1.43s;
  358. }
  359. @-webkit-keyframes load {
  360. 0% {
  361. opacity: 1;
  362. }
  363. 100% {
  364. opacity: 0.2;
  365. }
  366. }
  367. .class-box {
  368. background: #FFFFFF;
  369. white-space: nowrap;
  370. height: 78rpx;
  371. }
  372. .class-box .item {
  373. text-align: center;
  374. display: inline-block;
  375. color: #606266;
  376. margin: 26rpx 34rpx 15rpx 29rpx;
  377. background-color: #fff;
  378. line-height: 1;
  379. }
  380. .class-box .item .time {
  381. font-family: PingFang SC;
  382. font-weight: bold;
  383. font-size: 30rpx;
  384. padding-bottom: 19rpx;
  385. }
  386. .class-box .item .time.action {
  387. color: #FF0000;
  388. border-bottom: 4rpx solid #ff0000;
  389. }