index.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  1. <template>
  2. <div class="login-wrapper">
  3. <div>
  4. <indexHeaders :navIndexs="4"/>
  5. </div>
  6. <RightSliderBar/>
  7. <div class="product" v-if="indexPage">
  8. <div class="product-bg1">
  9. <img :src="indexPage.a.bg">
  10. <div class="repeat-content">
  11. <div class="title">
  12. {{indexPage.a.title}}
  13. </div>
  14. <div class="text">
  15. {{indexPage.a.desc}}
  16. </div>
  17. </div>
  18. </div>
  19. <div class="repeat-cen">
  20. <div class="repeat-views" v-for="item in indexPage.b.list">
  21. <div class="repeat-img">
  22. <img :src="item.icon">
  23. </div>
  24. <div class="name">{{item.title}}</div>
  25. <div class="desc" style="margin-bottom: 0">{{item.desc}}</div>
  26. <div class="desc">{{ item.desc1 }}</div>
  27. </div>
  28. </div>
  29. <div class="repeat-bg2">
  30. <img :src="indexPage.c.bg">
  31. <div class="content-s" style="width: 100%;text-align: center;padding-top: 90px">
  32. <div style="color: #fff;font-size: 45px">{{indexPage.c.title}}</div>
  33. <div style="color: #999;font-size: 20px;margin-top: 28px">{{indexPage.c.title_en}}</div>
  34. <div class="content-lists" style="padding: 0 260px">
  35. <div class="lists" style="display: flex;justify-content: space-between" v-for="item in indexPage.c.list">
  36. <div class="name">{{item.title}}</div>
  37. <div class="">
  38. <img src="@/assets/img/indexIcon.png" style="width: 40px;height: 14px;margin-top: 5px">
  39. </div>
  40. <div class="desc">{{item.desc}}</div>
  41. </div>
  42. </div>
  43. </div>
  44. </div>
  45. <div class="repeat-bg3">
  46. <img :src="indexPage.d.bg">
  47. <div class="content-s" style="width: 100%;text-align: center;padding-top: 90px">
  48. <div style="color: #fff;font-size: 45px">{{indexPage.d.title}}</div>
  49. <div style="color: #999;font-size: 20px;margin-top: 28px">{{indexPage.d.title_en}}</div>
  50. </div>
  51. <div class="repeat-bg3-cen">
  52. <div class="repeat-bg3-view" v-for="(item,index) in indexPage.d.list" @mouseenter="indexSortSlide(index)" @mouseleave="indexSortOut()" >
  53. <img :src="item.image">
  54. <div class="texts" >
  55. {{ item.title }}
  56. </div>
  57. <div class="shade" :class="index===sortIndex?'show':''">
  58. <div class="sel">
  59. <img src="http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/repast/repast22.png?12321">
  60. </div>
  61. <div class="content" >
  62. <div class="name">
  63. {{item.desc }}
  64. <!-- {{items.desc}}-->
  65. </div>
  66. </div>
  67. </div>
  68. </div>
  69. </div>
  70. </div>
  71. <div class="repeat-bg4">
  72. <img :src="indexPage.e.bg">
  73. <div class="content-s" style="height: 280px;width: 100%;text-align: center">
  74. <div class="title_s" style="color: #fff;padding-top:88px;font-size: 45px">{{indexPage.e.title}}</div>
  75. <div class="title_en" style="margin-top: 32px">{{indexPage.e.desc}}</div>
  76. </div>
  77. <div class="repeat-bg4-cen">
  78. <div class="repeat-content">
  79. <div class="repeat-nav">
  80. <div class="view" @click="repeatIndexs=index"
  81. :class="repeatIndexs==index?'classStyle':''" v-for="(item,index) in indexPage.e.list">
  82. {{item.title}}
  83. </div>
  84. </div>
  85. </div>
  86. <div class="repeat" v-for="(item,index) in indexPage.e.list">
  87. <div v-if="index==repeatIndexs" style="display: flex">
  88. <div class="repeat-img">
  89. <img :src="item.image">
  90. </div>
  91. <div class="name">
  92. {{item.desc}}
  93. </div>
  94. </div>
  95. </div>
  96. </div>
  97. </div>
  98. <div class="repeat-bg5">
  99. <img :src="indexPage.f.bg">
  100. <div class="content-s" style="height: 280px;width: 100%;text-align: center">
  101. <div class="title_s" style="color: #333;padding-top:88px;font-size: 45px">{{indexPage.f.title}}</div>
  102. <div class="title_en" style="margin-top: 32px">{{indexPage.f.desc}}</div>
  103. </div>
  104. <div class="index-swiper-center">
  105. <swiper
  106. :modules="modules"
  107. :pagination="{ clickable: true }"
  108. :autoplay="autoplayOptions"
  109. @swiper="onSwiper"
  110. @slideChange="onSlideChange"
  111. :navigation="navigation"
  112. >
  113. <swiper-slide v-for="item in indexPage.f.list">
  114. <div class="banner">
  115. <img :src="item.image" alt="">
  116. </div>
  117. </swiper-slide>
  118. </swiper>
  119. </div>
  120. </div>
  121. <div class="product-into" style="padding-bottom: 30px">
  122. <div class="product-title">
  123. {{ bottomPage.title }}
  124. </div>
  125. <div class="product-desc">{{ bottomPage.title_en }}</div>
  126. <div class="product-into-content" style="padding-left: 230px;width: 1500px">
  127. <div class="product-img" v-for="item in bottomPage.list">
  128. <div class="product-imgs">
  129. <img :src="item.image" alt="">
  130. </div>
  131. </div>
  132. </div>
  133. </div>
  134. </div>
  135. </div>
  136. <Footer/>
  137. </template>
  138. <script setup>
  139. import {getUrlParams2} from "@/utils";
  140. let url=getUrlParams2(window.location.href);
  141. if(url.name){
  142. document.title=url.name
  143. }
  144. let indexPage=ref("")
  145. let bottomPage=ref('')
  146. let getUserPage=()=>{
  147. getContentPage({"page":"zhihuicanyin"}).then((res)=>{
  148. indexPage.value=res.data.content
  149. bottomPage.value=res.data.hezuodanwei
  150. })
  151. }
  152. onMounted(()=>{
  153. getUserPage()
  154. })
  155. //记录访问次数
  156. if(localStorage.getItem('USER__INFO__')){
  157. user_lsp().then((res)=>{
  158. })
  159. }
  160. import { provide, reactive, ref ,onMounted} from 'vue'
  161. import UserNav from '@/components/User/UserNav.vue'
  162. import indexHeaders from '@/components/Index/indexHeaders.vue'
  163. import LeftSliderBar from '@/components/Index/LeftSliderBar.vue'
  164. import RightSliderBar from '@/components/Index/RightSliderBar.vue'
  165. import CountDate from '@/components/Index/CountDate.vue'
  166. import Footer from '@/components/Tool/Footer.vue'
  167. import {useI18n} from "@/hooks/web/useI18n";
  168. import {nextTick} from "@vue/runtime-core";
  169. import { Swiper, SwiperSlide } from 'swiper/vue'
  170. // 引入swiper样式(按需导入)
  171. import 'swiper/css'
  172. import 'swiper/css/pagination' // 轮播图底面的小圆点
  173. import 'swiper/css/navigation' // 轮播图两边的左右箭头
  174. import 'swiper/css/scrollbar' // 轮播图的滚动条
  175. const swiperList = [
  176. { image: 'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/repast/repast1.jpeg' },
  177. { image: 'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/repast/repast2.jpeg' },
  178. { image: 'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/repast/repast3.jpeg' },
  179. { image: 'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/repast/repast4.jpeg' }
  180. ]
  181. // 引入swiper核心和所需模块
  182. import { Autoplay, Pagination, Navigation, Scrollbar } from 'swiper'
  183. import {useRouter} from "vue-router";
  184. import {useUserStore} from "@/store/modules/user";
  185. import {checkToken, getContentPage, user_lsp} from "@/api/menu1";
  186. // 在modules加入要使用的模块
  187. const modules = [Autoplay, Pagination, Navigation, Scrollbar]
  188. const currentChange = ref(0)
  189. const autoplayOptions = {
  190. delay: 50000,
  191. disableOnInteraction: false,
  192. loop: false,
  193. pauseOnMouseEnter: true,
  194. reverseDirection: true
  195. }
  196. const onSwiper = (swiper) => {
  197. }
  198. const onSlideChange = (e) => {
  199. // swiper切换的时候执行的方法
  200. console.log('slide change', e.activeIndex)
  201. currentChange.value = e.activeIndex
  202. }
  203. const remainTime = ref(null)
  204. const navigation = {
  205. nextElRef: '.swiper-button-next',
  206. prevElRef: '.swiper-button-prev'
  207. }
  208. const { t } = useI18n()
  209. const repeatNav=['设备管理','门店管理','分类管理','对接系统']
  210. const repeatList=ref([
  211. {name:'品牌',desc:'增强竞争力',desc1:'提升门店形象',img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/repast/repast20.png'},
  212. {name:'人工',desc:'机器代替人工 ',desc1:'多店一键同步更新',img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/repast/repast16.png'},
  213. {name:'管理',desc:'门店分级管理 ',desc1:'更换菜单更便捷',img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/repast/repast23.png'},
  214. {name:'高效',desc:'避免错漏单 ',desc1:'提升营业额',img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/repast/repast14.png'}
  215. ])
  216. const content=[
  217. {id:0,name:'系统兼容多种设备,可对不同区域的不同设备',img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/repast/repast15.jpg',},
  218. {id:0,name:'可实现营销活动、广告等宣传内容,一键发布全国所有门店,降低品牌管理难度。',img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/repast/repast19.jpg',},
  219. {id:0,name:'总部可根据 不同区域,不同时段,对不同门店的推广内容,进行差异化投放。',img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/repast/repast18.jpg',},
  220. {id:0,name:'系统具备严格的用户权限管理机制,支持多级用户管理机制。。',img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/repast/repast13.jpg',},
  221. ]
  222. const repastLists=[
  223. {id:0,name:'移动电子水牌系列',desc:'门口|移动电子水牌',list:['门口|引流平吸引顾客'],img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/repast/repast19.jpg',},
  224. {id:1,name:'数字标牌系列',desc:'橱窗|双面广告宣传',list:['电子餐牌|高效点餐','等候区|广告推荐美食','叫号区|排队信息获取','橱窗|美食广告引流'],img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/repast/repast13.jpg',},
  225. {id:2,name:'电容触摸系列',desc:'电子餐牌|高效点餐',list:['自助点餐区|电容触摸屏'],img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/repast/repast24.png',},
  226. ]
  227. const sortIndex = ref(null)
  228. let repeatIndexs = ref(0)
  229. const sortFlag = ref(false)
  230. const logoList=ref([
  231. {img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/logo-icon8.png'},
  232. {img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/logo-icon9.png'},
  233. {img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/logo-icon10.png'},
  234. {img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/logo-icon11.png'},
  235. {img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/logo-icon12.png'},
  236. {img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/logo-icon1.png'},
  237. {img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/logo-icon7.png'},
  238. {img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/logo-icon6.png'},
  239. {img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/logo-icon5.png'},
  240. {img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/logo-icon4.png'},
  241. {img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/logo-icon3.png'},
  242. {img:'http://screen-test.zhousi.hdlkeji.com/aksdbn/img/publicity/logo-icon2.png'},
  243. ])
  244. const FormState = reactive({
  245. name: '',
  246. phone: '',
  247. })
  248. const rules = {
  249. name: [{ required: true, message: t('home.login.form.accountRequired'), trigger: 'blur' }],
  250. phone: [{ required: true, message: t('home.login.form.phonePlaceholder'), trigger: 'blur' }],
  251. }
  252. const indexSortSlide = (index) =>{
  253. console.error(index)
  254. sortIndex.value=index
  255. sortFlag.value=true
  256. }
  257. const indexSortOut = () =>{
  258. sortFlag.value=false
  259. sortIndex.value=null
  260. }
  261. </script>
  262. <style lang="less" scoped >
  263. .content-lists{
  264. margin-top: 80px;
  265. .lists{
  266. color: #fff;
  267. margin-bottom: 70px;
  268. font-size: 16px;
  269. .name{
  270. width: 160px;
  271. text-align: left;
  272. word-break: break-all;
  273. font-size: 18px;
  274. line-height: 24px;
  275. }
  276. .desc{
  277. width: 970px;
  278. text-align: left;
  279. font-size: 18px;
  280. line-height: 24px;
  281. //margin-left: 100px;
  282. }
  283. }
  284. }
  285. .title_s{
  286. color: #333;
  287. font-size: 40px;
  288. padding-top: 40px;
  289. padding-left: 8px;
  290. }
  291. .title_en{
  292. color: #999;
  293. font-size: 22px;
  294. margin-top: 33px;
  295. }
  296. .title-desc{
  297. color: #333;
  298. font-size: 18px;
  299. margin-top: 78px;
  300. width: 800px;
  301. line-height: 24px;
  302. }
  303. .content-s{
  304. position: relative;
  305. width: 1400px;
  306. text-align: left;
  307. height: 200px;
  308. margin: 0 auto;
  309. }
  310. .banner{
  311. img{
  312. height: 500px!important;
  313. width: 1300px!important;
  314. }
  315. }
  316. /deep/ .swiper-pagination{
  317. display: none;
  318. }
  319. .swiper{
  320. height: 500px;
  321. }
  322. .show{
  323. display: block!important;
  324. }
  325. .repeat-bg5{
  326. height: 900px;
  327. margin-top: -10px;
  328. img{
  329. height: 900px;
  330. width: 100%;
  331. position: absolute;
  332. }
  333. .index-swiper-center{
  334. width: 1300px;
  335. height: 500px;
  336. //background-color: #333;
  337. margin-left: 10px;
  338. position: relative;
  339. padding: 20px 0 0 300px;
  340. }
  341. }
  342. .repeat-bg4{
  343. height: 900px;
  344. margin-top: -10px;
  345. img{
  346. height: 900px;
  347. width: 100%;
  348. position: absolute;
  349. }
  350. .repeat-bg4-cen{
  351. padding: 20px 260px;
  352. position: relative;
  353. .repeat{
  354. margin-top: 80px;
  355. .repeat-img{
  356. width: 350px;
  357. img{
  358. width: 350px;
  359. height: 350px;
  360. }
  361. }
  362. .name{
  363. color: #fff;
  364. margin: 60px 0 0 50px;
  365. width: 900px;
  366. line-height: 24px;
  367. }
  368. }
  369. .repeat-content{
  370. .repeat-nav{
  371. display: flex;
  372. .classStyle{
  373. border-bottom: 2px solid #3171B8!important;
  374. color: #3171B8!important;
  375. }
  376. .view{
  377. cursor: pointer;
  378. color: #fff;
  379. font-size: 20px;
  380. padding-bottom: 25px;
  381. width: 320px;
  382. text-align: center;
  383. border-bottom: 2px solid #FFFFFF;
  384. }
  385. }
  386. }
  387. }
  388. }
  389. .repeat-bg3{
  390. height: 940px;
  391. margin-top: -10px;
  392. img{
  393. height: 938px;
  394. width: 100%;
  395. position: absolute;
  396. }
  397. .repeat-bg3-cen{
  398. position: relative;
  399. padding: 10px 260px;
  400. z-index: 1;
  401. display: flex;
  402. .repeat-bg3-view:nth-child(1){
  403. margin-left: 0;
  404. }
  405. .repeat-bg3-view{
  406. width: 400px;
  407. height: 375px;
  408. position: relative;
  409. margin-left: 100px;
  410. cursor: pointer;
  411. .show{
  412. display: block;
  413. }
  414. .shade{
  415. display: none;
  416. width: 360px;
  417. height: 180px;
  418. background: rgba(65,113,179,0.7);
  419. backdrop-filter: blur(3px);
  420. position: absolute;
  421. bottom: 0;
  422. padding: 20px;
  423. .content{
  424. .name{
  425. color: #fff;
  426. font-size: 22px;
  427. text-align: center;
  428. width: 300px;
  429. word-break: break-all;
  430. margin-left: 15px;
  431. margin-top: -10px;
  432. }
  433. }
  434. .sel{
  435. height: 10px;
  436. img{
  437. width: 16px;
  438. height: 16px;
  439. }
  440. }
  441. }
  442. .texts{
  443. position: absolute;
  444. background-color: #999;
  445. z-index: 1;
  446. color: #333;
  447. text-align: center;
  448. height: 44px;
  449. font-size: 18px;
  450. line-height: 44px;
  451. width: 400px;
  452. bottom: 0;
  453. }
  454. img{
  455. width: 400px;
  456. height: 375px;
  457. position: absolute;
  458. }
  459. }
  460. }
  461. }
  462. .repeat-bg2{
  463. height: 750px;
  464. img{
  465. height: 750px;
  466. width: 100%;
  467. position: absolute;
  468. }
  469. }
  470. .repeat-cen{
  471. background: #FFFFFF;
  472. box-shadow: 1px 12px 20px 8px rgba(218,218,218,0.2);
  473. width: 1400px;
  474. margin: 30px auto;
  475. padding: 50px 0;
  476. display: flex;
  477. .repeat-views:nth-child(1){
  478. margin-left: 120px;
  479. }
  480. .repeat-views{
  481. width: 200px;
  482. line-height: 24px;
  483. margin-left: 100px;
  484. text-align: center;
  485. .repeat-img{
  486. img{
  487. width: 60px;
  488. height: 60px;
  489. }
  490. }
  491. .name{
  492. color: #333;
  493. font-size: 20px;
  494. margin: 30px 0;
  495. }
  496. .desc{
  497. color: #999;
  498. font-size: 18px;
  499. margin-bottom: 10px;
  500. }
  501. }
  502. }
  503. /deep/ .from-view .el-input .el-input__inner{
  504. width: 325px;
  505. height: 50px;
  506. font-size: 18px;
  507. }
  508. .product-flow {
  509. margin: 50px 0;
  510. img{
  511. width: 100%;
  512. height: 585px;
  513. }
  514. }
  515. .login-wrapper{
  516. background-color: #F7F8FA;
  517. .product-bg1{
  518. height: 600px;
  519. img{
  520. height: 600px;
  521. width: 100%;
  522. position: absolute;
  523. }
  524. .repeat-content{
  525. position: relative;
  526. padding: 200px 0 0 260px;
  527. .title{
  528. font-size: 50px;
  529. color: #fff;
  530. margin-bottom: 20px;
  531. }
  532. .text{
  533. color: #fff;
  534. font-size: 20px;
  535. }
  536. }
  537. }
  538. .product-from{
  539. padding: 0 260px;
  540. height: 400px;
  541. img{
  542. height: 423px;
  543. position: absolute;
  544. }
  545. .product-content{
  546. position: relative;
  547. padding-top: 100px;
  548. z-index: 1;
  549. .product-sel{
  550. display: flex;
  551. justify-content: center;
  552. .product-views{
  553. width: 180px;
  554. height: 50px;
  555. background: #F0F2F5;
  556. border-radius: 2px;
  557. line-height: 50px;
  558. text-align: center;
  559. margin-right: 60px;
  560. cursor: pointer;
  561. color: #999999;
  562. box-sizing: border-box;
  563. }
  564. .productStyle{
  565. background: #FFFFFF;
  566. border: 1px solid #3171B8;
  567. color: #333333;
  568. }
  569. }
  570. .from{
  571. display: flex;
  572. justify-content: center;
  573. padding: 40px 0;
  574. .from-view{
  575. display: flex;
  576. .name{
  577. color: #333;
  578. font-size: 18px;
  579. width: 80px;
  580. margin-top: 15px;
  581. }
  582. }
  583. }
  584. }
  585. }
  586. .product-into{
  587. text-align: center;
  588. .product-into-content{
  589. display: flex;
  590. padding: 30px 0 30px 200px;
  591. background-color: #F7F8FA;
  592. flex-wrap: wrap;
  593. .product-img{
  594. img{
  595. width: 320px;
  596. height: 260px;
  597. }
  598. .product-imgs{
  599. margin-left: 15px;
  600. margin-bottom: 20px;
  601. img{
  602. width: 220px;
  603. height: 100px;
  604. }
  605. }
  606. }
  607. .product-width{
  608. width: 680px;
  609. margin-left: 40px;
  610. margin-bottom: 20px;
  611. .product-img{
  612. img{
  613. width: 680px;
  614. height: 260px;
  615. }
  616. video{
  617. width: 680px;
  618. height: 260px;
  619. }
  620. }
  621. .product-views{
  622. padding: 15px 0;
  623. height: 70px;
  624. background-color: #FFFFFF;
  625. .name{
  626. color: #333;
  627. font-size: 18px;
  628. }
  629. .desc{
  630. color: #999;
  631. font-size: 16px;
  632. margin-top: 15px;
  633. }
  634. }
  635. }
  636. .product-into-imgs{
  637. width: 320px;
  638. margin-left: 48px;
  639. .product-img{
  640. m
  641. img{
  642. width: 320px;
  643. height: 260px;
  644. }
  645. }
  646. .product-views{
  647. padding: 15px 0;
  648. height: 70px;
  649. background-color: #FFFFFF;
  650. .name{
  651. color: #333;
  652. font-size: 18px;
  653. }
  654. .desc{
  655. color: #999;
  656. font-size: 16px;
  657. margin-top: 15px;
  658. }
  659. }
  660. }
  661. }
  662. .product-title{
  663. color: #333;
  664. font-size: 44px;
  665. margin: 20px 0;
  666. }
  667. .product-desc{
  668. color: #999999;
  669. font-size: 22px;
  670. }
  671. .line{
  672. width: 80px;
  673. height: 10px;
  674. background-color: #4171B3;
  675. margin: 30px auto;
  676. }
  677. }
  678. }
  679. </style>