plotdetails.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787
  1. <template>
  2. <view class="container" :class="[AppTheme]">
  3. <view class="parcel_information" v-if="orderdeleti">
  4. <view class="mess_deitle_1">
  5. <view class="soil_mass">
  6. <image mode="aspectFill" :src="orderdeleti.soil_cover_pic"></image>
  7. </view>
  8. <view class="soil_mass_1">
  9. <view class="soil_mass_2">{{ orderdeleti.soil_name }} {{orderdeleti.subdivision.name}}</view>
  10. <view class="soil_mass_3">{{orderdeleti.period_time}} 到期</view>
  11. <view v-if="orderdeleti.status_period==1" class="soil_mass_4 bg-primary"
  12. @click="renewal(orderdeleti.id)">续 租
  13. </view>
  14. </view>
  15. <view class="soil_mass_5">
  16. <u-icon name="arrow-right" :bold="true" color="#999" size="16" @click="pkxunzhe()">
  17. </u-icon>
  18. </view>
  19. </view>
  20. <view class="mess_deitle_2">
  21. <view class="farm_name">菜园信息({{orderdeleti.subdivision.area}})</view>
  22. <view class="bor_solp"></view>
  23. <view class="box_form_1">
  24. <view class="titem" v-for="(item, index) in orderdeleti.seeds" :key="index">
  25. <view class="titems">
  26. <view class="titem_1">
  27. <image mode="aspectFill" :src="item.ripe_pic"></image>
  28. <view class="titem_2">{{item.seed_name}} ({{item.seed_num+ 'm²'}})</view>
  29. </view>
  30. <view class="titem_3" v-if="orderdeleti.status_period==1" @click="cropseed(item.id)">管理
  31. <u-icon name="arrow-right" :bold="true" color="#999" size="16"></u-icon>
  32. </view>
  33. </view>
  34. <view class="bor_solp"></view>
  35. </view>
  36. </view>
  37. <view class="titems_one" v-if="orderdeleti.totalaera">
  38. <view class="titems_one_1">
  39. <image mode="aspectFill" :src="settingFile.root_img+'/static/app/imgs/mine/dis/37.png?t=555'">
  40. </image>
  41. <view class="titems_one_2">空闲地块 ({{orderdeleti.totalaera+ 'm²'}})</view>
  42. </view>
  43. <view class="titems_one_3" @click="chooseseed()" v-if="orderdeleti.status_period==1">播种
  44. <u-icon name="arrow-right" :bold="true" color="#999" size="16"></u-icon>
  45. </view>
  46. </view>
  47. <view class="bor_solp"></view>
  48. <view class="farm_name_1">
  49. <view class="farm_name_2">菜园装饰</view>
  50. <view class="farm_name_3" @click="decoration(orderdeleti.id)">土地菜园装饰
  51. <u-icon name="arrow-right" :bold="true" color="#999" size="16"></u-icon>
  52. </view>
  53. </view>
  54. </view>
  55. <view class="mess_deitle_3">
  56. <view class="farm_name_1">
  57. <view class="farm_name_2">配送信息</view>
  58. <view class="farm_name_3" @click="navTo('/pagesD/pages/address/address?source=1')">收货地址管理
  59. <u-icon name="arrow-right" :bold="true" color="#999" size="16"></u-icon>
  60. </view>
  61. </view>
  62. <view class="bor_solp"></view>
  63. <view v-if="orderdeleti.status_period==1" class="tab_vie" @click="servicesgroup(orderdeleti.soil_id)">
  64. <view class="vbtn bg-primary">
  65. <text style="color: #fff;padding: 0rpx 5rpx;">升级服务
  66. <span style="color: #df0000;padding: 0rpx 15rpx;"> 免费配送</span>
  67. </text>
  68. </view>
  69. </view>
  70. <view v-else class="tab_vie">
  71. <view class="vbtn" style="background-color: #bdbdbd;">
  72. <text style="color: #595959;">
  73. 订单不在租赁中
  74. </text>
  75. </view>
  76. </view>
  77. </view>
  78. <view class="mess_deitle_4">
  79. <view class="farm_name">菜园服务</view>
  80. <view class="bor_solp"></view>
  81. <view class="box_form_4">
  82. <view class="farm_name_4" @click="services(orderdeleti.soil_id)">
  83. <view class="farm_name_5">
  84. <image mode="aspectFill"
  85. :src="settingFile.root_img+'/static/app/imgs/mine/dis/32.png?t=199'">
  86. </image>
  87. 土地服务
  88. </view>
  89. <view class="farm_name_6">
  90. {{orderdeleti.serve_name}}
  91. <u-icon name="arrow-right" :bold="true" color="#999" size="16"></u-icon>
  92. </view>
  93. </view>
  94. <view class="bor_solp"></view>
  95. <view class="farm_name_4" @click="register(orderdeleti.soil_id,orderdeleti.subdivision_id)">
  96. <view class="farm_name_5">
  97. <image mode="aspectFill"
  98. :src="settingFile.root_img+'/static/app/imgs/mine/dis/35.png?t=199'">
  99. </image>
  100. 巡检记录
  101. </view>
  102. <view class="farm_name_6">
  103. <u-icon name="arrow-right" :bold="true" color="#999" size="16"></u-icon>
  104. </view>
  105. </view>
  106. <view class="bor_solp"></view>
  107. <view class="farm_name_4" @click="navTo('/pages/land/land')">
  108. <view class="farm_name_5">
  109. <image mode="aspectFill"
  110. :src="settingFile.root_img+'/static/app/imgs/mine/dis/37.png?t=1989'">
  111. </image>
  112. 租赁新土地
  113. </view>
  114. <view class="farm_name_6">
  115. <u-icon name="arrow-right" :bold="true" color="#999" size="16"></u-icon>
  116. </view>
  117. </view>
  118. <view class="bor_solp"></view>
  119. <view class="farm_name_4" @click="operator(orderdeleti.id)">
  120. <view class="farm_name_5">
  121. <image mode="aspectFill"
  122. :src="settingFile.root_img+'/static/app/imgs/mine/dis/40.png?t=19889'">
  123. </image>
  124. 订单信息
  125. </view>
  126. <view class="farm_name_6">
  127. <u-icon name="arrow-right" :bold="true" color="#999" size="16"></u-icon>
  128. </view>
  129. </view>
  130. <view class="bor_solp"></view>
  131. <view class="farm_name_4" @click="orderdetail(orderdeleti.id)">
  132. <view class="farm_name_5">
  133. <image mode="aspectFill"
  134. :src="settingFile.root_img+'/static/app/imgs/mine/dis/38.png?t=19889'">
  135. </image>
  136. 土地详情
  137. </view>
  138. <view class="farm_name_6">
  139. <u-icon name="arrow-right" :bold="true" color="#999" size="16"></u-icon>
  140. </view>
  141. </view>
  142. <view class="bor_solp"></view>
  143. <view class="farm_name_4" @click="navTo('/pagesE/pages/user/problem/problem')">
  144. <view class="farm_name_5">
  145. <image mode="aspectFill" :src="settingFile.root_img+'/static/app/imgs/mine/dis/33.png'">
  146. </image>
  147. 常见问题
  148. </view>
  149. <view class="farm_name_6">
  150. <u-icon name="arrow-right" :bold="true" color="#999" size="16"></u-icon>
  151. </view>
  152. </view>
  153. <view class="bor_solp"></view>
  154. <view class="farm_name_4">
  155. <view class="farm_name_5">
  156. <image mode="aspectFill"
  157. :src="settingFile.root_img+'/static/app/imgs/mine/dis/36.png?t=19889'">
  158. </image>
  159. 土地巡检员
  160. </view>
  161. <view class="farm_name_6">
  162. <view v-if="orderdeleti.ipc_username&&orderdeleti.ipc_phone" style="font-size: 28rpx;">
  163. {{orderdeleti.ipc_username}} , {{orderdeleti.ipc_phone}}
  164. </view>
  165. <view v-else style="font-size: 28rpx;">无</view>
  166. </view>
  167. </view>
  168. </view>
  169. </view>
  170. <!-- <view style="height: 40rpx;"></view> -->
  171. <u-picker :show="show" :columns="soilorder" @cancel='cancel' @confirm='confirm' keyName="label"></u-picker>
  172. </view>
  173. </view>
  174. </template>
  175. <script>
  176. import Landapi from '@/api/land/index.js';
  177. export default {
  178. data() {
  179. return {
  180. primary: this.$theme.primary,
  181. settingFile: getApp().globalData.siteinfo,
  182. //顶部距离
  183. scrollTop: 0,
  184. orderdeleti: null,
  185. customstyle: {
  186. background: '#F4F6F8'
  187. },
  188. wxpay: '微信支付',
  189. yepay: '余额支付',
  190. servicemess: [],
  191. logo: '',
  192. name: '',
  193. show: false,
  194. soilorder: []
  195. };
  196. },
  197. onLoad(options) {
  198. this.lookorderbyid(options.orderid);
  199. },
  200. onReady() {},
  201. onPageScroll: function(e) {
  202. this.scrollTop = e.scrollTop;
  203. },
  204. methods: {
  205. decoration(id) {
  206. uni.redirectTo({
  207. url: '/pagesE/pages/seedlist/decoration/decoration?id=' + id
  208. })
  209. },
  210. confirm(e) {
  211. console.log(e, 'eeeeeee')
  212. this.show = false
  213. let orderid = e.value[0].id
  214. console.log(orderid, 'orderidorderid')
  215. this.lookorderbyid(orderid)
  216. },
  217. cancel() {
  218. this.show = false
  219. },
  220. pkxunzhe() {
  221. this.show = true
  222. },
  223. navTo(url) {
  224. this.$until.toUrl(url);
  225. },
  226. cropseed(id) {
  227. uni.redirectTo({
  228. url: '/pagesE/pages/seedlist/crop?id=' + id
  229. });
  230. },
  231. chooseseed() {
  232. if (this.orderdeleti.serve_type == 3) {
  233. uni.showToast({
  234. title: "当前无服务,请升级服务在购买",
  235. icon: "none"
  236. })
  237. return false
  238. }
  239. uni.redirectTo({
  240. url: '/pagesE/pages/seedlist/seedlist?soil=' + JSON.stringify(this.orderdeleti)
  241. });
  242. },
  243. register(id, ids) {
  244. uni.navigateTo({
  245. url: '/pagesE/pages/register/register?soil_id=' + id + '&subdivision_id=' + ids
  246. })
  247. },
  248. services(id) {
  249. uni.navigateTo({
  250. url: '/pagesB/pages/chooseland/landservice/landservice?soil_id=' + id
  251. })
  252. },
  253. operator(id) {
  254. uni.navigateTo({
  255. url: '/pagesE/pages/serviceorder/detaillist/detaillist?soil_id=' + id
  256. })
  257. },
  258. servicesgroup(id) {
  259. if (this.orderdeleti.serve_type == 1) {
  260. uni.showToast({
  261. title: "您已是最高服务,没有可升级服务了",
  262. icon: "none"
  263. })
  264. return false
  265. } else {
  266. uni.redirectTo({
  267. url: '/pagesB/pages/chooseland/landservice/landservice?soil=' + JSON.stringify(this
  268. .orderdeleti) + '&type=1'
  269. })
  270. }
  271. },
  272. renewal(id) {
  273. uni.redirectTo({
  274. url: '/pagesE/pages/renewal/renewal?orderid=' + id
  275. })
  276. },
  277. orderdetail(id) {
  278. uni.navigateTo({
  279. url: '/pagesB/pages/orderdeleti/orderdeleti?orderid=' + id
  280. })
  281. },
  282. //查看服务信息
  283. seletserbyid(order_sn) {
  284. let that = this;
  285. let params = {
  286. order_sn: order_sn
  287. };
  288. Landapi.selordermessbyid(params).then(res => {
  289. if (res.status == 1) {
  290. that.servicemess = res.data.data;
  291. that.logo = res.data.site.logo;
  292. that.name = res.data.site.name;
  293. console.log(that.servicemess, "that.servicemess")
  294. } else {
  295. // that.$api.msg(res.msg);
  296. }
  297. });
  298. },
  299. //根据id获取订单信息
  300. lookorderbyid(orderid) {
  301. let that = this;
  302. let parms = {
  303. id: orderid
  304. };
  305. Landapi.lookorderbyids(parms).then(res => {
  306. console.log(res, "订单信息")
  307. if (res.status == 1) {
  308. that.orderdeleti = res.data;
  309. that.soilorder = res.data.soilorder;
  310. console.log(that.soilorder, 'that.soilorder')
  311. that.orderdeleti.serve_price = that.orderdeleti.serve_price + '元';
  312. that.orderdeleti.period_days = that.orderdeleti.period_days + '天';
  313. that.orderdeleti.show_price = that.orderdeleti.show_price + '元';
  314. that.orderdeleti.subdivision.area = that.orderdeleti
  315. .subdivision.area + 'm²';
  316. that.orderdeleti.order_money = that.orderdeleti.order_money + '元';
  317. that.seletserbyid(that.orderdeleti.order_sn);
  318. } else {
  319. that.$api.msg(res.msg);
  320. }
  321. });
  322. },
  323. //计算单种种子总价格
  324. calculation(price, num) {
  325. return parseFloat(price) * parseInt(num);
  326. }
  327. }
  328. };
  329. </script>
  330. <style lang="scss">
  331. table {
  332. width: 100%;
  333. border-color: #DFE2E5;
  334. border-collapse: collapse;
  335. text-align: center;
  336. color: #303133;
  337. }
  338. table,
  339. th,
  340. td {
  341. border: 1px solid #999;
  342. padding: 10rpx;
  343. }
  344. .container {
  345. position: relative;
  346. }
  347. .head_backn {
  348. width: 100%;
  349. z-index: 99;
  350. padding: 20rpx 20rpx 0rpx 20rpx;
  351. .icon_view {
  352. width: 100%;
  353. text-align: center;
  354. margin-top: 10rpx;
  355. }
  356. }
  357. .parcel_information {
  358. // width: 93%;
  359. // margin: 0 3.5%;
  360. }
  361. .mess_deitle {
  362. width: 100%;
  363. padding: 30rpx 0;
  364. margin: 25rpx 0;
  365. background-color: #ffffff;
  366. box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  367. border-radius: 15rpx;
  368. }
  369. .mess_deitle_2 {
  370. width: 100%;
  371. padding: 20rpx 0;
  372. margin: 25rpx 0;
  373. background-color: #ffffff;
  374. .farm_name_1 {
  375. display: flex;
  376. justify-content: space-between;
  377. align-items: center;
  378. padding: 0 20rpx;
  379. .farm_name_2 {
  380. font-size: 32rpx;
  381. }
  382. .farm_name_3 {
  383. display: flex;
  384. justify-content: flex-start;
  385. align-items: center;
  386. color: #999;
  387. font-size: 28rpx;
  388. margin-right: 2vh;
  389. }
  390. }
  391. .titems_one {
  392. display: flex;
  393. justify-content: space-between;
  394. align-items: center;
  395. .titems_one_1 {
  396. display: flex;
  397. justify-content: flex-start;
  398. align-items: center;
  399. padding: 0 20rpx;
  400. image {
  401. width: 80rpx;
  402. height: 80rpx;
  403. }
  404. .titems_one_2 {
  405. margin-left: 2vh;
  406. font-size: 30rpx;
  407. }
  408. }
  409. .titems_one_3 {
  410. display: flex;
  411. justify-content: flex-start;
  412. align-items: center;
  413. margin-right: 4vh;
  414. font-size: 30rpx;
  415. color: #999;
  416. }
  417. }
  418. }
  419. .mess_deitle_3 {
  420. width: 100%;
  421. padding: 20rpx 0;
  422. margin: 25rpx 0;
  423. background-color: #ffffff;
  424. .farm_name_1 {
  425. display: flex;
  426. justify-content: space-between;
  427. align-items: center;
  428. padding: 0 20rpx;
  429. .farm_name_2 {
  430. font-size: 32rpx;
  431. }
  432. .farm_name_3 {
  433. display: flex;
  434. justify-content: flex-start;
  435. align-items: center;
  436. color: #999;
  437. font-size: 28rpx;
  438. margin-right: 2vh;
  439. }
  440. }
  441. .tab_vie {
  442. text-align: center;
  443. padding: 30rpx 0;
  444. display: flex;
  445. justify-content: center;
  446. .vbtn {
  447. width: 95%;
  448. height: 70rpx;
  449. line-height: 70rpx;
  450. border-radius: 50rpx;
  451. font-size: 28rpx;
  452. }
  453. }
  454. }
  455. .mess_deitle_4 {
  456. width: 100%;
  457. padding: 20rpx 0;
  458. margin: 25rpx 0;
  459. background-color: #ffffff;
  460. .farm_name_4 {
  461. display: flex;
  462. justify-content: space-between;
  463. align-items: center;
  464. padding: 0 20rpx;
  465. .farm_name_5 {
  466. display: flex;
  467. justify-content: flex-start;
  468. align-items: center;
  469. image {
  470. width: 45rpx;
  471. height: 45rpx;
  472. }
  473. font-size: 28rpx;
  474. }
  475. .farm_name_6 {
  476. display: flex;
  477. justify-content: flex-start;
  478. align-items: center;
  479. color: #999;
  480. font-size: 26rpx;
  481. margin-right: 2vh;
  482. }
  483. }
  484. }
  485. .mess_deitle_1 {
  486. width: 100%;
  487. padding: 20rpx;
  488. margin: 25rpx 0;
  489. background-color: #ffffff;
  490. box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  491. display: flex;
  492. justify-content: flex-start;
  493. align-items: center;
  494. .soil_mass {
  495. image {
  496. width: 150rpx;
  497. height: 150rpx;
  498. }
  499. }
  500. .soil_mass_1 {
  501. margin-left: 2vh;
  502. width: 52%;
  503. .soil_mass_2 {
  504. font-size: 30rpx;
  505. font-weight: 300;
  506. -webkit-line-clamp: 2;
  507. display: -webkit-box;
  508. -webkit-box-orient: vertical;
  509. overflow: hidden;
  510. text-overflow: ellipsis;
  511. }
  512. .soil_mass_3 {
  513. font-size: 28rpx;
  514. color: #999;
  515. padding: 20rpx 0;
  516. }
  517. .soil_mass_4 {
  518. width: 150rpx;
  519. line-height: 50rpx;
  520. height: 50rpx;
  521. padding: 5rpx;
  522. text-align: center;
  523. border-radius: 50rpx;
  524. font-size: 26rpx;
  525. color: #fff;
  526. }
  527. }
  528. .soil_mass_5 {
  529. margin-left: 5vh;
  530. font-weight: 600;
  531. }
  532. }
  533. .order_item {
  534. width: 100%;
  535. margin: 25rpx 0;
  536. padding: 30rpx 0;
  537. background-color: #ffffff;
  538. box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  539. }
  540. .farm_name {
  541. font-size: 32rpx;
  542. color: #000;
  543. padding: 0 20rpx;
  544. }
  545. .bor_solp {
  546. background-color: #999;
  547. height: 1rpx;
  548. width: 100%;
  549. transform: scaleY(0.3);
  550. margin: 25rpx 0;
  551. }
  552. .order_detil {
  553. padding: 0 20rpx;
  554. text-align: center;
  555. }
  556. .seed_item_thumbnail {
  557. object-fit: cover;
  558. border-radius: 10rpx;
  559. width: 100%;
  560. height: 300rpx;
  561. }
  562. .right_deile {
  563. width: 100%;
  564. }
  565. .article_title_p2 {
  566. font-size: 26rpx;
  567. color: #000;
  568. margin: 15rpx 0;
  569. }
  570. .box_form {
  571. margin: 0 5%;
  572. width: 95%;
  573. }
  574. .box_form_1 {
  575. padding: 20rpx;
  576. .titem {
  577. display: flex;
  578. flex-direction: column;
  579. .titems {
  580. display: flex;
  581. justify-content: space-between;
  582. .titem_1 {
  583. display: flex;
  584. justify-content: flex-start;
  585. align-items: center;
  586. image {
  587. width: 80rpx;
  588. height: 80rpx;
  589. }
  590. .titem_2 {
  591. margin-left: 2vh;
  592. font-size: 28rpx;
  593. }
  594. }
  595. }
  596. .titem_3 {
  597. display: flex;
  598. justify-content: flex-start;
  599. align-items: center;
  600. margin-right: 2vh;
  601. color: #999;
  602. font-size: 28rpx;
  603. }
  604. }
  605. }
  606. .u-border-bottom:after,
  607. .u-border-left:after,
  608. .u-border-right:after,
  609. .u-border-top-bottom:after,
  610. .u-border-top:after,
  611. .u-border:after {
  612. border-bottom-color: #999;
  613. }
  614. .tab_vie {
  615. padding-left: 15rpx;
  616. padding-right: 15rpx;
  617. .theard {
  618. display: flex;
  619. padding: 10rpx;
  620. justify-content: space-evenly;
  621. // background-color: #d5d5d5;
  622. }
  623. .titem {
  624. display: flex;
  625. padding-top: 25rpx;
  626. font-size: 26rpx;
  627. color: #767676;
  628. justify-content: space-evenly;
  629. .titem_1 {
  630. image {
  631. width: 150rpx;
  632. height: 150rpx;
  633. }
  634. }
  635. }
  636. .td {
  637. width: 25%;
  638. text-align: center;
  639. }
  640. }
  641. .all_box {
  642. padding: 0 5%;
  643. background-color: #ffffff;
  644. .time_1 {
  645. float: right;
  646. margin-top: 20px;
  647. color: #999;
  648. font-size: 25rpx;
  649. }
  650. .album {
  651. @include flex;
  652. align-items: flex-start;
  653. &__avatar {
  654. background-color: $u-bg-color;
  655. padding: 5px;
  656. border-radius: 3px;
  657. }
  658. &__content {
  659. margin-left: 10px;
  660. flex: 1;
  661. }
  662. }
  663. }
  664. .u-node {
  665. width: 44rpx;
  666. height: 44rpx;
  667. border-radius: 100rpx;
  668. display: flex;
  669. justify-content: center;
  670. align-items: center;
  671. background: #d0d0d0;
  672. }
  673. .u-order-title {
  674. color: #333333;
  675. font-weight: bold;
  676. font-size: 28rpx;
  677. }
  678. .u-order-desc {
  679. color: rgb(150, 150, 150);
  680. font-size: 26rpx;
  681. margin: 15rpx 0;
  682. }
  683. .u-order-time {
  684. font-size: 26rpx;
  685. color: #000;
  686. }
  687. .imgitem {
  688. width: 120rpx;
  689. height: 120rpx;
  690. }
  691. .wl_statui {
  692. color: #2979ff;
  693. width: 100%;
  694. padding-top: 5rpx;
  695. padding-bottom: 5rpx;
  696. font-size: 22rpx;
  697. background-color: rgba(41, 121, 255, 0.2);
  698. line-height: 27rpx;
  699. }
  700. </style>