home.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627
  1. <template>
  2. <view class="tabPage" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
  3. <u-navbar bgColor="transparent">
  4. <view class="u-nav-slot" slot="left" style="display: flex;background-color: transparent;">
  5. <image :src="imgBase+'home_logo.png'" style="width: 375rpx;height: 54rpx;margin-left: 12rpx;"></image>
  6. </view>
  7. </u-navbar>
  8. <image class="topbg" :src="imgBase+'home_top_bg.png'" mode="widthFix"></image>
  9. <view class="lunbo">
  10. <u-swiper
  11. :list="bannarList"
  12. @change="e => current = e.current"
  13. @click="bannerClick"
  14. :autoplay="true"
  15. :interval="2000"
  16. :duration="200"
  17. :circular="true"
  18. imgMode="scaleToFill"
  19. height="368rpx"
  20. >
  21. <template #indicator>
  22. <view class="indicator adf">
  23. <view class="indicator__dot" v-for="(item, index) in bannarList" :key="index"
  24. :class="[index === current && 'indicator__dot--active']">
  25. </view>
  26. </view>
  27. </template>
  28. </u-swiper>
  29. </view>
  30. <view class="preill adfacjb">
  31. <view class="preill-box" @click="toTurn('/pagesHome/questionnaire?type=receive')">
  32. <view class="preill-box-title">我的PREILL评估:<span>{{perillPJ.sum||0}}</span></view>
  33. <view class="preill-box-state adfacjb">
  34. <view class="preill-box-state-pre adfac grey">我收到:<span>{{perillPJ.completed||0}}</span></view>
  35. <view class="preill-box-state-pre adfac yellow">我创建:<span>{{perillPJ.uncompleted||0}}</span></view>
  36. </view>
  37. <view class="preill-box-progress">
  38. <view class="preill-box-progress-current pbp-yellow" :style="{'width':((perillPJ.completed||0)/(perillPJ.sum||9999)*100)+'%'}"></view>
  39. </view>
  40. </view>
  41. <view class="preill-box" @click="toTurn('/pagesHome/report')">
  42. <view class="preill-box-title">我的PREILL报告:<span>{{perillBG.sum||0}}</span></view>
  43. <view class="preill-box-state adfacjb">
  44. <view class="preill-box-state-pre adfac green">我收到:<span>{{perillBG.received||0}}</span></view>
  45. <view class="preill-box-state-pre adfac grey">我发送:<span>{{perillBG.sent||0}}</span></view>
  46. </view>
  47. <view class="preill-box-progress">
  48. <view class="preill-box-progress-current pbp-green" :style="{'width':((perillBG.received||0)/(perillBG.sum||9999)*100)+'%'}"></view>
  49. </view>
  50. </view>
  51. </view>
  52. <view class="boxs adfacjb">
  53. <view class="boxs-pre bp1" @click="toTurn('/pages/dialog')">
  54. <view class="boxs-pre-title">AI教练对话</view>
  55. <view class="boxs-pre-tip adfac">点击开始<image :src="imgBase+'home_arrow_right.png'"></image></view>
  56. </view>
  57. <view class="boxs-pre bp2" @click="toTurn('/pages/support')">
  58. <view class="boxs-pre-title">专业支持</view>
  59. <view class="boxs-pre-tip adfac">常见问题与支持<image :src="imgBase+'home_arrow_right.png'"></image></view>
  60. </view>
  61. </view>
  62. <view class="common">
  63. <view class="common-title">常用功能</view>
  64. <view class="common-menu adf">
  65. <view class="common-menu-pre adffcac" @click="toTurn('/pages/perillPgjs')">
  66. <image :src="imgBase+'home_img_pinggu.png'"></image>
  67. <text>PERILL团队发展动态评估介绍</text>
  68. </view>
  69. <view class="common-menu-pre adffcac" @click="toTurn('/pages/perillPgsm')">
  70. <image :src="imgBase+'home_img_baogao.png'"></image>
  71. <text>PERILL团队发展动态评估说明</text>
  72. </view>
  73. <view class="common-menu-pre adffcac" @click="toTurn('/pagesHome/questionnaire?type=create')">
  74. <image :src="imgBase+'home_img_guanli.png'"></image>
  75. <text>问卷管理</text>
  76. </view>
  77. <view class="common-menu-pre adffcac" @click="toTurn('/pagesHome/weixin')">
  78. <image :src="imgBase+'home_img_qywx.png'" style="width: 74rpx;"></image>
  79. <text>官方企业微信</text>
  80. </view>
  81. </view>
  82. </view>
  83. <view class="new-user-free adffcacjc" v-if="newUserFreeShow">
  84. <view class="new-user-free-box1">
  85. <view class="new-user-free-box1-text">PERILL评估</view>
  86. <view class="new-user-free-box1-text" style="margin-top: 8rpx;">个人版免费体验1次</view>
  87. </view>
  88. <view class="new-user-free-box2 adffcac">
  89. <view class="new-user-free-box2-price adfacjb">
  90. <view class="new-user-free-box2-price-left adffc">
  91. <view class="new-user-free-box2-price-left-title">仅限个人创建使用</view>
  92. <view class="new-user-free-box2-price-left-tip">领取后1年内有效</view>
  93. </view>
  94. <view class="new-user-free-box2-price-right adffcac">
  95. <view class="new-user-free-box2-price-right-top">1次</view>
  96. <view class="new-user-free-box2-price-right-bottom">原价699/次</view>
  97. </view>
  98. </view>
  99. <view class="new-user-free-box2-btn" @click="handleFree">免费体验</view>
  100. </view>
  101. <image class="new-user-free-close" :src="imgBase+'new_free_close.png'" @click="newUserFreeShow=false"></image>
  102. </view>
  103. <view class="kind-reminder adffcacjc" v-if="teamKindShow">
  104. <view class="kr-box adffcac">
  105. <image :src="imgBase+'remind_close.png'" @click="teamKindShow=false"></image>
  106. <view class="kr-title">温馨提示</view>
  107. <view class="kr-p" style="margin-top: 32rpx;">{{teamKindMsg}}</view>
  108. <view class="kr-btn" @click="teamKindShow=false">我知道了</view>
  109. </view>
  110. </view>
  111. <view class="kind-reminder adffcacjc" v-if="questionnaireKindShow">
  112. <view class="kr-box adffcac">
  113. <image :src="imgBase+'remind_close.png'" @click="questionnaireKindShow=false"></image>
  114. <view class="kr-title">温馨提示</view>
  115. <view class="kr-p" style="margin-top: 32rpx;">你有一份<span>“PERILL团队发展动态评估(团队版)”</span>问卷待完成,请及时作答,</view>
  116. <view class="kr-p">以便我们为您提供精准分析。</view>
  117. <view class="kr-btn" @click="handleToFill">去填写</view>
  118. </view>
  119. </view>
  120. <Tabbar :tabbarIndex="0"></Tabbar>
  121. </view>
  122. </template>
  123. <script>
  124. import Tabbar from '@/components/CusTabbar/index.vue'
  125. export default {
  126. components:{ Tabbar },
  127. data(){
  128. return {
  129. current:0,
  130. perillPJ:null,
  131. perillBG:null,
  132. defaultBanner:this.$imgBase+'home_lb.png',
  133. bannerOrigin:[],
  134. bannarList:[],
  135. newUserFreeShow:false,
  136. teamKindShow:false,
  137. teamKindMsg:'',
  138. questionnaireKindShow:false,
  139. }
  140. },
  141. onLoad(options) {
  142. this.getBannerList();
  143. if(options.q){
  144. try{
  145. const decodedUrl = decodeURIComponent(options.q);
  146. const codeMatch = decodedUrl.match(/type=([^&]+)/);
  147. const codeMatchId = decodedUrl.match(/shareUserId=([^&]+)/);
  148. const stationCode = codeMatch ? codeMatch[1] : null;
  149. const stationCodeId = codeMatchId ? codeMatchId[1] : null;
  150. if(stationCode) uni.setStorageSync('channelType',stationCode)
  151. if(stationCodeId){
  152. uni.setStorageSync('shareUserId',stationCodeId)
  153. uni.setStorageSync('channelType','Forward')
  154. }
  155. }catch(e){
  156. console.log(e,'e');
  157. }
  158. }
  159. if(options.shareType) uni.setStorageSync('channelType',options.shareType)
  160. if(options.shareUserId) uni.setStorageSync('shareUserId',options.shareUserId)
  161. if(options.shareTQId) uni.setStorageSync('shareTQId',options.shareTQId)
  162. if(options.shareTQId||uni.getStorageSync('shareTQId')){
  163. // if(uni.getStorageSync('userInfo')&&uni.getStorageSync('shareUserId')==JSON.parse(uni.getStorageSync('userInfo')).id) return
  164. // 邀请进来的并且已经登录的
  165. if(uni.getStorageSync('userInfo')){
  166. this.$api.get('/wx/queShareCheck',{
  167. channelType:uni.getStorageSync('channelType')||'',
  168. phone:JSON.parse(uni.getStorageSync('userInfo')).mobile||'',
  169. referrerId:uni.getStorageSync('shareUserId')||'',
  170. teamQuestionnaireId:uni.getStorageSync('shareTQId')||'',
  171. }).then(({data:res})=>{
  172. this.$showModal(`queShareCheck接口入参channelType:${uni.getStorageSync('channelType')},
  173. referrerId:${uni.getStorageSync('shareUserId')},teamQuestionnaireId:${uni.getStorageSync('shareTQId')}
  174. ------返回数据res:${JSON.stringify(res)}`)
  175. if(res.code!==0){
  176. this.teamKindMsg = res.msg||'';
  177. this.teamKindShow = true;
  178. }else if(res.code===0&&res.data==1) this.questionnaireKindShow = true;
  179. })
  180. }
  181. }
  182. if(uni.getStorageSync('token')){
  183. this.getPerillPJ();
  184. this.getPerillBG();
  185. }
  186. if(uni.getStorageSync('newUser')) this.newUserFreeShow = true;
  187. },
  188. methods:{
  189. getBannerList(){
  190. //space 广告位置: 1首页 2发布问卷
  191. //type 类型: 1 banner区 2弹框
  192. this.$api.get('//core/advertisement/manage/page',{
  193. space:1,
  194. type:1
  195. }).then(({data:res})=>{
  196. if(res.code!==0) return this.$showToast(res.msg)
  197. if(res.data&&res.data.length){
  198. const list = res.data.filter(l=>l.enable==1);
  199. this.bannerOrigin = list;
  200. this.bannarList = list.map(d=>d.fileUrl);
  201. } else this.bannarList = [this.defaultBanner]
  202. })
  203. },
  204. bannerClick(e){
  205. let banner = this.bannerOrigin[e];
  206. if(banner&&banner?.redirect){
  207. if(banner?.redirectType==1){//微信公众号
  208. uni.navigateTo({
  209. url:'/pages/webView?src='+banner?.redirect
  210. })
  211. }else if(banner?.redirectType==2){//微信小程序
  212. uni.navigateToMiniProgram({
  213. appId:banner?.redirect
  214. })
  215. }
  216. }
  217. },
  218. toTurn(url){
  219. if(!url) return
  220. const notloginurls = ['/pages/dialog','/pages/support','/pagesHome/weixin','perillPgjs','perillPgsm'];
  221. if(!notloginurls.includes(url)&&!this.isLogin()) return
  222. uni.navigateTo({
  223. url
  224. })
  225. },
  226. getPerillPJ(){
  227. this.$api.get('/core/teammember/que/questionnaireStats').then(res=>{
  228. if(res.data.code!==0) return
  229. this.perillPJ = res.data.data||{};
  230. this.perillPJ.sum = (this.perillPJ?.completed||0)+(this.perillPJ?.uncompleted||0);
  231. })
  232. },
  233. getPerillBG(){
  234. this.$api.get('/core/report/reportStats').then(res=>{
  235. if(res.data.code!==0) return
  236. this.perillBG = res.data.data||{};
  237. this.perillBG.sum = (this.perillBG?.received||0)+(this.perillBG?.sent||0);
  238. })
  239. },
  240. getWjList(){
  241. this.$api.get('/core/teammember/que/listByUser').then(res=>{
  242. if(res.data.code!==0) return
  243. this.wjDwc = res.data.data.filter(d=>d.status===0).length;
  244. this.wjYwc = res.data.data.filter(d=>d.status===1).length;
  245. })
  246. },
  247. getReportList(){
  248. this.$api.get('/core/report/member/personalReportList').then(res=>{
  249. if(res.data.code!==0) return
  250. this.reportCount = res.data.data.length;
  251. })
  252. },
  253. handleToFill(){
  254. this.questionnaireKindShow = false;
  255. uni.navigateTo({
  256. url:'/pagesHome/questionnaire?type=receive'
  257. })
  258. },
  259. handleFree(){
  260. uni.reLaunch({
  261. url:'/pages/publish'
  262. })
  263. }
  264. }
  265. }
  266. </script>
  267. <style scoped lang="scss">
  268. ::v-deep .u-swiper{
  269. border-radius: 24rpx !important;
  270. }
  271. ::v-deep .indicator__dot{
  272. width: 12rpx;
  273. height: 12rpx;
  274. background: transparent;
  275. border: 2rpx solid #FFFFFF;
  276. border-radius: 6rpx;
  277. margin: 0 8rpx;
  278. }
  279. ::v-deep .indicator__dot--active{
  280. width: 12rpx;
  281. height: 12rpx;
  282. background: #FFFFFF;
  283. }
  284. .tabPage{
  285. background: #F7F7F7;
  286. .topbg{
  287. width: 100%;
  288. height: 720rpx;
  289. position: fixed;
  290. top: 0;
  291. left: 0;
  292. right: 0;
  293. }
  294. .lunbo{
  295. width: 100%;
  296. height: 368rpx;
  297. margin-top: 30rpx;
  298. position: relative;
  299. }
  300. .preill{
  301. margin-top: 30rpx;
  302. position: relative;
  303. &-box{
  304. width: calc(50% - 11rpx);
  305. background: #FFFFFF;
  306. border-radius: 24rpx;
  307. padding: 54rpx 24rpx 52rpx;
  308. box-sizing: border-box;
  309. &-title{
  310. font-family: PingFang-SC, PingFang-SC;
  311. font-weight: bold;
  312. font-size: 28rpx;
  313. color: #002846;
  314. line-height: 28rpx;
  315. span{
  316. font-size: 36rpx;
  317. }
  318. }
  319. &-num{
  320. font-family: PingFang-SC, PingFang-SC;
  321. font-weight: 800;
  322. font-size: 40rpx;
  323. color: #002846;
  324. line-height: 40rpx;
  325. margin-top: 24rpx;
  326. }
  327. &-state{
  328. margin-top: 46rpx;
  329. &-pre{
  330. padding-left: 16rpx;
  331. position: relative;
  332. font-family: PingFangSC, PingFang SC;
  333. font-weight: 400;
  334. font-size: 24rpx;
  335. color: #335368;
  336. line-height: 20rpx;
  337. span{
  338. color: #1D2129;
  339. }
  340. &::before{
  341. content: '';
  342. width: 10rpx;
  343. height: 10rpx;
  344. border-radius: 5rpx;
  345. position: absolute;
  346. left: 0;
  347. top: 50%;
  348. margin-top: -5rpx;
  349. }
  350. &.grey{
  351. &::before{
  352. background: #DDE0E6;
  353. }
  354. }
  355. &.yellow{
  356. &::before{
  357. background: #FFD750;
  358. }
  359. }
  360. &.green{
  361. &::before{
  362. background: #31D1D6;
  363. }
  364. }
  365. }
  366. }
  367. &-progress{
  368. margin-top: 24rpx;
  369. width: 100%;
  370. height: 10rpx;
  371. background: #DFE5EE;
  372. border-radius: 5rpx;
  373. position: relative;
  374. &-current{
  375. height: 10rpx;
  376. border-radius: 4rpx;
  377. position: absolute;
  378. left: 0;
  379. top: 0;
  380. }
  381. .pbp-yellow{
  382. background: #FFD750;
  383. }
  384. .pbp-green{
  385. background: #31D1D6;
  386. }
  387. }
  388. }
  389. }
  390. .boxs{
  391. margin-top: 20rpx;
  392. position: relative;
  393. &-pre{
  394. width: calc(50% - 11rpx);
  395. padding: 42rpx 0 0 20rpx;
  396. box-sizing: border-box;
  397. height: 184rpx;
  398. &-title{
  399. font-family: PingFang-SC, PingFang-SC;
  400. font-weight: bold;
  401. font-size: 32rpx;
  402. color: #E0EFEF;
  403. line-height: 45rpx;
  404. }
  405. &-tip{
  406. font-family: PingFangSC, PingFang SC;
  407. font-weight: 400;
  408. font-size: 24rpx;
  409. color: #E0EFEF;
  410. line-height: 33rpx;
  411. margin-top: 16rpx;
  412. image{
  413. width: 26rpx;
  414. height: 26rpx;
  415. margin-left: 12rpx;
  416. }
  417. }
  418. &.bp1{
  419. background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/home_box_bg1.png') no-repeat;
  420. background-size: 100% 100%;
  421. }
  422. &.bp2{
  423. background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/home_box_bg2.png') no-repeat;
  424. background-size: 100% 100%;
  425. }
  426. }
  427. }
  428. .common{
  429. margin-top: 20rpx;
  430. background: #FFFFFF;
  431. border-radius: 24rpx;
  432. padding: 40rpx 24rpx 48rpx;
  433. position: relative;
  434. &-title{
  435. font-family: PingFang-SC, PingFang-SC;
  436. font-weight: bold;
  437. font-size: 34rpx;
  438. color: #002846;
  439. line-height: 48rpx;
  440. }
  441. &-menu{
  442. width: calc(100% + 48rpx);
  443. margin-left: -24rpx;
  444. margin-top: 45rpx;
  445. &-pre{
  446. width: calc(100% / 4);
  447. image{
  448. width: 64rpx;
  449. height: 64rpx;
  450. }
  451. text{
  452. font-family: PingFangSC, PingFang SC;
  453. font-weight: 400;
  454. font-size: 22rpx;
  455. color: #193D59;
  456. line-height: 32rpx;
  457. text-align: center;
  458. margin-top: 24rpx;
  459. padding: 0 4rpx;
  460. }
  461. }
  462. }
  463. }
  464. .new-user-free{
  465. position: fixed;
  466. left: 0;
  467. right: 0;
  468. top: 0;
  469. bottom: 0;
  470. background: rgba(0, 0, 0, .6);
  471. z-index: 1000;
  472. &-box1{
  473. width: calc(100% - 180rpx);
  474. height: 280rpx;
  475. background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/new_free_title.png') no-repeat;
  476. background-size: 100% 100%;
  477. padding-left: 53rpx;
  478. &-text{
  479. font-family: SourceHanSansCN, SourceHanSansCN;
  480. font-weight: bold;
  481. font-size: 36rpx;
  482. color: #874016;
  483. line-height: 54rpx;
  484. margin-top: 140rpx;
  485. }
  486. }
  487. &-box2{
  488. width: calc(100% - 140rpx);
  489. background: #FFFFFF;
  490. border-radius: 24rpx;
  491. padding: 45rpx 25rpx 42rpx;
  492. box-sizing: border-box;
  493. &-price{
  494. width: 100%;
  495. height: 132rpx;
  496. background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/new_free_price.png') no-repeat;
  497. background-size: 100% 100%;
  498. padding: 27rpx 34rpx 27rpx 30rpx;
  499. box-sizing: border-box;
  500. &-left{
  501. &-title{
  502. font-family: PingFang-SC, PingFang-SC;
  503. font-weight: bold;
  504. font-size: 28rpx;
  505. color: #5E2E11;
  506. line-height: 36rpx;
  507. }
  508. &-tip{
  509. font-family: PingFangSC, PingFang SC;
  510. font-weight: 400;
  511. font-size: 24rpx;
  512. color: #808080;
  513. line-height: 32rpx;
  514. margin-top: 10rpx;
  515. }
  516. }
  517. &-right{
  518. &-top{
  519. font-family: PingFang-SC, PingFang-SC;
  520. font-weight: bold;
  521. font-size: 48rpx;
  522. color: #FF5A09;
  523. line-height: 67rpx;
  524. }
  525. &-bottom{
  526. font-family: PingFangSC, PingFang SC;
  527. font-weight: 400;
  528. font-size: 24rpx;
  529. color: #612D11;
  530. line-height: 33rpx;
  531. margin-top: 3rpx;
  532. text-decoration: line-through;
  533. }
  534. }
  535. }
  536. &-btn{
  537. width: calc(100% - 170rpx);
  538. height: 80rpx;
  539. border-radius: 40rpx;
  540. background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/new_free_btn.png') no-repeat;
  541. background-size: 100% 100%;
  542. font-family: PingFang-SC, PingFang-SC;
  543. font-weight: bold;
  544. font-size: 32rpx;
  545. color: #5E2E11;
  546. line-height: 80rpx;
  547. text-align: center;
  548. letter-spacing: 2rpx;
  549. margin-top: 38rpx;
  550. }
  551. }
  552. &-close{
  553. width: 64rpx;
  554. height: 64rpx;
  555. margin-top: 48rpx;
  556. }
  557. }
  558. .kind-reminder{
  559. position: fixed;
  560. left: 0;
  561. right: 0;
  562. top: 0;
  563. bottom: 0;
  564. z-index: 1000;
  565. background: rgba(0, 0, 0, .6);
  566. .kr-box{
  567. width: calc(100% - 100rpx);
  568. padding: 54rpx 60rpx 48rpx;
  569. box-sizing: border-box;
  570. background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/remind_bg.png') no-repeat;
  571. background-size: 100% 100%;
  572. position: relative;
  573. image{
  574. width: 48rpx;
  575. height: 48rpx;
  576. position: absolute;
  577. top: 40rpx;
  578. right: 30rpx;
  579. }
  580. .kr-title{
  581. font-family: PingFang-SC, PingFang-SC;
  582. font-weight: bold;
  583. font-size: 36rpx;
  584. color: #002846;
  585. line-height: 56rpx;
  586. text-align: center;
  587. }
  588. .kr-p{
  589. font-family: PingFangSC, PingFang SC;
  590. font-weight: 400;
  591. font-size: 30rpx;
  592. color: #002846;
  593. line-height: 48rpx;
  594. text-align: center;
  595. span{
  596. font-weight: bold;
  597. margin: 0 10rpx;
  598. }
  599. }
  600. .kr-btn{
  601. width: calc(100% - 80rpx);
  602. height: 88rpx;
  603. background: linear-gradient( 90deg, #33A7A7 0%, #64BBBB 100%);;
  604. border-radius: 44rpx;
  605. font-family: PingFang-SC, PingFang-SC;
  606. font-weight: bold;
  607. font-size: 32rpx;
  608. color: #FFFFFF;
  609. line-height: 88rpx;
  610. text-align: center;
  611. letter-spacing: 2rpx;
  612. margin-top: 66rpx;
  613. }
  614. }
  615. }
  616. }
  617. </style>