companyDetailsEdit.wxss 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  1. @charset "UTF-8";
  2. /* 文字尺寸 */
  3. /*文字颜色*/
  4. /* 边框颜色 */
  5. /* 图片加载中颜色 */
  6. /* 行为相关颜色 */
  7. .normal-tip.data-v-6c6f8f24 {
  8. font-size: 24rpx;
  9. line-height: 40rpx;
  10. padding: 4rpx 10rpx;
  11. }
  12. .normal-tip.by.data-v-6c6f8f24 {
  13. border-radius: 20rpx;
  14. }
  15. .normal-tip.yd.data-v-6c6f8f24 {
  16. border-radius: 5rspx;
  17. }
  18. .fixed-page-content.data-v-6c6f8f24 {
  19. width: 100%;
  20. height: 100%;
  21. padding-bottom: 120rpx;
  22. box-sizing: border-box;
  23. }
  24. .page-content.data-v-6c6f8f24 {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .white-box.data-v-6c6f8f24 {
  29. width: 100%;
  30. font-size: 28rpx;
  31. padding: 0 40rpx;
  32. background-color: #ffffff;
  33. box-sizing: border-box;
  34. }
  35. .white-box.data-v-6c6f8f24:not(:last-child) {
  36. margin-bottom: 30rpx;
  37. }
  38. .white-box .flex-item.data-v-6c6f8f24 {
  39. align-items: center;
  40. }
  41. .white-box .flex-item .tel-box.data-v-6c6f8f24 {
  42. display: flex;
  43. align-items: center;
  44. justify-content: flex-end;
  45. }
  46. .white-box .flex-item .tel-box .custom-tel-component.data-v-6c6f8f24 {
  47. margin-left: 20rpx;
  48. }
  49. .white-box .cell-item.data-v-6c6f8f24 {
  50. color: var(--Black);
  51. padding: 30rpx 0;
  52. display: flex;
  53. justify-content: space-between;
  54. position: relative;
  55. }
  56. .white-box .cell-item.data-v-6c6f8f24::after {
  57. position: absolute;
  58. box-sizing: border-box;
  59. content: ' ';
  60. pointer-events: none;
  61. right: 0;
  62. bottom: 0;
  63. left: 0;
  64. border-bottom: 2rpx solid #ebedf0;
  65. -webkit-transform: scaleY(0.5);
  66. transform: scaleY(0.5);
  67. }
  68. .white-box .cell-item > .label.data-v-6c6f8f24 {
  69. flex: 1;
  70. width: 30%;
  71. }
  72. .white-box .cell-item > .label .tips.data-v-6c6f8f24 {
  73. font-size: 22rpx;
  74. color: var(--greyColor);
  75. }
  76. .white-box .cell-item > .label.required.data-v-6c6f8f24 {
  77. position: relative;
  78. }
  79. .white-box .cell-item > .label.required.data-v-6c6f8f24::after {
  80. content: '*';
  81. color: var(--Red);
  82. position: absolute;
  83. font-size: 30rpx;
  84. top: -15rpx;
  85. left: -15rpx;
  86. }
  87. .white-box .cell-item > .tit.data-v-6c6f8f24 {
  88. color: var(--Black);
  89. flex: 1;
  90. width: 70%;
  91. text-align: right;
  92. }
  93. .white-box .cell-item > .tit .van-radio-group.data-v-6c6f8f24 {
  94. display: flex;
  95. justify-content: flex-end;
  96. }
  97. .white-box .cell-item > .tit .van-radio-group .van-radio.data-v-6c6f8f24:not(:first-child) {
  98. margin-left: 30rpx;
  99. }
  100. .white-box .block-cell-item.data-v-6c6f8f24 {
  101. color: var(--Black);
  102. padding: 30rpx 0;
  103. position: relative;
  104. }
  105. .white-box .block-cell-item.data-v-6c6f8f24::after {
  106. position: absolute;
  107. box-sizing: border-box;
  108. content: " ";
  109. pointer-events: none;
  110. right: 16rpx;
  111. bottom: 0;
  112. left: 16rpx;
  113. border-bottom: 2rpx solid #ebedf0;
  114. -webkit-transform: scaleY(0.5);
  115. transform: scaleY(0.5);
  116. }
  117. .white-box .block-cell-item .label.data-v-6c6f8f24 {
  118. width: 100%;
  119. padding-bottom: 30rpx;
  120. }
  121. .white-box .block-cell-item .label.required.data-v-6c6f8f24 {
  122. position: relative;
  123. }
  124. .white-box .block-cell-item .label.required.data-v-6c6f8f24::after {
  125. content: '*';
  126. color: var(--Red);
  127. position: absolute;
  128. font-size: 30rpx;
  129. top: -15rpx;
  130. left: -15rpx;
  131. }
  132. .white-box .block-cell-item .label .tips.data-v-6c6f8f24 {
  133. font-size: 22rpx;
  134. color: var(--greyColor);
  135. }
  136. .white-box .block-cell-item .tit.data-v-6c6f8f24 {
  137. width: 100%;
  138. color: var(--Black);
  139. }
  140. .white-box .block-cell-item .tit .van-radio-group.data-v-6c6f8f24 {
  141. display: flex;
  142. justify-content: flex-end;
  143. }
  144. .white-box .block-cell-item .tit .van-radio-group .van-radio.data-v-6c6f8f24:not(:first-child) {
  145. margin-left: 30rpx;
  146. }
  147. .white-box .block-cell-item .tit .textarea.data-v-6c6f8f24 {
  148. background-color: #F8F8F8;
  149. font-size: 30rpx;
  150. color: #B7B7B7;
  151. border-radius: 10rpx;
  152. padding: 30rpx;
  153. word-break: break-all;
  154. }
  155. .white-box .custom-white-box-content.data-v-6c6f8f24 {
  156. padding-bottom: 30rpx;
  157. }
  158. .z-bg.data-v-6c6f8f24 {
  159. background: #6600ff;
  160. color: #fff;
  161. }
  162. .l-bg.data-v-6c6f8f24 {
  163. background: #0000FF;
  164. color: #fff;
  165. }
  166. .h-bg.data-v-6c6f8f24 {
  167. background: #F87A7A;
  168. color: #fff;
  169. }
  170. .y-bg.data-v-6c6f8f24 {
  171. background: #e4ce6b;
  172. color: #fff;
  173. }
  174. .z-br.data-v-6c6f8f24 {
  175. background: #fff;
  176. border: 1px solid #6600ff;
  177. color: #6600ff;
  178. }
  179. .chaochuyincang.data-v-6c6f8f24 {
  180. white-space: nowrap;
  181. overflow: hidden;
  182. text-overflow: ellipsis;
  183. }
  184. .jydzList.data-v-6c6f8f24 {
  185. display: flex;
  186. justify-content: space-between;
  187. margin-top: 10rpx;
  188. margin-bottom: 10rpx;
  189. width: 100%;
  190. }
  191. .jydzList .jydzList-row.data-v-6c6f8f24 {
  192. width: 80%;
  193. }
  194. .dengjibutton.data-v-6c6f8f24 {
  195. margin-top: 24rpx;
  196. margin-left: 60rpx;
  197. margin-right: 60rpx;
  198. width: calc(100% - 120rpx);
  199. height: 60rpx;
  200. text-align: center;
  201. background: #1d18bc;
  202. color: white;
  203. line-height: 60rpx;
  204. }
  205. .housedetailsedit.data-v-6c6f8f24 {
  206. margin-bottom: 200rpx;
  207. }
  208. .housedetailsedit .btn-view.data-v-6c6f8f24 {
  209. width: 100%;
  210. height: 100rpx;
  211. padding: 20rpx 10%;
  212. background-color: #ffffff;
  213. position: fixed;
  214. bottom: 0;
  215. z-index: 100;
  216. left: 0;
  217. }
  218. .housedetailsedit .btn.data-v-6c6f8f24 {
  219. width: 80%;
  220. height: 90rpx;
  221. border-radius: 50rpx 50rpx 50rpx 50rpx;
  222. background: #1d18bc;
  223. line-height: 90rpx;
  224. text-align: center;
  225. color: white;
  226. }
  227. .housedetailsedit .detailstitle.data-v-6c6f8f24 {
  228. height: 42rpx;
  229. font-size: 30rpx;
  230. font-weight: 500;
  231. color: #333333;
  232. padding-bottom: 16rpx;
  233. }
  234. .housedetailsedit .typestitle.data-v-6c6f8f24 {
  235. height: 42rpx;
  236. font-size: 24rpx;
  237. font-weight: 500;
  238. padding-bottom: 16rpx;
  239. margin-bottom: 16rpx;
  240. }
  241. @charset "UTF-8";
  242. /* 文字尺寸 */
  243. /*文字颜色*/
  244. /* 边框颜色 */
  245. /* 图片加载中颜色 */
  246. /* 行为相关颜色 */
  247. .normal-tip {
  248. font-size: 24rpx;
  249. line-height: 40rpx;
  250. padding: 4rpx 10rpx;
  251. }
  252. .normal-tip.by {
  253. border-radius: 20rpx;
  254. }
  255. .normal-tip.yd {
  256. border-radius: 5rspx;
  257. }
  258. .fixed-page-content {
  259. width: 100%;
  260. height: 100%;
  261. padding-bottom: 120rpx;
  262. box-sizing: border-box;
  263. }
  264. .page-content {
  265. width: 100%;
  266. height: 100%;
  267. }
  268. .white-box {
  269. width: 100%;
  270. font-size: 28rpx;
  271. padding: 0 40rpx;
  272. background-color: #ffffff;
  273. box-sizing: border-box;
  274. }
  275. .white-box:not(:last-child) {
  276. margin-bottom: 30rpx;
  277. }
  278. .white-box .flex-item {
  279. align-items: center;
  280. }
  281. .white-box .flex-item .tel-box {
  282. display: flex;
  283. align-items: center;
  284. justify-content: flex-end;
  285. }
  286. .white-box .flex-item .tel-box .custom-tel-component {
  287. margin-left: 20rpx;
  288. }
  289. .white-box .cell-item {
  290. color: var(--Black);
  291. padding: 30rpx 0;
  292. display: flex;
  293. justify-content: space-between;
  294. position: relative;
  295. }
  296. .white-box .cell-item::after {
  297. position: absolute;
  298. box-sizing: border-box;
  299. content: ' ';
  300. pointer-events: none;
  301. right: 0;
  302. bottom: 0;
  303. left: 0;
  304. border-bottom: 2rpx solid #ebedf0;
  305. -webkit-transform: scaleY(0.5);
  306. transform: scaleY(0.5);
  307. }
  308. .white-box .cell-item > .label {
  309. flex: 1;
  310. width: 30%;
  311. }
  312. .white-box .cell-item > .label .tips {
  313. font-size: 22rpx;
  314. color: var(--greyColor);
  315. }
  316. .white-box .cell-item > .label.required {
  317. position: relative;
  318. }
  319. .white-box .cell-item > .label.required::after {
  320. content: '*';
  321. color: var(--Red);
  322. position: absolute;
  323. font-size: 30rpx;
  324. top: -15rpx;
  325. left: -15rpx;
  326. }
  327. .white-box .cell-item > .tit {
  328. color: var(--Black);
  329. flex: 1;
  330. width: 70%;
  331. text-align: right;
  332. }
  333. .white-box .cell-item > .tit .van-radio-group {
  334. display: flex;
  335. justify-content: flex-end;
  336. }
  337. .white-box .cell-item > .tit .van-radio-group .van-radio:not(:first-child) {
  338. margin-left: 30rpx;
  339. }
  340. .white-box .block-cell-item {
  341. color: var(--Black);
  342. padding: 30rpx 0;
  343. position: relative;
  344. }
  345. .white-box .block-cell-item::after {
  346. position: absolute;
  347. box-sizing: border-box;
  348. content: " ";
  349. pointer-events: none;
  350. right: 16rpx;
  351. bottom: 0;
  352. left: 16rpx;
  353. border-bottom: 2rpx solid #ebedf0;
  354. -webkit-transform: scaleY(0.5);
  355. transform: scaleY(0.5);
  356. }
  357. .white-box .block-cell-item .label {
  358. width: 100%;
  359. padding-bottom: 30rpx;
  360. }
  361. .white-box .block-cell-item .label.required {
  362. position: relative;
  363. }
  364. .white-box .block-cell-item .label.required::after {
  365. content: '*';
  366. color: var(--Red);
  367. position: absolute;
  368. font-size: 30rpx;
  369. top: -15rpx;
  370. left: -15rpx;
  371. }
  372. .white-box .block-cell-item .label .tips {
  373. font-size: 22rpx;
  374. color: var(--greyColor);
  375. }
  376. .white-box .block-cell-item .tit {
  377. width: 100%;
  378. color: var(--Black);
  379. }
  380. .white-box .block-cell-item .tit .van-radio-group {
  381. display: flex;
  382. justify-content: flex-end;
  383. }
  384. .white-box .block-cell-item .tit .van-radio-group .van-radio:not(:first-child) {
  385. margin-left: 30rpx;
  386. }
  387. .white-box .block-cell-item .tit .textarea {
  388. background-color: #F8F8F8;
  389. font-size: 30rpx;
  390. color: #B7B7B7;
  391. border-radius: 10rpx;
  392. padding: 30rpx;
  393. word-break: break-all;
  394. }
  395. .white-box .custom-white-box-content {
  396. padding-bottom: 30rpx;
  397. }
  398. .z-bg {
  399. background: #6600ff;
  400. color: #fff;
  401. }
  402. .l-bg {
  403. background: #0000FF;
  404. color: #fff;
  405. }
  406. .h-bg {
  407. background: #F87A7A;
  408. color: #fff;
  409. }
  410. .y-bg {
  411. background: #e4ce6b;
  412. color: #fff;
  413. }
  414. .z-br {
  415. background: #fff;
  416. border: 1px solid #6600ff;
  417. color: #6600ff;
  418. }
  419. .chaochuyincang {
  420. white-space: nowrap;
  421. overflow: hidden;
  422. text-overflow: ellipsis;
  423. }
  424. .filename {
  425. width: 80%;
  426. overflow: hidden;
  427. overflow: hidden;
  428. white-space: nowrap;
  429. text-overflow: ellipsis;
  430. }
  431. .fujian .van-uploader__preview {
  432. display: none;
  433. }
  434. .file {
  435. display: flex;
  436. width: 100%;
  437. flex: 1;
  438. font-size: 14px;
  439. color: #666;
  440. /* margin-right: 25px; */
  441. word-break: break-all;
  442. word-wrap: break-word;
  443. margin-bottom: 15rpx;
  444. align-items: center;
  445. justify-content: space-between;
  446. }
  447. .filename {
  448. width: 80%;
  449. overflow: hidden;
  450. overflow: hidden;
  451. white-space: nowrap;
  452. text-overflow: ellipsis;
  453. }
  454. .is-open + .uni-collapse-item__wrap {
  455. height: auto !important;
  456. }
  457. .uni-collapse-item__wrap-content {
  458. height: auto !important;
  459. }
  460. .pageconfig {
  461. background: #ffffff;
  462. padding: 32rpx;
  463. }
  464. .input_title {
  465. width: 40%;
  466. font-size: 28rpx;
  467. height: 40rpx;
  468. line-height: 40rpx;
  469. color: #333333;
  470. }
  471. .input_value {
  472. width: 60%;
  473. font-size: 28rpx;
  474. height: 40rpx;
  475. line-height: 40rpx;
  476. color: #777777;
  477. }
  478. .uni-collapse-item__title-box {
  479. padding: 0 !important;
  480. }
  481. .uni-collapse-item__title-text {
  482. color: #1d18bc !important;
  483. font-size: 32rpx !important;
  484. }
  485. .idclass {
  486. width: 147rpx;
  487. height: 100rpx;
  488. }