index.scss 8.0 KB

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