index.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834
  1. <template>
  2. <view class="center">
  3. <!-- 小程序头部兼容 -->
  4. <!-- #ifdef MP -->
  5. <navigator url="/pages/product/search">
  6. <view class="input-box flex">
  7. <view class=" input-content flex">
  8. <view class="iconfont iconsearch"></view>
  9. <view class="input"><input disabled placeholder="请输入搜索内容" /></view>
  10. </view>
  11. </view>
  12. </navigator>
  13. <!-- #endif -->
  14. <view class="top"></view>
  15. <view class="carousel">
  16. <swiper autoplay="true" duration="400" interval="5000" @change="swiperChange" class="bor">
  17. <swiper-item v-for="(item, index) in carouselList" :key="index" class="carousel-item">
  18. <image :src="item.pic" />
  19. </swiper-item>
  20. </swiper>
  21. </view>
  22. <view class="swiper-dot">
  23. <template v-for="item in swiperLength">
  24. <view class="swiper-dots-item" :key="item" :class="{ action: swiperCurrent + 1 === item }"></view>
  25. </template>
  26. </view>
  27. <view class="cate-section">
  28. <view class="cate-item" @click="nav('/pages/index/artList?type=0')">
  29. <image src="/static/icon/in1.png"></image>
  30. <view class="cate-font">粟珈依安</view>
  31. </view>
  32. <view class="cate-item" @click="nav('/pages/index/artList?type=1')">
  33. <image src="/static/icon/in2.png"></image>
  34. <view class="cate-font">康养旅居</view>
  35. </view>
  36. <view class="cate-item">
  37. <image src="/static/icon/in3.png" @click="nav('/pages/index/artList?type=2')"></image>
  38. <view class="cate-font">调理养护</view>
  39. </view>
  40. <view class="cate-item">
  41. <image src="/static/icon/in4.png" @click="nav('/pages/index/artList?type=3')"></image>
  42. <view class="cate-font">专家专项</view>
  43. </view>
  44. <view class="cate-item">
  45. <image src="/static/icon/in5.png" @click="nav('/pages/category/category')"></image>
  46. <view class="cate-font">商品分类</view>
  47. </view>
  48. <view class="cate-item">
  49. <image src="/static/icon/in6.png" @click="nav('/pages/index/hot')"></image>
  50. <view class="cate-font">热销推荐</view>
  51. </view>
  52. <view class="cate-item">
  53. <image src="/static/icon/in7.png" @click="nav('/pages/index/shopList?vip=1&tit=' + encodeURI('会员中心'))"></image>
  54. <view class="cate-font">会员中心</view>
  55. </view>
  56. <view class="cate-item" @click="nav('/pages/index/classify')">
  57. <image src="/static/icon/in8.png"></image>
  58. <view class="cate-font">分享有礼</view>
  59. </view>
  60. </view>
  61. <view class="jj-tit" >
  62. <view class="left">
  63. <image src="../../static/icon/gsjj.png" mode="" class="jj-log"></image>
  64. <view class="jj-title">
  65. 公司文化
  66. </view>
  67. </view>
  68. <view class="right" @click="nav('/pages/index/artList?type=4')">
  69. <view class="jj-more-tit">
  70. 更多
  71. </view>
  72. <image src="../../static/img/img39.png" mode="" class="jj-more"></image>
  73. </view>
  74. </view>
  75. <view class="jj-wrap">
  76. <view class="jj" v-for="ls in hostList" @click="nav('/pages/index/artDetail?id=' + ls.id)">
  77. <image :src="ls.image_input[0]" mode="" class="jj-img"></image>
  78. <view class="jj-info">
  79. <view class="jj-tit-tit clamp">
  80. {{ls.title}}
  81. </view>
  82. <view class="jj-val clamp2">
  83. 更新时间:{{ls.add_time}}
  84. </view>
  85. </view>
  86. </view>
  87. <view class="noList" v-if="hostList.length==0">
  88. <view >
  89. 暂无数据
  90. </view>
  91. </view>
  92. </view>
  93. <view class="xian"></view>
  94. <view class="main">
  95. <!-- <view class="main-top flex">
  96. <view class="main-left">
  97. <view class="shu"></view>
  98. <view class="main-title">热销推荐</view>
  99. <view class="main-tip">在售精品</view>
  100. </view>
  101. </view> -->
  102. <view class="main-t-t">
  103. <image src="../../static/img/jxhh.png" mode="" class="main-t-t-i"></image>
  104. </view>
  105. <view class="list-box-h">
  106. <view v-for="(item, index) in dataList" :key="index" class="guess-item" @click="navToDetailPage(item)">
  107. <image :src="item.image"></image>
  108. <view class="guess-box">
  109. <view class="title clamp2">{{ item.store_name }}</view>
  110. <view class="price-box flex">
  111. <view class="yuanprice">{{ item.ot_price }}</view>
  112. <image src="../../static/img/jiantou.png" mode=""></image>
  113. <view class="jiang">直降{{ (item.ot_price - item.price).toFixed(2) }}元</view>
  114. </view>
  115. <view class="price">¥{{ item.price }}</view>
  116. <view class="btn">立即购买</view>
  117. </view>
  118. </view>
  119. </view>
  120. </view>
  121. </view>
  122. </template>
  123. <script>
  124. import {
  125. loadIndexs,
  126. hotList
  127. } from '@/api/index.js';
  128. import {
  129. mapState
  130. } from 'vuex';
  131. import {
  132. saveUrl,
  133. interceptor
  134. } from '@/utils/loginUtils.js';
  135. import {
  136. service
  137. } from '@/api/user.js';
  138. // #ifdef H5
  139. import {
  140. weixindata,
  141. weixinlocation,
  142. shareLoad
  143. } from '@/utils/wxAuthorized';
  144. import weixinObj from '@/plugin/jweixin-module/index.js';
  145. // #endif
  146. export default {
  147. data() {
  148. return {
  149. carouselList: [], //轮播图
  150. swiperCurrent: 0,
  151. dataList: [],
  152. swiperLength: 1 ,//图片数量
  153. hostList:[],//热门文章列表
  154. };
  155. },
  156. onLoad: function(option) {
  157. // #ifndef MP
  158. if (option.spread) {
  159. // 存储其他邀请人
  160. uni.setStorageSync('spread', option.spread);
  161. }
  162. // #endif
  163. // #ifdef MP
  164. if (option.scene) {
  165. // 存储小程序邀请人
  166. uni.setStorage({
  167. key: 'spread_code',
  168. data: option.scene
  169. });
  170. }
  171. // #endif
  172. // #ifdef H5
  173. if (this.hasLogin) {
  174. console.log('显示');
  175. weixinObj.hideAllNonBaseMenuItem();
  176. this.IndexShare();
  177. } else {
  178. console.log('隐藏');
  179. weixinObj.hideAllNonBaseMenuItem();
  180. }
  181. //#endif
  182. // 获取热门文章页
  183. this.hotList();
  184. },
  185. computed: {
  186. ...mapState('user', ['userInfo', 'orderInfo', 'hasLogin']),
  187. ...mapState(['baseURL'])
  188. },
  189. onShow: function() {
  190. // 判断是否强制登录
  191. if (!this.hasLogin) {
  192. // 登录拦截
  193. uni.showModal({
  194. title: '登录',
  195. content: '您未登录,是否马上登陆?',
  196. success: e => {
  197. if (e.confirm) {
  198. interceptor();
  199. }
  200. },
  201. fail: e => {
  202. console.log(e);
  203. }
  204. });
  205. }
  206. this.loadData();
  207. },
  208. //下拉刷新
  209. onPullDownRefresh() {
  210. this.loadData();
  211. },
  212. // #ifndef MP
  213. // 监听导航栏输入框点击事件
  214. onNavigationBarSearchInputClicked(e) {
  215. //跳转到搜索页面
  216. this.clickSearch();
  217. },
  218. //点击导航栏 buttons 时触发
  219. onNavigationBarButtonTap(e) {
  220. uni.navigateTo({
  221. url: '/pages/user/notice'
  222. });
  223. },
  224. // #endif
  225. methods: {
  226. // 获取热门文章
  227. hotList(){
  228. hotList({fl:4}).then((e) => {
  229. this.hostList = e.data;
  230. console.log(e);
  231. }).catch((e) => {
  232. console.log(e);
  233. })
  234. },
  235. // #ifdef H5
  236. IndexShare() {
  237. let obj = this;
  238. let pages = getCurrentPages();
  239. // 获取当前页面
  240. let page = pages[pages.length - 1];
  241. let path = '/#/' + page.route + '?';
  242. // 保存传值
  243. for (let i in page.options) {
  244. path += i + '=' + page.options[i] + '&';
  245. }
  246. console.log(obj.Path);
  247. // 保存邀请人
  248. path += 'spread=' + this.userInfo.uid;
  249. let data = {
  250. link: this.baseURL + '/index/' + path,
  251. title: this.userInfo.nickname + '邀请您进入鼎立足行',
  252. desc: '欢迎加入鼎立足行',
  253. imgUrl: 'https://dlzx.liuniu946.com/index/static/img/logo.png'
  254. };
  255. shareLoad(data);
  256. },
  257. // #endif
  258. // 监听切换事件
  259. listChange(e) {
  260. this.checkid = e.detail.current;
  261. },
  262. // 點擊搜索框
  263. clickSearch() {
  264. uni.navigateTo({
  265. url: '/pages/product/search'
  266. });
  267. },
  268. nav(url) {
  269. uni.navigateTo({
  270. url,
  271. fail: (e) => {
  272. console.log(e);
  273. uni.switchTab({
  274. url
  275. });
  276. }
  277. });
  278. },
  279. //轮播图切换修改背景色
  280. swiperChange(e) {
  281. const index = e.detail.current;
  282. this.swiperCurrent = index;
  283. },
  284. comfirm(text) {
  285. console.log(text);
  286. const result = this.uniCopy(text);
  287. if (result === false) {
  288. uni.showToast({
  289. title: '不支持'
  290. });
  291. } else {
  292. uni.showToast({
  293. title: '复制成功',
  294. icon: 'none'
  295. });
  296. }
  297. this.$refs.popup.close();
  298. },
  299. bc_code() {
  300. let that = this;
  301. console.log('保存二维码', this.erweima);
  302. uni.downloadFile({
  303. //获得二维码的临时地址
  304. url: this.erweima,
  305. success: res => {
  306. //console.log('获取url',res)
  307. if (res.statusCode == 200) {
  308. uni.saveImageToPhotosAlbum({
  309. filePath: res.tempFilePath, //传入临时地址
  310. success() {
  311. that.$api.msg('保存成功'); //封装的提示
  312. },
  313. fail() {
  314. that.$api.msg('保存失败');
  315. }
  316. });
  317. }
  318. }
  319. });
  320. },
  321. // 请求载入数据
  322. async loadData() {
  323. loadIndexs({})
  324. .then(({
  325. data
  326. }) => {
  327. console.log(data);
  328. this.carouselList = data.banner;
  329. this.swiperLength = this.carouselList.length;
  330. this.dataList = data.likeInfo; //最新商品
  331. uni.stopPullDownRefresh();
  332. })
  333. .catch(e => {
  334. uni.stopPullDownRefresh();
  335. });
  336. // service({}).then(({
  337. // data
  338. // }) => {
  339. // this.erweima = data.service_qr;
  340. // this.weixin = data.service_wechat;
  341. // });
  342. },
  343. //详情页
  344. navToDetailPage(item) {
  345. let id = item.id;
  346. uni.navigateTo({
  347. url: '/pages/product/product?id=' + id
  348. });
  349. }
  350. }
  351. };
  352. </script>
  353. <style lang="scss">
  354. page,
  355. .center {
  356. height: auto;
  357. min-height: 100%;
  358. background-color: #ffffff;
  359. }
  360. /* #ifdef MP || APP-PLUS*/
  361. .input-box {
  362. padding: 25rpx;
  363. /* #ifdef APP-PLUS */
  364. margin-top: var(--status-bar-height);
  365. /* #endif */
  366. background-color: #0fc8e4;
  367. height: 44px;
  368. .iconsearch {
  369. font-size: 50rpx;
  370. }
  371. .input-content {
  372. border-radius: 99rpx;
  373. flex-grow: 1;
  374. padding: 5rpx 30rpx;
  375. // background-color: rgba(231, 231, 231, 0.7);
  376. background: #ffffff;
  377. .input {
  378. flex-grow: 1;
  379. input {
  380. font-size: $font-base;
  381. }
  382. }
  383. }
  384. .input-button {
  385. padding-left: 20rpx;
  386. font-size: $font-base;
  387. height: 100%;
  388. }
  389. }
  390. /* #endif */
  391. .top {
  392. width: 1000rpx;
  393. height: 240rpx;
  394. background: linear-gradient(180deg, #52c696, #52c696);
  395. overflow: hidden;
  396. text-align: center;
  397. border-bottom-left-radius: 50%;
  398. border-bottom-right-radius: 50%;
  399. margin-left: -125rpx;
  400. }
  401. .carousel {
  402. width: 700rpx;
  403. height: 300rpx;
  404. border-radius: 14rpx;
  405. margin: 0 auto;
  406. margin-top: calc(-240rpx + var(--status-bar-height));
  407. .bor {
  408. border-radius: 14rpx;
  409. .carousel-item {
  410. image {
  411. width: 100%;
  412. height: 100%;
  413. border-radius: 14rpx;
  414. }
  415. }
  416. }
  417. }
  418. .swiper-dot {
  419. position: relative;
  420. z-index: 10;
  421. margin-top: -40rpx;
  422. display: flex;
  423. justify-content: center;
  424. .swiper-dots-item {
  425. width: 14rpx;
  426. height: 14rpx;
  427. background: #aaaaaa;
  428. border-radius: 50%;
  429. margin: 0 16rpx;
  430. // z-index: 999;
  431. }
  432. .action {
  433. background-color: #ffffff;
  434. }
  435. }
  436. .cate-section {
  437. display: flex;
  438. // justify-content: space-around;
  439. justify-content: flex-start;
  440. align-items: center;
  441. flex-wrap: wrap;
  442. padding: 60rpx 0 20rpx;
  443. .cate-item {
  444. width: 25%;
  445. display: flex;
  446. flex-direction: column;
  447. align-items: center;
  448. font-size: $font-sm + 4rpx;
  449. color: $font-color-dark;
  450. image {
  451. width: 118rpx;
  452. height: 103rpx;
  453. }
  454. }
  455. .cate-font {
  456. // margin-top: -26rpx;
  457. margin-bottom: 20rpx;
  458. }
  459. /* 原图标颜色太深,不想改图了,所以加了透明度 */
  460. image {
  461. width: 150rpx;
  462. height: 150rpx;
  463. // margin-bottom: 14rpx;
  464. border-radius: 50%;
  465. }
  466. }
  467. .xian {
  468. width: 750rpx;
  469. height: 20rpx;
  470. background: #f5f5f5;
  471. }
  472. .main {
  473. margin-top: 40rpx;
  474. padding: 0 40rpx;
  475. .main-t-t {
  476. // width: 100;
  477. display: flex;
  478. justify-content: center;
  479. .main-t-t-i {
  480. width: 376rpx;
  481. height: 34rpx;
  482. margin: auto;
  483. }
  484. }
  485. .main-top {
  486. align-items: center;
  487. .main-left {
  488. display: flex;
  489. justify-content: flex-start;
  490. align-items: center;
  491. .shu {
  492. width: 8rpx;
  493. height: 38rpx;
  494. background: #05ab81;
  495. border-radius: 4rpx;
  496. }
  497. .main-title {
  498. margin-left: 10rpx;
  499. font-size: 36rpx;
  500. font-family: PingFang SC;
  501. font-weight: bold;
  502. color: #202739;
  503. }
  504. .main-tip {
  505. font-size: 22rpx;
  506. font-family: PingFang SC;
  507. font-weight: bold;
  508. color: #95a0b1;
  509. margin-left: 14rpx;
  510. }
  511. }
  512. }
  513. }
  514. .guess-item {
  515. display: flex;
  516. width: 710rpx;
  517. height: 290rpx;
  518. background: #ffffff;
  519. box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
  520. border-radius: 10rpx;
  521. padding: 15rpx;
  522. padding-bottom: 150rpx;
  523. margin: 20rpx auto 0;
  524. position: relative;
  525. image {
  526. width: 260rpx;
  527. height: 260rpx;
  528. border-radius: 10rpx;
  529. }
  530. .guess-box {
  531. padding: 12rpx 0 0 24rpx;
  532. width: 436rpx;
  533. .title {
  534. font-size: 30rpx;
  535. padding-left: 4rpx;
  536. font-family: PingFang SC;
  537. font-weight: bold;
  538. color: #333333;
  539. width: 368rpx;
  540. line-height: 36rpx;
  541. .tuanF {
  542. display: inline-block;
  543. margin-right: 4rpx;
  544. position: relative;
  545. top: -6rpx;
  546. .tuan {
  547. display: flex;
  548. align-items: center;
  549. padding: 10rpx;
  550. height: 36rpx;
  551. background: #ffebe9;
  552. border-radius: 18rpx;
  553. .tuan-image {
  554. width: 18rpx;
  555. height: 18rpx;
  556. }
  557. .tuan-font {
  558. display: inline;
  559. font-size: 20rpx;
  560. font-family: PingFang SC;
  561. font-weight: 500;
  562. color: #ff1135;
  563. margin-left: 2rpx;
  564. }
  565. }
  566. }
  567. }
  568. .ping-box {
  569. margin-top: 15rpx;
  570. justify-content: flex-start;
  571. .ping {
  572. margin-left: 10rpx;
  573. height: 39rpx;
  574. background: #fdf7eb;
  575. border-radius: 5rpx;
  576. font-size: 22rpx;
  577. font-family: PingFang SC;
  578. font-weight: 500;
  579. color: #ff911f;
  580. display: flex;
  581. align-items: center;
  582. padding: 0 10rpx;
  583. }
  584. }
  585. .price-box {
  586. margin-top: 80rpx;
  587. justify-content: flex-start;
  588. .yuanprice {
  589. font-size: 26rpx;
  590. font-family: PingFang SC;
  591. font-weight: 500;
  592. text-decoration: line-through;
  593. color: #999999;
  594. padding-right: 6rpx;
  595. }
  596. image {
  597. width: 14rpx;
  598. height: 16rpx;
  599. }
  600. .jiang {
  601. padding-left: 2rpx;
  602. font-size: 24rpx;
  603. font-family: PingFang SC;
  604. font-weight: bold;
  605. color: #b59467;
  606. }
  607. }
  608. .price {
  609. font-size: 36rpx;
  610. font-family: PingFang SC;
  611. font-weight: bold;
  612. color: #FF6F0F;
  613. }
  614. .btn {
  615. width: 137rpx;
  616. height: 56rpx;
  617. background: #16cc9f;
  618. border-radius: 28rpx;
  619. font-size: 28rpx;
  620. font-family: PingFang SC;
  621. font-weight: 500;
  622. color: #ffffff;
  623. line-height: 56rpx;
  624. text-align: center;
  625. position: absolute;
  626. bottom: 25rpx;
  627. right: 25rpx;
  628. }
  629. }
  630. }
  631. .popup {
  632. width: 640rpx;
  633. background-color: #ffffff;
  634. border-radius: 15rpx;
  635. text-align: center;
  636. .popup-dox {
  637. position: relative;
  638. top: -60rpx;
  639. .popup-logo {
  640. width: 460rpx;
  641. height: 132rpx;
  642. }
  643. .pop-title {
  644. font-size: 40rpx;
  645. font-weight: bold;
  646. color: #333333;
  647. padding: 25rpx 0rpx;
  648. margin-bottom: 50rpx;
  649. }
  650. .popup-text {
  651. width: 400rpx;
  652. height: 400rpx;
  653. margin-bottom: 50rpx;
  654. }
  655. .btn {
  656. width: 300rpx;
  657. height: 50rpx;
  658. line-height: 50rpx;
  659. background: #96e4f2;
  660. margin: 0 auto;
  661. color: #ffffff;
  662. border-radius: 25rpx;
  663. }
  664. .pop-tip {
  665. font-size: 30rpx;
  666. font-weight: 500;
  667. color: #333333;
  668. justify-content: center;
  669. margin-top: 20rpx;
  670. .weixin {
  671. width: 48rpx;
  672. height: 40rpx;
  673. margin-right: 14rpx;
  674. image {
  675. width: 48rpx;
  676. height: 40rpx;
  677. }
  678. }
  679. }
  680. }
  681. }
  682. .close_icon {
  683. width: 60rpx;
  684. height: 60rpx;
  685. margin: 88rpx auto 0;
  686. image {
  687. width: 100%;
  688. height: 100%;
  689. }
  690. }
  691. .jj-tit {
  692. display: flex;
  693. // height: 50rpx;
  694. justify-content: space-between;
  695. background-color: #fff;
  696. padding-top: 20rpx;
  697. .left {
  698. padding-left: 30rpx;
  699. display: flex;
  700. .jj-log {
  701. width: 45rpx;
  702. height: 45rpx;
  703. }
  704. .jj-title {
  705. font-weight: bold;
  706. font-size: 32rpx;
  707. padding-left: 15rpx;
  708. }
  709. }
  710. .right {
  711. display: flex;
  712. width: 200rpx;
  713. font-size: 22rpx;
  714. // justify-content: sp;
  715. justify-content: flex-end;
  716. align-items: center;
  717. padding-right: 30rpx;
  718. color: #999;
  719. .jj-more {
  720. margin-left: 10rpx;
  721. width: 15rpx;
  722. height: 22rpx;
  723. }
  724. }
  725. }
  726. .jj-wrap {
  727. background-color: #fff;
  728. min-height: 200rpx;
  729. height: auto;
  730. .noList{
  731. display: flex;
  732. height: 100%;
  733. justify-content: center;
  734. align-items: center;
  735. color: #e3e3e3;
  736. }
  737. // margin: 20rpx 0;
  738. .jj {
  739. margin: auto;
  740. width: 689rpx;
  741. height: 202rpx;
  742. border-bottom: 1px solid #e5e5e5;
  743. padding: 20rpx;
  744. padding-left: 0;
  745. display: flex;
  746. &:last-of-type {
  747. border-bottom: none;
  748. }
  749. .jj-img {
  750. flex-shrink: 0;
  751. width: 222rpx;
  752. height: 158rpx;
  753. background-color: #eee;
  754. border-radius: 10rpx;
  755. }
  756. .jj-info {
  757. width: 450rpx;
  758. // flex-shrink: 0;
  759. padding: 10rpx;
  760. padding-left: 15rpx;
  761. font-size: 32rpx;
  762. font-weight: bold;
  763. display: flex;
  764. flex-direction: column;
  765. justify-content: space-between;
  766. .jj-tit-tit {
  767. }
  768. .jj-val {
  769. padding-top: 20rpx;
  770. font-size: 28rpx;
  771. font-weight: 500;
  772. }
  773. }
  774. }
  775. }
  776. </style>