chosseHouse.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831
  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">
  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. <button class="btn" @click="takeParamsGoBack()">添加</button>
  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. result: [],
  300. copy_result: [],
  301. dic_key: ["PROPERTY_NATURE", "HOUSE_USAGE"],
  302. dic_SelectList: {},
  303. loudongList: [],
  304. activezhaoshang: "0",
  305. form: {
  306. ...form,
  307. },
  308. active: 0,
  309. formData: {},
  310. value: 0,
  311. vamTabStatus: false,
  312. yuanqu_loacldata: [],
  313. loupan_loacldata: [],
  314. range: [
  315. {
  316. value: 0,
  317. text: "科教产业园",
  318. },
  319. {
  320. value: 1,
  321. text: "安居",
  322. },
  323. {
  324. value: 2,
  325. text: "胡埭",
  326. },
  327. ],
  328. loupanList: [
  329. {
  330. value: 0,
  331. text: "一期",
  332. },
  333. {
  334. value: 1,
  335. text: "二期",
  336. },
  337. {
  338. value: 2,
  339. text: "三期",
  340. },
  341. {
  342. value: 3,
  343. text: "四期",
  344. },
  345. {
  346. value: 4,
  347. text: "五期",
  348. },
  349. {
  350. value: 5,
  351. text: "六期",
  352. },
  353. {
  354. value: 6,
  355. text: "七期",
  356. },
  357. {
  358. value: 7,
  359. text: "八期",
  360. },
  361. {
  362. value: 8,
  363. text: "九期",
  364. },
  365. ],
  366. statusList: [
  367. {
  368. value: 1,
  369. text: "空置",
  370. },
  371. {
  372. value: 3,
  373. text: "预约",
  374. },
  375. {
  376. value: 4,
  377. text: "临期",
  378. },
  379. {
  380. value: 6,
  381. text: "到期",
  382. },
  383. ],
  384. roomList: [],
  385. fangxiangList: [
  386. {
  387. value: 0,
  388. text: "东",
  389. },
  390. {
  391. value: 1,
  392. text: "南",
  393. },
  394. {
  395. value: 2,
  396. text: "西",
  397. },
  398. {
  399. value: 3,
  400. text: "北",
  401. },
  402. ],
  403. xinzhiList: [
  404. {
  405. value: 1,
  406. text: "自有物业",
  407. },
  408. {
  409. value: 2,
  410. text: "社会物业",
  411. },
  412. ],
  413. };
  414. },
  415. mounted() {
  416. this.findYuanQuList();
  417. this.getByCodes();
  418. },
  419. methods: {
  420. async searchMore() {
  421. let data = await findRoomByCondition(this.form);
  422. this.roomList.push(...data.rows);
  423. this.form.total = data.total;
  424. },
  425. onReachBottom() {
  426. this.form.pageNum += 1;
  427. this.searchMore();
  428. console.log("滑动到距离底部100px的时候触发,可以放 。。业务逻辑");
  429. }, //下拉执行的时候触发 (下拉刷新)
  430. reast() {
  431. this.roomList = [];
  432. this.form = { ...form };
  433. this.findYuanQuList();
  434. this.getByCodes();
  435. },
  436. async search() {
  437. if (!this.form.groupIds && !this.form.loupan_value) {
  438. return this.$showToast("请选择园区和楼盘后重试");
  439. }
  440. if (!this.form.groupIds) {
  441. return this.$showToast("请选择园区后重试");
  442. }
  443. if (!this.form.loupan_value) {
  444. return this.$showToast("请选择楼盘后重试");
  445. }
  446. this.form.pageNum = 1;
  447. this.form.pageSize = 10;
  448. this.form.total = 0;
  449. let data = await findRoomByCondition(this.form);
  450. this.roomList = data.rows;
  451. this.form.total = data.total;
  452. },
  453. async getByCodes() {
  454. let data = await getByCodes(JSON.stringify(this.dic_key));
  455. this.dic_SelectList = this.$common.handleDicList(data);
  456. },
  457. onBeforeChange() {
  458. this.copy_result = [...this.result];
  459. },
  460. getSelectedLoudong(event) {
  461. let that = this;
  462. let result = [...that.result];
  463. that.result = [];
  464. that.roomList = [];
  465. this.form.mnpBuildingIds =
  466. event.detail.title == "全部" ? "" : event.detail.name;
  467. // this.form
  468. findRoomByCondition(that.form).then((res) => {
  469. res.rows.forEach((element) => {
  470. that.roomList.push(element);
  471. });
  472. that.form.total = res.total;
  473. // setTimeout(() => {
  474. that.result = result;
  475. // }, 200);
  476. });
  477. },
  478. async getSelectedYuanqu() {
  479. let data = await findLongPanList(this.form.groupIds);
  480. this.roomList = [];
  481. this.loudongList = [];
  482. if (data.length > 0) {
  483. this.loupan_loacldata = data.map((e) => {
  484. return {
  485. value: e.id,
  486. text: e.name,
  487. };
  488. });
  489. } else {
  490. this.loupan_loacldata = [{ value: null, text: "暂无" }];
  491. }
  492. console.log(this.loupan_loacldata);
  493. },
  494. async getSelectedLoupan() {
  495. try {
  496. let data = await findLouDongList(this.form.loupan_value);
  497. this.vamTabStatus = false;
  498. console.log(data);
  499. if (data.length == 0) {
  500. this.loudongList = [];
  501. this.roomList = [];
  502. this.tabsStatus = !this.tabsStatus;
  503. return;
  504. } else {
  505. console.log("我tm有数据的", data);
  506. this.loudongList = [...data];
  507. this.form.mnpBuildingIds = data[0].id;
  508. this.roomList = [];
  509. }
  510. let row = await findRoomByCondition(this.form);
  511. console.log("我是row", row);
  512. this.roomList = row.rows;
  513. this.form.total = row.total;
  514. this.vamTabStatus = true;
  515. console.log(row);
  516. } catch (e) {
  517. console.log("e这天真热", e);
  518. }
  519. },
  520. findYuanQuList() {
  521. findYuanQuList().then((data) => {
  522. let yuanqu_list = [...data];
  523. let yuanqu_loacldata = yuanqu_list.map((e) => {
  524. return {
  525. value: e.id,
  526. text: e.groupName,
  527. };
  528. });
  529. this.yuanqu_loacldata = yuanqu_loacldata;
  530. });
  531. // console.log(yuanqu_loacldata)
  532. },
  533. jumpPage(id) {
  534. uni.navigateTo({
  535. url: "/pages/subPackages/housedetails/housedetails?id=" + id,
  536. });
  537. },
  538. getDicType(type, value) {
  539. if (!value) return;
  540. if (type == "zaiti") {
  541. let PROPERTY_NATURE = this.dic_SelectList.PROPERTY_NATURE;
  542. let index = PROPERTY_NATURE.findIndex((e) => e.value == value);
  543. return PROPERTY_NATURE[index].label;
  544. }
  545. if (type == "roomUse") {
  546. let HOUSE_USAGE = this.dic_SelectList.HOUSE_USAGE;
  547. let index = HOUSE_USAGE.findIndex((e) => e.value == value);
  548. return HOUSE_USAGE[index].label;
  549. }
  550. },
  551. onLoadMore() {},
  552. onLoad: function (option) {
  553. //option为object类型,会序列化上个页面传递的参数
  554. this.type = option.type; //打印出上个页面传递的参数。
  555. },
  556. getChaoxiang() {
  557. this.form.roomDirection = this.form.chaoxiangArray.join(",");
  558. },
  559. getSelectedStatus(e) {
  560. this.form.currentState = this.form.statusArray.join(",");
  561. },
  562. getSelectedXingZhi() {
  563. this.form.zaitiType = this.form.zaitiTypeArray.join(",");
  564. },
  565. takeParamsGoBack() {
  566. let params = {
  567. type: this.type,
  568. result: this.result,
  569. };
  570. uni.$emit("getuser", params);
  571. uni.navigateBack();
  572. },
  573. change(e) {},
  574. getStatus() {},
  575. onChange(event) {
  576. this.result = event.detail;
  577. },
  578. },
  579. onPullDownRefresh: function () {
  580. // 加载数据
  581. },
  582. onReachBottom() {}, //下拉执行的时候触发 (下拉刷新)
  583. };
  584. </script>
  585. <style lang="scss">
  586. .chaochuyincang {
  587. white-space: nowrap;
  588. overflow: hidden;
  589. text-overflow: ellipsis;
  590. }
  591. /deep/.van-cell {
  592. padding: 0 0 0 28rpx !important;
  593. }
  594. .inputClass {
  595. padding: 0 0 0 28rpx !important;
  596. }
  597. .chosseHouse {
  598. .search_btn {
  599. margin-left: 18rpx;
  600. width: calc(100% - 18rpx);
  601. height: 60rpx;
  602. }
  603. .reset_btn {
  604. color: #2628a9 !important;
  605. width: 100%;
  606. height: 60rpx;
  607. }
  608. .btn-view {
  609. width: 100%;
  610. height: 100rpx;
  611. padding: 20rpx 10%;
  612. background-color: #ffffff;
  613. position: fixed;
  614. bottom: 0;
  615. left: 0;
  616. }
  617. .btn {
  618. width: 80%;
  619. height: 90rpx;
  620. border-radius: 50rpx 50rpx 50rpx 50rpx;
  621. background: #1d18bc;
  622. line-height: 90rpx;
  623. color: white;
  624. }
  625. .float_left {
  626. float: left;
  627. }
  628. .chuzu_label {
  629. width: 312rpx;
  630. height: 36rpx;
  631. font-size: 26rpx;
  632. font-family: PingFang SC-Medium, PingFang SC;
  633. font-weight: 500;
  634. color: #333333;
  635. line-height: 36rpx;
  636. }
  637. .chuzu_vlaue {
  638. width: 86rpx;
  639. font-size: 32rpx;
  640. font-family: PingFang SC-Bold, PingFang SC;
  641. font-weight: bold;
  642. color: #ec7359;
  643. line-height: 38rpx;
  644. }
  645. .mb14rpx {
  646. margin-bottom: 14rpx;
  647. }
  648. .height34rpx {
  649. height: 34rpx;
  650. }
  651. .height50rpx {
  652. height: 50rpx;
  653. }
  654. .roomstatus {
  655. height: 50rpx;
  656. line-height: 50rpx;
  657. font-size: 24rpx;
  658. padding: 0rpx 16rpx;
  659. float: left;
  660. border-radius: 8rpx 8rpx 8rpx 8rpx;
  661. font-family: PingFang SC-Medium, PingFang SC;
  662. font-weight: 500;
  663. color: #1d18bc;
  664. border: 2rpx solid #1d18bc;
  665. margin-left: 16rpx;
  666. }
  667. .roomstatus:first-child {
  668. margin-left: 0 !important;
  669. }
  670. .height50px {
  671. height: 50rpx;
  672. }
  673. .mb8rpx {
  674. margin-bottom: 8rpx;
  675. }
  676. .width100 {
  677. width: 100%;
  678. }
  679. .height36rpx {
  680. height: 36rpx;
  681. }
  682. .height40rpx {
  683. height: 40rpx;
  684. }
  685. .height66rpx {
  686. height: 66rpx;
  687. }
  688. .height44rpx {
  689. height: 44rpx;
  690. }
  691. .total {
  692. padding: 8rpx 32rpx 8rpx 0;
  693. text-align: right;
  694. background: #ffffff;
  695. }
  696. .roomstatus {
  697. height: 50rpx;
  698. line-height: 50rpx;
  699. font-size: 24rpx;
  700. padding: 0rpx 16rpx;
  701. float: left;
  702. border-radius: 8rpx 8rpx 8rpx 8rpx;
  703. font-family: PingFang SC-Medium, PingFang SC;
  704. font-weight: 500;
  705. color: #1d18bc;
  706. border: 2rpx solid #1d18bc;
  707. margin-left: 16rpx;
  708. }
  709. .roomstatus:first-child {
  710. margin-left: 0 !important;
  711. }
  712. .list-row {
  713. width: calc(100% - 64rpx);
  714. padding: 16rpx 32rpx 18rpx 32rpx;
  715. background: #ffffff;
  716. margin-bottom: 16rpx;
  717. display: flex;
  718. //height: 278rpx;
  719. border-radius: 8rpx 8rpx 8rpx 8rpx;
  720. }
  721. .second_title {
  722. float: left;
  723. width: 40%;
  724. font-size: 28rpx;
  725. font-family: PingFang SC-Medium, PingFang SC;
  726. font-weight: 500;
  727. color: #777777;
  728. }
  729. .second_title_1 {
  730. float: left;
  731. width: 60%;
  732. font-size: 28rpx;
  733. font-family: PingFang SC-Medium, PingFang SC;
  734. font-weight: 500;
  735. color: #777777;
  736. }
  737. .cell_0 {
  738. float: left;
  739. width: 10%;
  740. }
  741. .cell_1 {
  742. float: left;
  743. width: 80%;
  744. }
  745. .cell_2 {
  746. float: left;
  747. width: 10%;
  748. img {
  749. height: 60rpx;
  750. width: 60rpx;
  751. float: right;
  752. margin: 96rpx 0rpx 94rpx 0;
  753. }
  754. }
  755. .list {
  756. width: calc(100% - 64rpx);
  757. margin: 32rpx;
  758. }
  759. .form {
  760. width: calc(100% - 128rpx);
  761. margin: 32rpx;
  762. background: #ffffff;
  763. padding: 32rpx;
  764. .label {
  765. height: 53rpx;
  766. line-height: 53rpx;
  767. }
  768. }
  769. .checklist-box {
  770. margin-right: 16rpx !important;
  771. }
  772. .labelcolmt26 {
  773. input {
  774. font-size: 24rpx;
  775. border-radius: 8rpx 8rpx 8rpx 8rpx;
  776. border: 2rpx solid #cccccc;
  777. text-align: center;
  778. }
  779. .van-col {
  780. margin-top: 26rpx !important;
  781. }
  782. label {
  783. color: #333333;
  784. font-size: 30rpx;
  785. margin-top: 10rpx !important;
  786. }
  787. .uni-data-checklist {
  788. margin-top: -10rpx !important;
  789. }
  790. }
  791. .status {
  792. .uni-data-checklist {
  793. margin-top: 0rpx !important;
  794. }
  795. label {
  796. color: #333333;
  797. font-size: 30rpx;
  798. padding-right: 0rpx !important;
  799. }
  800. }
  801. }
  802. </style>