chosseHouse.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845
  1. <template>
  2. <div class="chosseHouse">
  3. <div class="chosseHouse">
  4. <div class="form">
  5. <van-row>
  6. <van-col :span="4">
  7. <div class="label">园区</div>
  8. </van-col>
  9. <van-col :span="20">
  10. <uni-data-checkbox
  11. v-model="form.groupIds"
  12. mode="tag"
  13. :localdata="yuanqu_loacldata"
  14. selectedTextColor="#1D18BC"
  15. selectedColor="rgba(29,24,188,0.05);"
  16. @change="getSelectedYuanqu"
  17. >
  18. </uni-data-checkbox>
  19. </van-col>
  20. </van-row>
  21. <van-row v-if="form.groupIds != null">
  22. <van-col class="labelcolmt26" :span="4">
  23. <div class="label">楼盘</div>
  24. </van-col>
  25. <van-col class="labelcolmt26" :span="20">
  26. <uni-data-checkbox
  27. v-model="form.loupan_value"
  28. mode="tag"
  29. :localdata="loupan_loacldata"
  30. selectedTextColor="#1D18BC"
  31. selectedColor="rgba(29,24,188,0.05);"
  32. @change="getSelectedLoupan"
  33. >
  34. </uni-data-checkbox>
  35. </van-col>
  36. </van-row>
  37. <van-row>
  38. <van-col class="labelcolmt26" :span="4">
  39. <div class="label">状态</div>
  40. </van-col>
  41. <van-col class="labelcolmt26 status" :span="20">
  42. <uni-data-checkbox
  43. v-model="form.statusArray"
  44. :localdata="statusList"
  45. :multiple="true"
  46. selectedTextColor="#1D18BC"
  47. selectedColor="rgba(29,24,188,0.05);"
  48. @change="getSelectedStatus"
  49. >
  50. </uni-data-checkbox>
  51. </van-col>
  52. </van-row>
  53. <van-row>
  54. <van-col class="labelcolmt26" :span="4">
  55. <div class="label">朝向</div>
  56. </van-col>
  57. <van-col class="labelcolmt26 status" :span="20">
  58. <uni-data-checkbox
  59. v-model="form.chaoxiangArray"
  60. :localdata="fangxiangList"
  61. :multiple="true"
  62. selectedTextColor="#1D18BC"
  63. selectedColor="rgba(29,24,188,0.05);"
  64. @change="getChaoxiang"
  65. >
  66. </uni-data-checkbox>
  67. </van-col>
  68. </van-row>
  69. <van-row>
  70. <van-col class="labelcolmt26" :span="6">
  71. <div class="label">载体性质</div>
  72. </van-col>
  73. <van-col class="labelcolmt26" :span="18">
  74. <uni-data-checkbox
  75. v-model="form.zaitiTypeArray"
  76. mode="tag"
  77. :localdata="xinzhiList"
  78. selectedTextColor="#1D18BC"
  79. selectedColor="rgba(29,24,188,0.05);"
  80. @change="getSelectedXingZhi"
  81. >
  82. </uni-data-checkbox>
  83. </van-col>
  84. </van-row>
  85. <van-row>
  86. <van-col class="labelcolmt26" :span="5">
  87. <div class="label">指导价</div>
  88. </van-col>
  89. <van-col class="labelcolmt26" :span="9">
  90. <input
  91. v-model="form.guidePrice1"
  92. type="number"
  93. placeholder="最低价"
  94. />
  95. </van-col>
  96. <van-col :span="1">
  97. <div class="width100 txt_center" style="margin-top: 30rpx">-</div>
  98. </van-col>
  99. <van-col class="labelcolmt26" :span="9">
  100. <input
  101. v-model="form.guidePrice2"
  102. type="number"
  103. placeholder="最高价"
  104. />
  105. </van-col>
  106. </van-row>
  107. <van-row>
  108. <van-col class="labelcolmt26" :span="5">
  109. <div class="label">面积</div>
  110. </van-col>
  111. <van-col class="labelcolmt26" :span="9">
  112. <input
  113. v-model="form.roomSize1"
  114. type="number"
  115. placeholder="最小面积"
  116. />
  117. </van-col>
  118. <van-col :span="1">
  119. <div class="width100 txt_center" style="margin-top: 30rpx">-</div>
  120. </van-col>
  121. <van-col class="labelcolmt26" :span="9">
  122. <input
  123. v-model="form.roomSize2"
  124. type="number"
  125. placeholder="最大面积"
  126. />
  127. </van-col>
  128. </van-row>
  129. <van-row>
  130. <van-col class="labelcolmt26" :span="6">
  131. <van-button color="#F1F2F9" custom-class="reset_btn" @click="reast"
  132. >重置</van-button
  133. >
  134. </van-col>
  135. <van-col class="labelcolmt26" :span="18">
  136. <van-button
  137. color="#2527AA"
  138. custom-class="search_btn"
  139. @click="search"
  140. >
  141. <van-icon name="search" />
  142. 搜索
  143. </van-button>
  144. </van-col>
  145. </van-row>
  146. </div>
  147. <div class="list" style="padding-bottom: 200rpx">
  148. <div v-if="vamTabStatus">
  149. <van-tabs
  150. id="tabs"
  151. @change="getSelectedLoudong"
  152. @before-change="onBeforeChange"
  153. line-width="80rpx"
  154. title-active-color="#1D18BC"
  155. >
  156. <van-tab
  157. v-for="(item, index) in loudongList"
  158. :title="item.ldmc"
  159. :name="item.id"
  160. :key="index"
  161. >
  162. </van-tab>
  163. </van-tabs>
  164. </div>
  165. <div class="total" v-if="roomList.length != 0">
  166. <span style="color: #1d18bc">{{ form.total }}</span>
  167. </div>
  168. <van-checkbox-group :value="result" @change="onChange">
  169. <div
  170. class="list-row"
  171. v-if="roomList.length != 0"
  172. v-for="item in roomList"
  173. :key="item.id"
  174. >
  175. <div class="cell_0">
  176. <van-checkbox :name="item.id"> </van-checkbox>
  177. </div>
  178. <div class="cell_1">
  179. <div class="width100 height44rpx mb8rpx">
  180. <div class="first_title" style="font-size: 30rpx">
  181. {{
  182. item.yuanquName +
  183. item.quyuName +
  184. item.loudongName +
  185. item.roomNo
  186. }}
  187. </div>
  188. </div>
  189. <div class="width100 height40rpx mb8rpx">
  190. <div class="second_title">
  191. 用途:{{
  192. getDicType("roomUse", item.roomUse) == undefined
  193. ? "未知"
  194. : getDicType("roomUse", item.roomUse)
  195. }}
  196. </div>
  197. <div class="second_title_1 width50 chaochuyincang">
  198. 装修情况:{{
  199. !item.decorationSituation
  200. ? "未知"
  201. : item.decorationSituation
  202. }}
  203. </div>
  204. </div>
  205. <div class="width100 height36rpx mb14rpx">
  206. <div class="third_title" v-if="item.roomSize">
  207. 面积(㎡):{{ item.roomSize }}平米
  208. </div>
  209. <div class="third_title" v-if="!item.roomSize">
  210. 面积(㎡):未知
  211. </div>
  212. <div class="third_title_1">
  213. 朝向:{{ item.roomDirection ? item.roomDirection : "未知" }}
  214. </div>
  215. </div>
  216. <div class="width100 height50rpx mb14rpx">
  217. <div
  218. class="roomstatus"
  219. v-if="getDicType('zaiti', item.zaitiType)"
  220. >
  221. {{ getDicType("zaiti", item.zaitiType) }}
  222. </div>
  223. <div class="roomstatus" v-if="item.currentState == 1">空置</div>
  224. <div class="roomstatus" v-if="item.currentState == 2">锁定</div>
  225. <div class="roomstatus" v-if="item.currentState == 3">预约</div>
  226. <div class="roomstatus" v-if="item.currentState == 4">临期</div>
  227. <div class="roomstatus" v-if="item.currentState == 5">已租</div>
  228. <div class="roomstatus" v-if="item.currentState == 6">到期</div>
  229. </div>
  230. <div class="width100 height36rpx">
  231. <div class="float_left chuzu_label">
  232. 出租指导价(元/㎡/月):
  233. </div>
  234. <span class="float_left chuzu_vlaue">
  235. <span class="float_left chuzu_vlaue">
  236. {{ !item.guidePrice ? "未知" : item.guidePrice }}
  237. </span>
  238. </span>
  239. </div>
  240. </div>
  241. <!-- <div class="cell_2" @click="jumpPage(item.id)">
  242. <img src="../../../static/mine/youjiantou.png" alt="" />
  243. </div> -->
  244. </div>
  245. <div class="list-row" v-if="roomList.length == 0">
  246. <van-empty
  247. class="disblock marginauto"
  248. style="background: white"
  249. description="暂无数据"
  250. />
  251. </div>
  252. </van-checkbox-group>
  253. </div>
  254. </div>
  255. <view class="‘btn-view‘">
  256. <div class="btn" @click="takeParamsGoBack()">添加</div>
  257. </view>
  258. </div>
  259. </template>
  260. <script>
  261. import vanTab from "../../../wxcomponents/weapp/dist/tab/index";
  262. import vanTabs from "../../../wxcomponents/weapp/dist/tabs/index";
  263. import vanEmpty from "../../../wxcomponents/weapp/dist/empty/index";
  264. import {
  265. findYuanQuList,
  266. findLongPanList,
  267. findLouDongList,
  268. findRoomByCondition,
  269. getByCodes,
  270. } from "@/js_sdk/http.js";
  271. const form = {
  272. isFromApp: 1,
  273. status: [],
  274. chaoxiang: [],
  275. statusArray: [],
  276. chaoxiangArray: [],
  277. zaitiTypeArray: [],
  278. roomSize1: "",
  279. roomSize2: "",
  280. guidePrice1: "",
  281. guidePrice2: "",
  282. loupan_value: null,
  283. groupIds: null,
  284. pageNum: 1,
  285. pageSize: 10,
  286. total: 0,
  287. mnpBuildingIds: "",
  288. currentState: "",
  289. };
  290. export default {
  291. components: {
  292. vanTab,
  293. vanTabs,
  294. vanEmpty,
  295. },
  296. name: "chosseHouser.vue",
  297. data() {
  298. return {
  299. housetype: "",
  300. result: [],
  301. copy_result: [],
  302. dic_key: ["PROPERTY_NATURE", "HOUSE_USAGE"],
  303. dic_SelectList: {},
  304. loudongList: [],
  305. activezhaoshang: "0",
  306. form: {
  307. ...form,
  308. },
  309. active: 0,
  310. formData: {},
  311. value: 0,
  312. vamTabStatus: false,
  313. yuanqu_loacldata: [],
  314. loupan_loacldata: [],
  315. range: [
  316. {
  317. value: 0,
  318. text: "科教产业园",
  319. },
  320. {
  321. value: 1,
  322. text: "红沙湾",
  323. },
  324. {
  325. value: 2,
  326. text: "胡埭",
  327. },
  328. ],
  329. loupanList: [
  330. {
  331. value: 0,
  332. text: "一期",
  333. },
  334. {
  335. value: 1,
  336. text: "二期",
  337. },
  338. {
  339. value: 2,
  340. text: "三期",
  341. },
  342. {
  343. value: 3,
  344. text: "四期",
  345. },
  346. {
  347. value: 4,
  348. text: "五期",
  349. },
  350. {
  351. value: 5,
  352. text: "六期",
  353. },
  354. {
  355. value: 6,
  356. text: "七期",
  357. },
  358. {
  359. value: 7,
  360. text: "八期",
  361. },
  362. {
  363. value: 8,
  364. text: "九期",
  365. },
  366. ],
  367. statusList: [
  368. {
  369. value: 1,
  370. text: "空置",
  371. },
  372. {
  373. value: 3,
  374. text: "预约",
  375. },
  376. {
  377. value: 4,
  378. text: "临期",
  379. },
  380. {
  381. value: 6,
  382. text: "到期",
  383. },
  384. ],
  385. roomList: [],
  386. fangxiangList: [
  387. {
  388. value: 0,
  389. text: "东",
  390. },
  391. {
  392. value: 1,
  393. text: "南",
  394. },
  395. {
  396. value: 2,
  397. text: "西",
  398. },
  399. {
  400. value: 3,
  401. text: "北",
  402. },
  403. ],
  404. xinzhiList: [
  405. {
  406. value: 1,
  407. text: "自有物业",
  408. },
  409. {
  410. value: 2,
  411. text: "社会物业",
  412. },
  413. ],
  414. };
  415. },
  416. mounted() {
  417. this.findYuanQuList();
  418. this.getByCodes();
  419. },
  420. methods: {
  421. async searchMore() {
  422. let data = await findRoomByCondition(this.form);
  423. this.roomList.push(...data.rows);
  424. this.form.total = data.total;
  425. },
  426. onReachBottom() {
  427. this.form.pageNum += 1;
  428. this.searchMore();
  429. console.log("滑动到距离底部100px的时候触发,可以放 。。业务逻辑");
  430. }, //下拉执行的时候触发 (下拉刷新)
  431. reast() {
  432. this.roomList = [];
  433. this.form = { ...form };
  434. this.findYuanQuList();
  435. this.getByCodes();
  436. },
  437. async search() {
  438. if (!this.form.groupIds && !this.form.loupan_value) {
  439. return this.$showToast("请选择园区和楼盘后重试");
  440. }
  441. if (!this.form.groupIds) {
  442. return this.$showToast("请选择园区后重试");
  443. }
  444. if (!this.form.loupan_value) {
  445. return this.$showToast("请选择楼盘后重试");
  446. }
  447. this.form.pageNum = 1;
  448. this.form.pageSize = 10;
  449. this.form.total = 0;
  450. let data = await findRoomByCondition(this.form);
  451. this.roomList = data.rows;
  452. this.form.total = data.total;
  453. },
  454. async getByCodes() {
  455. let data = await getByCodes(JSON.stringify(this.dic_key));
  456. this.dic_SelectList = this.$common.handleDicList(data);
  457. },
  458. onBeforeChange() {
  459. this.copy_result = [...this.result];
  460. },
  461. getSelectedLoudong(event) {
  462. let that = this;
  463. let result = [...that.result];
  464. that.result = [];
  465. that.roomList = [];
  466. that.form.pageNum = 1;
  467. this.form.mnpBuildingIds =
  468. event.detail.title == "全部" ? "" : event.detail.name;
  469. // this.form
  470. findRoomByCondition(that.form).then((res) => {
  471. res.rows.forEach((element) => {
  472. that.roomList.push(element);
  473. });
  474. that.form.total = res.total;
  475. // setTimeout(() => {
  476. that.result = result;
  477. // }, 200);
  478. });
  479. },
  480. async getSelectedYuanqu() {
  481. let data = await findLongPanList(this.form.groupIds);
  482. this.roomList = [];
  483. this.loudongList = [];
  484. if (data.length > 0) {
  485. this.loupan_loacldata = data.map((e) => {
  486. return {
  487. value: e.id,
  488. text: e.name,
  489. };
  490. });
  491. } else {
  492. this.loupan_loacldata = [{ value: null, text: "暂无" }];
  493. }
  494. console.log(this.loupan_loacldata);
  495. },
  496. async getSelectedLoupan() {
  497. try {
  498. let data = await findLouDongList(this.form.loupan_value);
  499. this.vamTabStatus = false;
  500. console.log(data);
  501. if (data.length == 0) {
  502. this.loudongList = [];
  503. this.roomList = [];
  504. this.tabsStatus = !this.tabsStatus;
  505. return;
  506. } else {
  507. console.log("我tm有数据的", data);
  508. this.loudongList = [...data];
  509. this.form.mnpBuildingIds = data[0].id;
  510. this.roomList = [];
  511. }
  512. let row = await findRoomByCondition(this.form);
  513. console.log("我是row", row);
  514. this.roomList = row.rows;
  515. this.form.total = row.total;
  516. this.vamTabStatus = true;
  517. console.log(row);
  518. } catch (e) {
  519. console.log("e这天真热", e);
  520. }
  521. },
  522. findYuanQuList() {
  523. findYuanQuList().then((data) => {
  524. let yuanqu_list = [...data];
  525. let yuanqu_loacldata = yuanqu_list.map((e) => {
  526. return {
  527. value: e.id,
  528. text: e.groupName,
  529. };
  530. });
  531. this.yuanqu_loacldata = yuanqu_loacldata;
  532. });
  533. // console.log(yuanqu_loacldata)
  534. },
  535. jumpPage(id) {
  536. uni.navigateTo({
  537. url: "/pages/subPackages/housedetails/housedetails?id=" + id,
  538. });
  539. },
  540. getDicType(type, value) {
  541. if (!value) return;
  542. if (type == "zaiti") {
  543. let PROPERTY_NATURE = this.dic_SelectList.PROPERTY_NATURE;
  544. let index = PROPERTY_NATURE.findIndex((e) => e.value == value);
  545. return PROPERTY_NATURE[index].label;
  546. }
  547. if (type == "roomUse") {
  548. let HOUSE_USAGE = this.dic_SelectList.HOUSE_USAGE;
  549. let index = HOUSE_USAGE.findIndex((e) => e.value == value);
  550. return HOUSE_USAGE[index].label;
  551. }
  552. },
  553. onLoadMore() {},
  554. onLoad: function (option) {
  555. //option为object类型,会序列化上个页面传递的参数
  556. console.log(option.isEnable);
  557. if (option.housetype && option.housetype != "无合同") {
  558. this.housetype = option.housetype;
  559. this.form.isEnable = 1;
  560. } else {
  561. this.housetype = option.housetype;
  562. this.form.isEnable = 1;
  563. this.form.propertyNature = 2;
  564. }
  565. if (option.type) this.type = option.type; //打印出上个页面传递的参数。
  566. },
  567. getChaoxiang() {
  568. this.form.roomDirection = this.form.chaoxiangArray.join(",");
  569. },
  570. getSelectedStatus(e) {
  571. this.form.currentState = this.form.statusArray.join(",");
  572. },
  573. getSelectedXingZhi() {
  574. this.form.zaitiType = this.form.zaitiTypeArray.join(",");
  575. },
  576. takeParamsGoBack() {
  577. let params = {
  578. type: this.type,
  579. result: this.result,
  580. housetype: this.housetype,
  581. };
  582. uni.$emit("getuser", params);
  583. uni.navigateBack();
  584. },
  585. change(e) {},
  586. getStatus() {},
  587. onChange(event) {
  588. this.result = event.detail;
  589. },
  590. },
  591. onPullDownRefresh: function () {
  592. // 加载数据
  593. },
  594. onReachBottom() {}, //下拉执行的时候触发 (下拉刷新)
  595. };
  596. </script>
  597. <style lang="scss">
  598. .chaochuyincang {
  599. white-space: nowrap;
  600. overflow: hidden;
  601. text-overflow: ellipsis;
  602. }
  603. /deep/.van-cell {
  604. padding: 0 0 0 28rpx !important;
  605. }
  606. .inputClass {
  607. padding: 0 0 0 28rpx !important;
  608. }
  609. .chosseHouse {
  610. .search_btn {
  611. margin-left: 18rpx;
  612. width: calc(100% - 18rpx);
  613. height: 60rpx;
  614. }
  615. .reset_btn {
  616. color: #2628a9 !important;
  617. width: 100%;
  618. height: 60rpx;
  619. }
  620. .btn-view {
  621. width: 100%;
  622. height: 100rpx;
  623. padding: 20rpx 10%;
  624. background-color: #ffffff;
  625. position: fixed;
  626. bottom: 0;
  627. left: 0;
  628. }
  629. .btn {
  630. width: 80%;
  631. height: 90rpx;
  632. border-radius: 50rpx 50rpx 50rpx 50rpx;
  633. background: #1d18bc;
  634. line-height: 90rpx;
  635. color: white;
  636. text-align: center;
  637. }
  638. .float_left {
  639. float: left;
  640. }
  641. .chuzu_label {
  642. width: 312rpx;
  643. height: 36rpx;
  644. font-size: 26rpx;
  645. font-family: PingFang SC-Medium, PingFang SC;
  646. font-weight: 500;
  647. color: #333333;
  648. line-height: 36rpx;
  649. }
  650. .chuzu_vlaue {
  651. width: 86rpx;
  652. font-size: 32rpx;
  653. font-family: PingFang SC-Bold, PingFang SC;
  654. font-weight: bold;
  655. color: #ec7359;
  656. line-height: 38rpx;
  657. }
  658. .mb14rpx {
  659. margin-bottom: 14rpx;
  660. }
  661. .height34rpx {
  662. height: 34rpx;
  663. }
  664. .height50rpx {
  665. height: 50rpx;
  666. }
  667. .roomstatus {
  668. height: 50rpx;
  669. line-height: 50rpx;
  670. font-size: 24rpx;
  671. padding: 0rpx 16rpx;
  672. float: left;
  673. border-radius: 8rpx 8rpx 8rpx 8rpx;
  674. font-family: PingFang SC-Medium, PingFang SC;
  675. font-weight: 500;
  676. color: #1d18bc;
  677. border: 2rpx solid #1d18bc;
  678. margin-left: 16rpx;
  679. }
  680. .roomstatus:first-child {
  681. margin-left: 0 !important;
  682. }
  683. .height50px {
  684. height: 50rpx;
  685. }
  686. .mb8rpx {
  687. margin-bottom: 8rpx;
  688. }
  689. .width100 {
  690. width: 100%;
  691. }
  692. .height36rpx {
  693. height: 36rpx;
  694. }
  695. .height40rpx {
  696. height: 40rpx;
  697. }
  698. .height66rpx {
  699. height: 66rpx;
  700. }
  701. .height44rpx {
  702. height: 44rpx;
  703. }
  704. .total {
  705. padding: 8rpx 32rpx 8rpx 0;
  706. text-align: right;
  707. background: #ffffff;
  708. }
  709. .roomstatus {
  710. height: 50rpx;
  711. line-height: 50rpx;
  712. font-size: 24rpx;
  713. padding: 0rpx 16rpx;
  714. float: left;
  715. border-radius: 8rpx 8rpx 8rpx 8rpx;
  716. font-family: PingFang SC-Medium, PingFang SC;
  717. font-weight: 500;
  718. color: #1d18bc;
  719. border: 2rpx solid #1d18bc;
  720. margin-left: 16rpx;
  721. }
  722. .roomstatus:first-child {
  723. margin-left: 0 !important;
  724. }
  725. .list-row {
  726. width: calc(100% - 64rpx);
  727. padding: 16rpx 32rpx 18rpx 32rpx;
  728. background: #ffffff;
  729. margin-bottom: 16rpx;
  730. display: flex;
  731. //height: 278rpx;
  732. border-radius: 8rpx 8rpx 8rpx 8rpx;
  733. }
  734. .second_title {
  735. float: left;
  736. width: 40%;
  737. font-size: 28rpx;
  738. font-family: PingFang SC-Medium, PingFang SC;
  739. font-weight: 500;
  740. color: #777777;
  741. }
  742. .second_title_1 {
  743. float: left;
  744. width: 60%;
  745. font-size: 28rpx;
  746. font-family: PingFang SC-Medium, PingFang SC;
  747. font-weight: 500;
  748. color: #777777;
  749. }
  750. .cell_0 {
  751. float: left;
  752. width: 10%;
  753. }
  754. .cell_1 {
  755. float: left;
  756. width: 80%;
  757. }
  758. .cell_2 {
  759. float: left;
  760. width: 10%;
  761. img {
  762. height: 60rpx;
  763. width: 60rpx;
  764. float: right;
  765. margin: 96rpx 0rpx 94rpx 0;
  766. }
  767. }
  768. .list {
  769. width: calc(100% - 64rpx);
  770. margin: 32rpx;
  771. }
  772. .form {
  773. width: calc(100% - 128rpx);
  774. margin: 32rpx;
  775. background: #ffffff;
  776. padding: 32rpx;
  777. .label {
  778. height: 53rpx;
  779. line-height: 53rpx;
  780. }
  781. }
  782. .checklist-box {
  783. margin-right: 16rpx !important;
  784. }
  785. .labelcolmt26 {
  786. input {
  787. font-size: 24rpx;
  788. border-radius: 8rpx 8rpx 8rpx 8rpx;
  789. border: 2rpx solid #cccccc;
  790. text-align: center;
  791. }
  792. .van-col {
  793. margin-top: 26rpx !important;
  794. }
  795. label {
  796. color: #333333;
  797. font-size: 30rpx;
  798. margin-top: 10rpx !important;
  799. }
  800. .uni-data-checklist {
  801. margin-top: -10rpx !important;
  802. }
  803. }
  804. .status {
  805. .uni-data-checklist {
  806. margin-top: 0rpx !important;
  807. }
  808. label {
  809. color: #333333;
  810. font-size: 30rpx;
  811. padding-right: 0rpx !important;
  812. }
  813. }
  814. }
  815. </style>