index.scss 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622
  1. @import './reset.scss';
  2. @import './common.scss';
  3. .second_title {
  4. float: left;
  5. width: 30%;
  6. font-size: 28rpx;
  7. font-family: PingFang SC-Medium, PingFang SC;
  8. font-weight: 500;
  9. color: #777777;
  10. }
  11. .second_title_1 {
  12. float: left;
  13. width: 25%;
  14. font-size: 28rpx;
  15. font-family: PingFang SC-Medium, PingFang SC;
  16. font-weight: 500;
  17. color: #777777;
  18. }
  19. .iconfont {
  20. /*font-family: "iconfont" !important;*/
  21. font-size: 16px;
  22. font-style: normal;
  23. -webkit-font-smoothing: antialiased;
  24. -moz-osx-font-smoothing: grayscale;
  25. }
  26. .float_left {
  27. float: left;
  28. }
  29. .clear_both {
  30. clear: both;
  31. }
  32. .margin12rpx {
  33. margin: 12rpx
  34. }
  35. .chuzu_label {
  36. width: 312rpx;
  37. height: 36rpx;
  38. font-size: 26rpx;
  39. font-family: PingFang SC-Medium, PingFang SC;
  40. font-weight: 500;
  41. color: #333333;
  42. line-height: 36rpx;
  43. }
  44. .chuzu_vlaue {
  45. width: 86rpx;
  46. font-size: 32rpx;
  47. font-family: PingFang SC-Bold, PingFang SC;
  48. font-weight: bold;
  49. color: #ec7359;
  50. line-height: 38rpx;
  51. }
  52. .mb14rpx {
  53. margin-bottom: 14rpx;
  54. }
  55. .height34rpx {
  56. height: 34rpx;
  57. }
  58. .height50rpx {
  59. height: 50rpx;
  60. }
  61. .font24rpx {
  62. font-size: 24rpx;
  63. }
  64. .fontcolor251FCA {
  65. color: #251FCA
  66. }
  67. .roomstatus1 {
  68. height: 38rpx;
  69. border-radius: 8rpx 8rpx 8rpx 8rpx;
  70. line-height: 38rpx;
  71. background: rgba(29, 24, 188, 0.05);
  72. border: none;
  73. padding: 0rpx 16rpx;
  74. font-weight: 500;
  75. color: #1d18bc;
  76. }
  77. .roomstatus {
  78. height: 50rpx;
  79. line-height: 50rpx;
  80. font-size: 24rpx;
  81. padding: 0rpx 16rpx;
  82. float: left;
  83. border-radius: 8rpx 8rpx 8rpx 8rpx;
  84. font-family: PingFang SC-Medium, PingFang SC;
  85. font-weight: 500;
  86. color: #1d18bc;
  87. border: 2rpx solid #1d18bc;
  88. margin-left: 16rpx;
  89. }
  90. .roomstatus:first-child {
  91. margin-left: 0 !important;
  92. }
  93. .height50px {
  94. height: 50rpx;
  95. }
  96. .mb8rpx {
  97. margin-bottom: 8rpx;
  98. }
  99. .width100 {
  100. width: 100%;
  101. }
  102. .width90 {
  103. width: 90%;
  104. }
  105. .width10 {
  106. width: 10%;
  107. }
  108. .width10imp {
  109. width: 10% !important;
  110. }
  111. .height36rpx {
  112. height: 36rpx;
  113. }
  114. .height40rpx {
  115. height: 40rpx;
  116. }
  117. .list-row {
  118. width: calc(100% - 64rpx);
  119. padding: 32rpx 32rpx 32rpx 32rpx;
  120. background: #ffffff;
  121. margin-bottom: 16rpx;
  122. display: flex;
  123. //height: 278rpx;
  124. border-radius: 8rpx 8rpx 8rpx 8rpx;
  125. }
  126. .list {
  127. width: calc(100% - 64rpx);
  128. margin: 32rpx;
  129. }
  130. .mb16rpx {
  131. margin-bottom: 16rpx;
  132. }
  133. .height66rpx {
  134. height: 66rpx;
  135. }
  136. .height44rpx {
  137. height: 44rpx;
  138. }
  139. .total {
  140. padding: 8rpx 32rpx 8rpx 0;
  141. text-align: right;
  142. background: #ffffff;
  143. }
  144. .roomstatus {
  145. height: 50rpx;
  146. line-height: 50rpx;
  147. font-size: 24rpx;
  148. padding: 0rpx 16rpx;
  149. float: left;
  150. border-radius: 8rpx 8rpx 8rpx 8rpx;
  151. font-family: PingFang SC-Medium, PingFang SC;
  152. font-weight: 500;
  153. color: #1d18bc;
  154. border: 2rpx solid #1d18bc;
  155. margin-left: 16rpx;
  156. }
  157. .companystatus {
  158. height: 42rpx;
  159. width: 80rpx;
  160. line-height: 42rpx;
  161. font-size: 24rpx;
  162. text-align: center;
  163. float: left;
  164. border-radius: 8rpx 8rpx 8rpx 8rpx;
  165. font-family: PingFang SC-Medium, PingFang SC;
  166. font-weight: 500;
  167. color: #1d18bc;
  168. background-color: #F1f1f9;
  169. border-radius: 8rpx;
  170. margin-left: 16rpx;
  171. }
  172. .bgc1d18bc {
  173. background-color: #1d18bc;
  174. }
  175. .van-tabs__line {
  176. background-color: #1d18bc !important;
  177. }
  178. .mt42rpx {
  179. margin-top: 42rpx;
  180. }
  181. .mb42rpx {
  182. margin-bottom: 42rpx;
  183. }
  184. .pd42rpx {
  185. padding-bottom: 42rpx;
  186. }
  187. .margint16rpx {
  188. margin-top: 16rpx
  189. }
  190. .height554rpx {
  191. height: 554rpx;
  192. }
  193. .height35px {
  194. height: 35px;
  195. }
  196. .l35pxheight {
  197. line-height: 35px;
  198. }
  199. .width622rpx {
  200. width: 622rpx;
  201. }
  202. .pdl16 {
  203. padding-left: 16rpx;
  204. }
  205. .mt32rpx {
  206. margin-top: 32rpx;
  207. }
  208. .mb32rpx {
  209. margin-bottom: 32rpx;
  210. }
  211. .mb16rpx {
  212. margin-bottom: 16rpx;
  213. }
  214. .pdr16 {
  215. padding-left: 16rpx;
  216. }
  217. .pdt10 {
  218. padding-top: 10rpx;
  219. }
  220. .pdb10 {
  221. padding-bottom: 10rpx;
  222. }
  223. .mt60rpx {
  224. margin-top: 60rpx
  225. }
  226. .margint8rpx {
  227. margin-top: 8rpx
  228. }
  229. .icon-arrow-up:before {
  230. content: "\e685";
  231. }
  232. .icon-location:before {
  233. content: "\e600";
  234. }
  235. .icon-right:before {
  236. content: "\e70d";
  237. }
  238. .icon-radio:before {
  239. content: "\e601";
  240. }
  241. .icon-time:before {
  242. content: "\e621";
  243. }
  244. .icon-radio-checked:before {
  245. content: "\e60c";
  246. }
  247. .icon-actived:before {
  248. content: "\e61e";
  249. }
  250. .icon-arrow-down:before {
  251. content: "\e602";
  252. }
  253. .width100 {
  254. width: 100%;
  255. }
  256. .width30 {
  257. width: 30%;
  258. }
  259. .width60 {
  260. width: 60%;
  261. }
  262. .whitespacenowrap {
  263. overflow: hidden;
  264. text-overflow: ellipsis;
  265. white-space: nowrap;
  266. }
  267. .first_title {
  268. height: 44rpx;
  269. line-height: 44rpx;
  270. font-size: 32rpx;
  271. font-family: PingFang SC-Medium, PingFang SC;
  272. font-weight: 500;
  273. color: #333333;
  274. }
  275. .third_title {
  276. float: left;
  277. width: 60%;
  278. font-size: 26rpx;
  279. font-family: PingFang SC-Medium, PingFang SC;
  280. font-weight: 500;
  281. color: #AAAAAA;
  282. }
  283. .third_title_1 {
  284. float: left;
  285. width: 40%;
  286. font-size: 26rpx;
  287. font-family: PingFang SC-Medium, PingFang SC;
  288. font-weight: 500;
  289. color: #AAAAAA;
  290. }
  291. .yongtu_first_title {
  292. width: 100%;
  293. height: 44rpx;
  294. font-size: 32rpx;
  295. margin-bottom: 4rpx;
  296. text-align: center;
  297. font-weight: 500;
  298. color: #333333;
  299. }
  300. .yongtu_second_title {
  301. width: 100%;
  302. height: 36rpx;
  303. font-size: 26rpx;
  304. text-align: center;
  305. color: #AAAAAA;
  306. }
  307. .height28rpx {
  308. height: 28rpx;
  309. }
  310. .width80 {
  311. width: 80% !important;
  312. }
  313. .width70 {
  314. width: 70%;
  315. }
  316. .width30 {
  317. width: 30%;
  318. }
  319. .width20 {
  320. width: 20% !important;
  321. }
  322. .width40 {
  323. width: 40% !important;
  324. }
  325. .width40rpx {
  326. width: 40rpx;
  327. }
  328. .width50 {
  329. width: 50%;
  330. }
  331. .float_left {
  332. float: left;
  333. }
  334. .float_right {
  335. float: right;
  336. }
  337. .pdl32 {
  338. padding-left: 32rpx;
  339. }
  340. .pdr32 {
  341. padding-right: 32rpx;
  342. }
  343. .pdt32 {
  344. padding-top: 32rpx;
  345. }
  346. .pdb32 {
  347. padding-bottom: 32rpx;
  348. }
  349. .pdb16 {
  350. padding-bottom: 16rpx;
  351. }
  352. .mgb20 {
  353. margin-bottom: 20rpx;
  354. }
  355. .allpd32rpx {
  356. padding: 32rpx;
  357. }
  358. .pdb20 {
  359. margin-bottom: 20rpx;
  360. }
  361. .pdt20 {
  362. padding-top: 20rpx
  363. }
  364. .height50rpx {
  365. height: 50rpx;
  366. }
  367. .marginb16 {
  368. margin-bottom: 16rpx;
  369. }
  370. .height40rpx {
  371. height: 40rpx;
  372. }
  373. .list_date {
  374. color: #AAAAAA;
  375. font-size: 28rpx;
  376. font-weight: 500;
  377. }
  378. .border_bottom_ccc {
  379. border-bottom: 2rpx solid #CCCCCC;
  380. }
  381. .report_title {
  382. font-size: 28rpx;
  383. height: 40rpx;
  384. font-family: PingFang SC-Medium, PingFang SC;
  385. font-weight: 500;
  386. color: #333333;
  387. }
  388. .border_bottom_f5f5f5 {
  389. border-bottom: 2rpx solid #F5F5F5;
  390. }
  391. .txt_center {
  392. text-align: center;
  393. }
  394. .height300rpx {
  395. height: 300rpx;
  396. }
  397. .bgcF9F9F9 {
  398. background: #f9f9f9;
  399. }
  400. .height218rpx {
  401. height: 218rpx;
  402. }
  403. .cell_1 {
  404. float: left;
  405. width: 100%;
  406. }
  407. .cell_2 {
  408. float: left;
  409. width: 20%;
  410. img {
  411. height: 60rpx;
  412. width: 60rpx;
  413. float: right;
  414. margin: 96rpx 0rpx 94rpx 0;
  415. }
  416. }
  417. .ml16 {
  418. margin-left: 16rpx;
  419. }
  420. .ml32 {
  421. margin-left: 32rpx;
  422. }
  423. .mt10 {
  424. margin-top: 10rpx;
  425. }
  426. .cell_3 {
  427. width: 5%;
  428. float: right;
  429. img {
  430. height: 50rpx;
  431. width: 50rpx;
  432. float: right;
  433. margin: 35rpx 0;
  434. }
  435. }
  436. .width50 {
  437. width: 50%;
  438. }
  439. .marginl8 .ml8 {
  440. margin-left: 8rpx;
  441. }
  442. .lh40rpx {
  443. line-height: 40rpx;
  444. }
  445. .lh50rpx {
  446. line-height: 50rpx;
  447. }
  448. .disflex {
  449. display: flex;
  450. }
  451. .align_items_center {
  452. align-items: center;
  453. }
  454. .height44rpx {
  455. height: 44rpx;
  456. }
  457. .disblock {
  458. display: block;
  459. }
  460. .marginauto {
  461. margin: auto;
  462. }
  463. .font28rpx {
  464. font-size: 28rpx;
  465. }
  466. .color292d98 {
  467. color: #292d98;
  468. }
  469. .colorfffff {
  470. color: #FFFFFF;
  471. }
  472. .bgcFFFFFF {
  473. background-color: #FFFFFF;
  474. }
  475. .mt24rpx {
  476. margin-top: 24rpx;
  477. }
  478. .mb24rpx {
  479. margin-bottom: 24rpx;
  480. }
  481. .padb24rpx {
  482. padding-bottom: 24rpx;
  483. }
  484. .height80rpx {
  485. height: 80rpx;
  486. }
  487. .height24rpx {
  488. height: 24rpx;
  489. }