index.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813
  1. <template>
  2. <view class="container">
  3. <!-- 顶部logo and 搜索 start-->
  4. <view class="index-top-wrap">
  5. <image src="../../static/index/index-top.png" mode="widthFix" class="index-top"></image>
  6. <view class="status_bar fud"></view>
  7. <view class="top-search flex fud">
  8. <view class="search-box flex" @click="clickSearch()">
  9. <image class="search" src="../../static/icon/search-h.png" mode=""></image>
  10. <view class="search-font">输入关键词搜索</view>
  11. </view>
  12. </view>
  13. <!-- 顶部logo and 搜索 end-->
  14. <!-- <view class="jg fud" style="background-color: #fff;"></view> -->
  15. <!-- 轮播图 start -->
  16. <swiper class="top-swiper fud" autoplay="true" duration="400" interval="5000" @change="swiperChange">
  17. <swiper-item v-for="(item, index) in carouselList" :key="index" class="carousel-item"
  18. @click="bannerNavToUrl(item)">
  19. <image :src="item.pic" />
  20. </swiper-item>
  21. </swiper>
  22. <!-- 轮播图 end -->
  23. </view>
  24. <!-- 顶部logo and 搜索 end-->
  25. <view class="jg" style="background-color: #fff;"></view>
  26. <!-- <view class="swiper-btm flex">
  27. <view class="btm-item flex">
  28. <image src="../../static/icon/index-gou.png" mode=""></image>
  29. <view class="">自用购物返利</view>
  30. </view>
  31. <view class="btm-item flex">
  32. <image src="../../static/icon/index-gou.png" mode=""></image>
  33. <view class="">分享好友赚钱</view>
  34. </view>
  35. <view class="btm-item flex">
  36. <image src="../../static/icon/index-gou.png" mode=""></image>
  37. <view class="">超值正品优惠</view>
  38. </view>
  39. </view> -->
  40. <!-- 分类 start -->
  41. <view class="cate-section flex">
  42. <view class="cate-item flex" @click="navto('/pages/category/category')" >
  43. <view class="img-wrapper flex">
  44. <image src="../../static/icon/in1.png" mode=""></image>
  45. </view>
  46. <view class="item-title">全部商品</view>
  47. </view>
  48. <view class="cate-item flex" @click="navto('/pages/user/team')">
  49. <view class="img-wrapper flex">
  50. <image src="../../static/icon/in2.png" mode=""></image>
  51. </view>
  52. <view class="item-title">我的团队</view>
  53. </view>
  54. <view class="cate-item flex" @click="openKf">
  55. <view class="img-wrapper flex">
  56. <image src="../../static/icon/in3.png" mode=""></image>
  57. </view>
  58. <view class="item-title">联系客服</view>
  59. </view>
  60. <!-- <view class="cate-item flex" @click="navto('/pages/user/shareQrCode',1)">
  61. <view class="img-wrapper flex">
  62. <image src="../../static/icon/in4.png" mode=""></image>
  63. </view>
  64. <view class="item-title">邀请好友</view>
  65. </view> -->
  66. </view>
  67. <!-- 分类 ed -->
  68. <!-- 商品列表 start -->
  69. <view class="product-box" v-if="navList.bd.list.length > 0">
  70. <view class="product-tit flex">
  71. <view class="hx"></view>
  72. <view class="tit">爆单专区</view>
  73. <view class="hx"></view>
  74. </view>
  75. <view class="hotgoods">
  76. <view class="hotgoods-item" v-for="bditem in navList.bd.list" :key="bditem.id"
  77. @click="navto('/pages/product/product?id=' + bditem.id + '&isbd=1')" style="height: 520rpx;">
  78. <view class="image-wrapper">
  79. <image class="image" :src="bditem.image" mode="scaleToFill"></image>
  80. </view>
  81. <view class="flex" style="flex-direction: column;justify-content: space-between;align-items: flex-start;height: 170rpx;">
  82. <view class="title clamp2">{{bditem.store_name}}</view>
  83. <view class="hot-price">
  84. <view class="price">
  85. <text class="font-size-sm"></text>
  86. <text>¥{{ bditem.price * 1 }}</text>
  87. <text class="give-jf" v-if="bditem.give_integral*1 > 0">赠{{bditem.give_integral*1}}积分</text>
  88. </view>
  89. </view>
  90. </view>
  91. </view>
  92. </view>
  93. </view>
  94. <!-- 商品列表 ed-->
  95. <view class="jg" style="background-color: #f5f5f5;height: 20rpx;" v-if="navList.jf.list.length > 0">
  96. </view>
  97. <!-- 商品列表 start -->
  98. <view class="product-box" v-if="navList.jf.list.length > 0">
  99. <view class="product-tit flex">
  100. <view class="hx"></view>
  101. <view class="tit">积分兑换</view>
  102. <view class="hx"></view>
  103. </view>
  104. <view class="hotgoods">
  105. <view class="hotgoods-item" v-for="jfitem in navList.jf.list" :key="jfitem.id"
  106. @click="navto('/pages/product/product?id=' + jfitem.id + '&isjf=1')" style="height: 520rpx;">
  107. <view class="image-wrapper">
  108. <image class="image" :src="jfitem.image" mode="scaleToFill"></image>
  109. </view>
  110. <view class="flex" style="flex-direction: column;justify-content: space-between;align-items: flex-start;height: 170rpx;">
  111. <view class="title clamp2">{{jfitem.store_name}}</view>
  112. <view class="hot-price">
  113. <view class="price">
  114. <text class="font-size-sm"></text>
  115. <text>¥{{ jfitem.price * 1 }}</text>
  116. <!-- <text class="give-jf">赠2000积分</text> -->
  117. <text class="ot-pirce" v-if="jfitem.ot_price*1 > jfitem.price*1">¥{{ jfitem.ot_price*1 }}</text>
  118. </view>
  119. </view>
  120. </view>
  121. </view>
  122. </view>
  123. </view>
  124. <!-- 商品列表 ed-->
  125. <uni-popup ref="popupkf" type="center">
  126. <view class="popup-box">
  127. <view class="img">
  128. <image src="../../static/img/img009.png" mode=""></image>
  129. </view>
  130. <view class="mian">
  131. <view class="delivery">
  132. <view class="title">已经为您定制专属客服</view>
  133. <image src="../../static/img/img010.png" mode=""></image>
  134. </view>
  135. <view class="nocancel">客服VX:{{ text }}</view>
  136. <view class="comfirm-box">
  137. <view class="cancel" @click="cancel">取消</view>
  138. <view class="comfirm" @click="comfirm(text)">复制微信</view>
  139. </view>
  140. </view>
  141. </view>
  142. </uni-popup>
  143. </view>
  144. </template>
  145. <script>
  146. import {
  147. loadIndexs,
  148. groom1
  149. } from '@/api/index.js';
  150. import {
  151. getUserInfo,
  152. spread
  153. } from '@/api/user.js';
  154. import {
  155. getBargainList,
  156. getProducts,
  157. goodsDetail,
  158. poster
  159. } from '@/api/product.js';
  160. import {
  161. saveUrl,
  162. interceptor
  163. } from '@/utils/loginUtils';
  164. import {
  165. mapState,
  166. mapMutations
  167. } from 'vuex';
  168. // #ifdef H5
  169. import {
  170. weixindata,
  171. shareLoad
  172. } from '@/utils/wxAuthorized';
  173. // #endif
  174. export default {
  175. data() {
  176. return {
  177. text: '', //客服微信
  178. page: 1,
  179. limitt: 20,
  180. loadingType: 'more',
  181. current: 0,
  182. shareShow: false, //分享海报
  183. pageProportion: 0, //保存页面基于750宽度的比例
  184. swiperHeight: 0,
  185. checkid: 0,
  186. titleNViewBackground: '',
  187. swiperCurrent: 0,
  188. swiperLength: 0,
  189. carouselList: [], //轮播列表
  190. page: 1,
  191. limit: 5,
  192. firstList: [],
  193. goodList: [], //商品列表
  194. shopList: [],
  195. shareImage: '',
  196. navList:{
  197. bd: {
  198. page: 1,
  199. limit: 10,
  200. loaded: false,
  201. loadingType: 'more',
  202. list: [],
  203. status: 1
  204. },
  205. jf: {
  206. page: 1,
  207. limit: 10,
  208. loaded: false,
  209. loadingType: 'more',
  210. list: [],
  211. status: 3
  212. }
  213. }
  214. };
  215. },
  216. computed: {
  217. ...mapState('user', ['hasLogin', 'userInfo'])
  218. },
  219. onReachBottom() {
  220. },
  221. onLoad: function(option) {
  222. // #ifdef MP
  223. if (option.scene) {
  224. // 存储小程序邀请人
  225. uni.setStorage({
  226. key: 'spread_code',
  227. data: option.scene
  228. });
  229. }
  230. // #endif
  231. if(!this.hasLogin) {
  232. uni.navigateTo({
  233. url:'/pages/public/login'
  234. })
  235. }
  236. },
  237. onShow: function() {
  238. this.getGoodList()
  239. this.getGoodList(2)
  240. this.loadData();
  241. this.groom1()
  242. },
  243. methods: {
  244. //获取复购商品
  245. groom1() {
  246. groom1().then(res => {
  247. console.log(res)
  248. this.fgList = res.data.list
  249. })
  250. },
  251. getGoodList(type=1) {
  252. let that = this;
  253. let item ;
  254. if(type == 1) {
  255. item = that.navList.bd
  256. }else {
  257. item = that.navList.jf
  258. }
  259. if(item.loadingType == 'loading' || item.loadingType == 'nomore') {
  260. return
  261. }
  262. item.loadingType = 'loading'
  263. getProducts({
  264. cid: item.status,
  265. page: item.page,
  266. limit: item.limit
  267. }).then(res => {
  268. item.list = item.list.concat(res.data)
  269. // if(item.limit == res.data) {
  270. // item.loadingType = 'more'
  271. // }else {
  272. // item.loadingType = 'nomore'
  273. // }
  274. })
  275. },
  276. navto(url, type = 0) {
  277. if (type == 1) {
  278. if (!this.hasLogin) {
  279. // 保存地址
  280. saveUrl();
  281. // 登录拦截
  282. interceptor();
  283. } else {
  284. uni.navigateTo({
  285. url,
  286. fail() {
  287. uni.switchTab({
  288. url
  289. })
  290. }
  291. })
  292. }
  293. } else {
  294. uni.navigateTo({
  295. url,
  296. fail() {
  297. uni.switchTab({
  298. url
  299. })
  300. }
  301. })
  302. }
  303. },
  304. navTo(url) {
  305. if (url == '') {
  306. this.$api.msg('暂未开通,敬请期待');
  307. } else {
  308. this.navto(url)
  309. }
  310. },
  311. // 點擊搜索框
  312. clickSearch() {
  313. uni.navigateTo({
  314. url: '/pages/product/search'
  315. });
  316. },
  317. // 监听图片加载完成
  318. onImageError(key, index) {
  319. this[key][index].image = '/static/error/errorImage.jpg';
  320. },
  321. // 请求载入数据
  322. async loadData() {
  323. loadIndexs({})
  324. .then(({
  325. data
  326. }) => {
  327. let goods = data.info;
  328. console.log(goods, '商品信息');
  329. this.carouselList = data.banner;
  330. this.swiperLength = this.carouselList.length;
  331. this.bastList = data.giftInfo; //会员礼包
  332. data.info.firstList.forEach(e => {
  333. e.isVip = e.store_type ? "3" : "0"
  334. })
  335. this.firstList = data.info.firstList //首页商品
  336. uni.stopPullDownRefresh();
  337. })
  338. .catch(e => {
  339. uni.stopPullDownRefresh();
  340. });
  341. },
  342. //轮播图切换修改背景色
  343. swiperChange(e) {
  344. const index = e.detail.current;
  345. this.swiperCurrent = index;
  346. this.titleNViewBackground = this.carouselList[index].background;
  347. },
  348. // 轮播图跳转
  349. bannerNavToUrl(item) {
  350. // #ifdef H5
  351. console.log(item.wap_url.indexOf('http'), 'banner');
  352. if (item.wap_url.indexOf('http') >= 0) {
  353. window.location.href = item.wap_url;
  354. }
  355. // #endif
  356. //测试数据没有写id,用title代替
  357. uni.navigateTo({
  358. url: item.wap_url
  359. });
  360. },
  361. comfirm(text) {
  362. console.log(text);
  363. const result = this.uniCopy(text);
  364. if (result === false) {
  365. uni.showToast({
  366. title: '不支持'
  367. });
  368. } else {
  369. uni.showToast({
  370. title: '复制成功',
  371. icon: 'none'
  372. });
  373. }
  374. this.$refs.popupkf.close();
  375. },
  376. uniCopy(content) {
  377. /**
  378. * 小程序端 和 app端的复制逻辑
  379. */
  380. //#ifndef H5
  381. uni.setClipboardData({
  382. data: content,
  383. success: function() {
  384. console.log('success');
  385. return true;
  386. }
  387. });
  388. //#endif
  389. /**
  390. * H5端的复制逻辑
  391. */
  392. // #ifdef H5
  393. if (!document.queryCommandSupported('copy')) {
  394. //为了兼容有些浏览器 queryCommandSupported 的判断
  395. // 不支持
  396. return false;
  397. }
  398. let textarea = document.createElement('textarea');
  399. textarea.value = content;
  400. textarea.readOnly = 'readOnly';
  401. document.body.appendChild(textarea);
  402. textarea.select(); // 选择对象
  403. textarea.setSelectionRange(0, content.length); //核心
  404. let result = document.execCommand('copy'); // 执行浏览器复制命令
  405. textarea.remove();
  406. return result;
  407. // #endif
  408. },
  409. // 打开客服
  410. openKf() {
  411. this.$refs.popupkf.open();
  412. },
  413. // 关闭客服
  414. cancel() {
  415. this.$refs.popupkf.close();
  416. },
  417. }
  418. };
  419. </script>
  420. <style lang="scss">
  421. page {
  422. background: #ffff;
  423. min-height: 100%;
  424. height: auto;
  425. }
  426. // 顶部搜索
  427. .top-search {
  428. height: 80rpx;
  429. padding: 0 20rpx;
  430. margin-bottom: 20rpx;
  431. // background-color: #fff;
  432. .top-logo {
  433. width: 50rpx;
  434. // height: 50rpx;
  435. margin-right: 10rpx;
  436. image {
  437. width: 48rpx;
  438. }
  439. }
  440. .search-box {
  441. justify-content: center;
  442. width: 698rpx;
  443. height: 60rpx;
  444. background: #EEEEEE;
  445. // box-shadow: 0px 10rpx 20rpx 0px rgba(4, 114, 69, 0.22);
  446. border-radius: 30rpx;
  447. .search {
  448. width: 34rpx;
  449. height: 34rpx;
  450. }
  451. .search-font {
  452. margin-left: 14rpx;
  453. font-size: 28rpx;
  454. font-family: PingFang SC;
  455. font-weight: 500;
  456. color: #CBCBCB;
  457. }
  458. }
  459. }
  460. // 顶部轮播图
  461. .top-swiper {
  462. width: 690rpx;
  463. height: 365rpx;
  464. // margin: 20rpx 0 0;
  465. border-radius: 20rpx;
  466. margin: auto;
  467. image {
  468. width: 690rpx;
  469. height: 365rpx;
  470. border-radius: 20rpx;
  471. }
  472. }
  473. .swiper-btm {
  474. height: 60rpx;
  475. width: 750rpx;
  476. background-color: #fff;
  477. margin-bottom: 20rpx;
  478. font-size: 26rpx;
  479. font-weight: 500;
  480. color: #333333;
  481. .btm-item {
  482. flex-grow: 1;
  483. justify-content: center;
  484. image {
  485. width: 25rpx;
  486. height: 25rpx;
  487. margin-right: 14rpx;
  488. }
  489. }
  490. }
  491. .jg {
  492. height: 20rpx;
  493. background: #F8F8F8;
  494. }
  495. // 分类
  496. .cate-section {
  497. justify-content: space-around;
  498. background-color: #fff;
  499. padding: 0rpx 0 30rpx;
  500. .cate-item {
  501. flex-grow: 0;
  502. width: 20%;
  503. flex-direction: column;
  504. text-align: center;
  505. align-items: center;
  506. justify-content: center;
  507. .img-wrapper {
  508. width: 100rpx;
  509. height: 100rpx;
  510. border-radius: 20rpx;
  511. position: relative;
  512. image {
  513. width: 100rpx;
  514. height: 100rpx;
  515. position: absolute;
  516. left: 50%;
  517. top: 50%;
  518. transform: translate(-50%, -50%);
  519. }
  520. }
  521. .item-title {
  522. margin-top: 15rpx;
  523. font-size: 24rpx;
  524. font-weight: 500;
  525. color: #3F3F3F;
  526. }
  527. }
  528. }
  529. .product-box {
  530. margin-top: 20rpx;
  531. background: #ffffff;
  532. padding: 26rpx 0 20rpx;
  533. .product-tit {
  534. justify-content: center;
  535. image {
  536. width: 609rpx;
  537. height: 31rpx;
  538. }
  539. .hx {
  540. width: 120rpx;
  541. height: 1rpx;
  542. background: #363636;
  543. color: #363636;
  544. line-height: 28px;
  545. }
  546. .tit {
  547. margin: 0 70rpx;
  548. font-size: 32rpx;
  549. font-weight: 500;
  550. color: #363636;
  551. }
  552. }
  553. .in-ban {
  554. margin-top: 40rpx;
  555. width: 750rpx;
  556. height: 220rpx;
  557. }
  558. }
  559. .hotgoods {
  560. margin-top: 38rpx;
  561. width: 100%;
  562. display: flex;
  563. flex-wrap: wrap;
  564. padding: 0 20rpx 30rpx;
  565. justify-content: space-between;
  566. .hotgoods-item {
  567. width: 345rpx;
  568. background-color: #ffffff;
  569. border-radius: 12rpx;
  570. box-shadow: 0 0 15rpx rgba(0, 0, 0, 0.2);
  571. margin-bottom: 15rpx;
  572. .image-wrapper {
  573. width: 345rpx;
  574. height: 345rpx;
  575. border-radius: 3px;
  576. overflow: hidden;
  577. position: relative;
  578. .image-bg {
  579. position: absolute;
  580. top: 0;
  581. left: 0;
  582. right: 0;
  583. bottom: 0;
  584. width: 100%;
  585. height: 100%;
  586. opacity: 1;
  587. border-radius: 12rpx 12rpx 0 0;
  588. z-index: 2;
  589. }
  590. .image {
  591. width: 100%;
  592. height: 100%;
  593. opacity: 1;
  594. border-radius: 12rpx 12rpx 0 0;
  595. }
  596. }
  597. .title {
  598. margin-top: 24rpx;
  599. padding: 0 20rpx;
  600. font-size: 32rpx;
  601. font-weight: 500;
  602. color: #333333;
  603. }
  604. .hot-price {
  605. display: flex;
  606. justify-content: flex-start;
  607. align-items: center;
  608. // padding: 14rpx 0 30rpx;
  609. .hotPrice-box {
  610. padding: 2rpx 6rpx;
  611. background: linear-gradient(90deg, #c79a4c, #f9df7f);
  612. border-radius: 5rpx;
  613. text-align: center;
  614. line-height: 28rpx;
  615. font-size: 20rpx;
  616. font-family: Source Han Sans CN;
  617. font-weight: 400;
  618. color: #ffffff;
  619. }
  620. .price {
  621. margin-left: 10rpx;
  622. font-size: 36rpx;
  623. color: #ff0000;
  624. font-weight: 500;
  625. display: flex;
  626. justify-content: flex-start;
  627. align-items: center;
  628. .jf {
  629. font-size: 20rpx;
  630. }
  631. .give-jf {
  632. display: inline-block;
  633. padding: 8rpx;
  634. background: linear-gradient(90deg, #FF834D, #FF2600);
  635. border-radius: 12rpx 0px 12rpx 0px;
  636. font-size: 22rpx;
  637. font-weight: 500;
  638. color: #FFFFFF;
  639. margin-left: 22rpx;
  640. }
  641. .ot-pirce {
  642. margin-left: 7rpx;
  643. font-size: 26rpx;
  644. font-weight: 500;
  645. text-decoration: line-through;
  646. color: #999999;
  647. align-self: flex-end;
  648. }
  649. }
  650. .yuanPrice {
  651. margin-left: 10rpx;
  652. font-size: 20rpx;
  653. font-family: PingFang SC;
  654. font-weight: 500;
  655. text-decoration: line-through;
  656. color: #999999;
  657. }
  658. .cart-icon {
  659. image {
  660. width: 44rpx;
  661. height: 44rpx;
  662. }
  663. }
  664. }
  665. }
  666. }
  667. .popup-box {
  668. width: 522rpx;
  669. height: 605rpx;
  670. background-color: #ffffff;
  671. border-radius: 20rpx;
  672. position: relative;
  673. .img {
  674. position: relative;
  675. top: -56rpx;
  676. left: 0;
  677. width: 522rpx;
  678. height: 132rpx;
  679. display: flex;
  680. justify-content: center;
  681. image {
  682. border-radius: 20rpx 20rpx 0 0;
  683. width: 450rpx;
  684. height: 132rpx;
  685. }
  686. }
  687. .mian {
  688. margin-top: -44rpx;
  689. display: flex;
  690. flex-direction: column;
  691. align-items: center;
  692. // padding: 32rpx 32rpx;
  693. background-color: #ffffff;
  694. border-radius: 0 0 20rpx 20rpx;
  695. text-align: center;
  696. .delivery {
  697. font-size: 40rpx;
  698. color: #333333;
  699. display: flex;
  700. align-items: center;
  701. flex-direction: column;
  702. image {
  703. margin-top: 48rpx;
  704. width: 172rpx;
  705. height: 160rpx;
  706. }
  707. }
  708. .nocancel {
  709. font-size: 32rpx;
  710. color: #333333;
  711. margin-top: 14rpx;
  712. }
  713. .comfirm-box {
  714. margin-top: 52rpx;
  715. display: flex;
  716. // margin-bottom: 32rpx;
  717. // justify-content: space-around;
  718. .cancel {
  719. display: flex;
  720. align-items: center;
  721. justify-content: center;
  722. width: 197rpx;
  723. height: 74rpx;
  724. border: 1px solid #dcc786;
  725. border-radius: 38rpx;
  726. font-size: 32rpx;
  727. color: #605128;
  728. }
  729. .comfirm {
  730. margin-left: 32rpx;
  731. display: flex;
  732. align-items: center;
  733. justify-content: center;
  734. width: 197rpx;
  735. height: 74rpx;
  736. background: linear-gradient(-90deg, #d1ba77 0%, #f7e8ad 100%);
  737. border-radius: 38px;
  738. font-size: 32rpx;
  739. color: #605128;
  740. }
  741. }
  742. }
  743. }
  744. .index-top-wrap {
  745. position: relative;
  746. .index-top {
  747. width: 750rpx;
  748. position: absolute;
  749. }
  750. .fud {
  751. position: relative;
  752. }
  753. }
  754. </style>