companyDetails.wxss 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  1. @charset "UTF-8";
  2. /* 文字尺寸 */
  3. /*文字颜色*/
  4. /* 边框颜色 */
  5. /* 图片加载中颜色 */
  6. /* 行为相关颜色 */
  7. .normal-tip.data-v-83b91538 {
  8. font-size: 24rpx;
  9. line-height: 40rpx;
  10. padding: 4rpx 10rpx;
  11. }
  12. .normal-tip.by.data-v-83b91538 {
  13. border-radius: 20rpx;
  14. }
  15. .normal-tip.yd.data-v-83b91538 {
  16. border-radius: 5rspx;
  17. }
  18. .fixed-page-content.data-v-83b91538 {
  19. width: 100%;
  20. height: 100%;
  21. padding-bottom: 120rpx;
  22. box-sizing: border-box;
  23. }
  24. .page-content.data-v-83b91538 {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .white-box.data-v-83b91538 {
  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-83b91538:not(:last-child) {
  36. margin-bottom: 30rpx;
  37. }
  38. .white-box .flex-item.data-v-83b91538 {
  39. align-items: center;
  40. }
  41. .white-box .flex-item .tel-box.data-v-83b91538 {
  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-83b91538 {
  47. margin-left: 20rpx;
  48. }
  49. .white-box .cell-item.data-v-83b91538 {
  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-83b91538::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-83b91538 {
  69. flex: 1;
  70. width: 30%;
  71. }
  72. .white-box .cell-item > .label .tips.data-v-83b91538 {
  73. font-size: 22rpx;
  74. color: var(--greyColor);
  75. }
  76. .white-box .cell-item > .label.required.data-v-83b91538 {
  77. position: relative;
  78. }
  79. .white-box .cell-item > .label.required.data-v-83b91538::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-83b91538 {
  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-83b91538 {
  94. display: flex;
  95. justify-content: flex-end;
  96. }
  97. .white-box .cell-item > .tit .van-radio-group .van-radio.data-v-83b91538:not(:first-child) {
  98. margin-left: 30rpx;
  99. }
  100. .white-box .block-cell-item.data-v-83b91538 {
  101. color: var(--Black);
  102. padding: 30rpx 0;
  103. position: relative;
  104. }
  105. .white-box .block-cell-item.data-v-83b91538::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-83b91538 {
  118. width: 100%;
  119. padding-bottom: 30rpx;
  120. }
  121. .white-box .block-cell-item .label.required.data-v-83b91538 {
  122. position: relative;
  123. }
  124. .white-box .block-cell-item .label.required.data-v-83b91538::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-83b91538 {
  133. font-size: 22rpx;
  134. color: var(--greyColor);
  135. }
  136. .white-box .block-cell-item .tit.data-v-83b91538 {
  137. width: 100%;
  138. color: var(--Black);
  139. }
  140. .white-box .block-cell-item .tit .van-radio-group.data-v-83b91538 {
  141. display: flex;
  142. justify-content: flex-end;
  143. }
  144. .white-box .block-cell-item .tit .van-radio-group .van-radio.data-v-83b91538:not(:first-child) {
  145. margin-left: 30rpx;
  146. }
  147. .white-box .block-cell-item .tit .textarea.data-v-83b91538 {
  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-83b91538 {
  156. padding-bottom: 30rpx;
  157. }
  158. .z-bg.data-v-83b91538 {
  159. background: #6600ff;
  160. color: #fff;
  161. }
  162. .l-bg.data-v-83b91538 {
  163. background: #0000FF;
  164. color: #fff;
  165. }
  166. .h-bg.data-v-83b91538 {
  167. background: #F87A7A;
  168. color: #fff;
  169. }
  170. .z-br.data-v-83b91538 {
  171. background: #fff;
  172. border: 1px solid #6600ff;
  173. color: #6600ff;
  174. }
  175. .chaochuyincang.data-v-83b91538 {
  176. white-space: nowrap;
  177. overflow: hidden;
  178. text-overflow: ellipsis;
  179. }
  180. .chaochuyincang.data-v-83b91538 {
  181. white-space: nowrap;
  182. overflow: hidden;
  183. text-overflow: ellipsis;
  184. }
  185. .dengjibutton.data-v-83b91538 {
  186. margin-top: 24rpx;
  187. margin-left: 60rpx;
  188. margin-right: 60rpx;
  189. width: calc(100% - 120rpx);
  190. height: 60rpx;
  191. text-align: center;
  192. background: #1d18bc;
  193. color: white;
  194. line-height: 60rpx;
  195. }
  196. .housedetails.data-v-83b91538 {
  197. margin-bottom: 200rpx;
  198. }
  199. .housedetails .detailstitle.data-v-83b91538 {
  200. display: flex;
  201. font-size: 30rpx;
  202. font-weight: 500;
  203. color: #333333;
  204. padding-bottom: 16rpx;
  205. }
  206. .housedetails .typestitle.data-v-83b91538 {
  207. display: flex;
  208. font-size: 24rpx;
  209. font-weight: 500;
  210. padding-bottom: 16rpx;
  211. margin-bottom: 16rpx;
  212. }
  213. @charset "UTF-8";
  214. /* 文字尺寸 */
  215. /*文字颜色*/
  216. /* 边框颜色 */
  217. /* 图片加载中颜色 */
  218. /* 行为相关颜色 */
  219. .normal-tip {
  220. font-size: 24rpx;
  221. line-height: 40rpx;
  222. padding: 4rpx 10rpx;
  223. }
  224. .normal-tip.by {
  225. border-radius: 20rpx;
  226. }
  227. .normal-tip.yd {
  228. border-radius: 5rspx;
  229. }
  230. .fixed-page-content {
  231. width: 100%;
  232. height: 100%;
  233. padding-bottom: 120rpx;
  234. box-sizing: border-box;
  235. }
  236. .page-content {
  237. width: 100%;
  238. height: 100%;
  239. }
  240. .white-box {
  241. width: 100%;
  242. font-size: 28rpx;
  243. padding: 0 40rpx;
  244. background-color: #ffffff;
  245. box-sizing: border-box;
  246. }
  247. .white-box:not(:last-child) {
  248. margin-bottom: 30rpx;
  249. }
  250. .white-box .flex-item {
  251. align-items: center;
  252. }
  253. .white-box .flex-item .tel-box {
  254. display: flex;
  255. align-items: center;
  256. justify-content: flex-end;
  257. }
  258. .white-box .flex-item .tel-box .custom-tel-component {
  259. margin-left: 20rpx;
  260. }
  261. .white-box .cell-item {
  262. color: var(--Black);
  263. padding: 30rpx 0;
  264. display: flex;
  265. justify-content: space-between;
  266. position: relative;
  267. }
  268. .white-box .cell-item::after {
  269. position: absolute;
  270. box-sizing: border-box;
  271. content: ' ';
  272. pointer-events: none;
  273. right: 0;
  274. bottom: 0;
  275. left: 0;
  276. border-bottom: 2rpx solid #ebedf0;
  277. -webkit-transform: scaleY(0.5);
  278. transform: scaleY(0.5);
  279. }
  280. .white-box .cell-item > .label {
  281. flex: 1;
  282. width: 30%;
  283. }
  284. .white-box .cell-item > .label .tips {
  285. font-size: 22rpx;
  286. color: var(--greyColor);
  287. }
  288. .white-box .cell-item > .label.required {
  289. position: relative;
  290. }
  291. .white-box .cell-item > .label.required::after {
  292. content: '*';
  293. color: var(--Red);
  294. position: absolute;
  295. font-size: 30rpx;
  296. top: -15rpx;
  297. left: -15rpx;
  298. }
  299. .white-box .cell-item > .tit {
  300. color: var(--Black);
  301. flex: 1;
  302. width: 70%;
  303. text-align: right;
  304. }
  305. .white-box .cell-item > .tit .van-radio-group {
  306. display: flex;
  307. justify-content: flex-end;
  308. }
  309. .white-box .cell-item > .tit .van-radio-group .van-radio:not(:first-child) {
  310. margin-left: 30rpx;
  311. }
  312. .white-box .block-cell-item {
  313. color: var(--Black);
  314. padding: 30rpx 0;
  315. position: relative;
  316. }
  317. .white-box .block-cell-item::after {
  318. position: absolute;
  319. box-sizing: border-box;
  320. content: " ";
  321. pointer-events: none;
  322. right: 16rpx;
  323. bottom: 0;
  324. left: 16rpx;
  325. border-bottom: 2rpx solid #ebedf0;
  326. -webkit-transform: scaleY(0.5);
  327. transform: scaleY(0.5);
  328. }
  329. .white-box .block-cell-item .label {
  330. width: 100%;
  331. padding-bottom: 30rpx;
  332. }
  333. .white-box .block-cell-item .label.required {
  334. position: relative;
  335. }
  336. .white-box .block-cell-item .label.required::after {
  337. content: '*';
  338. color: var(--Red);
  339. position: absolute;
  340. font-size: 30rpx;
  341. top: -15rpx;
  342. left: -15rpx;
  343. }
  344. .white-box .block-cell-item .label .tips {
  345. font-size: 22rpx;
  346. color: var(--greyColor);
  347. }
  348. .white-box .block-cell-item .tit {
  349. width: 100%;
  350. color: var(--Black);
  351. }
  352. .white-box .block-cell-item .tit .van-radio-group {
  353. display: flex;
  354. justify-content: flex-end;
  355. }
  356. .white-box .block-cell-item .tit .van-radio-group .van-radio:not(:first-child) {
  357. margin-left: 30rpx;
  358. }
  359. .white-box .block-cell-item .tit .textarea {
  360. background-color: #F8F8F8;
  361. font-size: 30rpx;
  362. color: #B7B7B7;
  363. border-radius: 10rpx;
  364. padding: 30rpx;
  365. word-break: break-all;
  366. }
  367. .white-box .custom-white-box-content {
  368. padding-bottom: 30rpx;
  369. }
  370. .z-bg {
  371. background: #6600ff;
  372. color: #fff;
  373. }
  374. .l-bg {
  375. background: #0000FF;
  376. color: #fff;
  377. }
  378. .h-bg {
  379. background: #F87A7A;
  380. color: #fff;
  381. }
  382. .z-br {
  383. background: #fff;
  384. border: 1px solid #6600ff;
  385. color: #6600ff;
  386. }
  387. .chaochuyincang {
  388. white-space: nowrap;
  389. overflow: hidden;
  390. text-overflow: ellipsis;
  391. }
  392. .is-open + .uni-collapse-item__wrap {
  393. height: auto !important;
  394. }
  395. .uni-collapse-item__wrap-content {
  396. height: auto !important;
  397. }
  398. .pageconfig {
  399. background: #ffffff;
  400. padding: 32rpx;
  401. }
  402. .input_title {
  403. width: 40%;
  404. font-size: 28rpx;
  405. height: 40rpx;
  406. line-height: 40rpx;
  407. color: #333333;
  408. }
  409. .input_value {
  410. width: 60%;
  411. font-size: 28rpx;
  412. height: 40rpx;
  413. line-height: 40rpx;
  414. color: #777777;
  415. }
  416. .uni-collapse-item__title-box {
  417. padding: 0 !important;
  418. }
  419. .uni-collapse-item__title-text {
  420. color: #1d18bc !important;
  421. font-size: 32rpx !important;
  422. margin: 32rpx 0;
  423. font-weight: bold;
  424. }
  425. .idclass {
  426. width: 147rpx;
  427. height: 100rpx;
  428. }