index_mall.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922
  1. <template>
  2. <view>
  3. <!-- <headerSerch :dataConfig="headItem"></headerSerch> -->
  4. <!-- <view class="nav-bar_2">
  5. <text class="text_3">中意购</text>
  6. </view> -->
  7. <view class="top custom_box" style="background: linear-gradient(180deg, rgb(254,245,246), rgb(245,245,245)); color: black;" >
  8. <!-- #ifdef MP || APP-PLUS -->
  9. <view class="sys-head">
  10. <view class="sys-bar" :style="{ height: sysHeight }"></view>
  11. <!-- #ifdef MP -->
  12. <view class="sys-title">中意购</view>
  13. <!-- #endif -->
  14. </view>
  15. <!-- #endif -->
  16. </view>
  17. <view class="index_body" :style="{ top: sysHeightTop}">
  18. <view class="block_2 flex-row justify-between" @click="changeAddress()">
  19. <view class="image-text_9 flex-row justify-between">
  20. <image class="icon_1" referrerpolicy="no-referrer" src="../../../static/images/addressIcon.png" />
  21. <text class="text-group_1 ">{{ markers[0].label.content }}</text>
  22. </view>
  23. <view class="image-text_10 flex-row justify-between">
  24. <text class="text-group_2">切换地点</text>
  25. <image class="icon_2" referrerpolicy="no-referrer" src="../../../static/images/quehuan.png" />
  26. </view>
  27. </view>
  28. <!-- 轮播 -->
  29. <view class="swiper-group">
  30. <u-swiper height="210" :list="swiperList" @change="e => current = e.current" :autoplay="false" keyName="imageUrl" @click="clickImageUrl">
  31. <view slot="indicator" class="indicator">
  32. <view class="indicator__dot" v-for="(item, index) in swiperList" :key="index"
  33. :class="[index === current && 'indicator__dot--active']">
  34. </view>
  35. </view>
  36. </u-swiper>
  37. </view>
  38. <view class="header-group">
  39. <view class="tabs index_tabs">
  40. <u-tabs class="defalt-utabs" :is-scroll="false" :list="navigationList" @click="clickNav" lineColor="#B22338" :current="tabIndex"
  41. :inactiveStyle="{ color: '#999999' }" :activeStyle="{ color: '#B22338', fontWeight: 'bold' }"
  42. keyName="title"></u-tabs>
  43. </view>
  44. </view>
  45. <view :style="{ height: swiperHeight }">
  46. <swiper :style="{ height: swiperHeight }" :current="tabIndex" @change="swiperChange">
  47. <swiper-item v-for="(tab, i) in navigationList" :key="i">
  48. <mescroll-item ref="MescrollItem" :i="i" :index="tabIndex" :currentId="currentId" :tabs="navigationList" :height="swiperHeight" :positionInfo="positionInfo">
  49. </mescroll-item>
  50. </swiper-item>
  51. </swiper>
  52. </view>
  53. </view>
  54. <u-popup :round="15" :show="showTips" class="TipsPop" mode="center" @close="showTips = false" @open="() => { }">
  55. <view class="tips">
  56. </view>
  57. <view class="txt">
  58. <view class="tips1">
  59. 温馨提示
  60. </view>
  61. <view class="tips2">
  62. 您所在的城市没有开放团购目前仅支持的城市如下:
  63. </view>
  64. <view class="tips3">
  65. 上海市
  66. </view>
  67. <view class="tips4">
  68. 您可以通过右上角"
  69. <text class="red">切换地点</text>
  70. "定位到支持
  71. </view>
  72. <button class="tips5" @click="showTips = false">
  73. 知道了
  74. </button>
  75. </view>
  76. </u-popup>
  77. </view>
  78. </template>
  79. <script>
  80. let sysHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
  81. let sysHeightTop = (uni.getSystemInfoSync().statusBarHeight + 43) + 'px';
  82. import MescrollItem from "./module/mescrollUni-item.vue";
  83. import headerSerch from './components/headerSerch';
  84. import latestGroupBuying from './components/latestGroupBuying';
  85. import { getAddress } from '../../../api/wxMap'
  86. import {
  87. toLogin
  88. } from '@/libs/login.js';
  89. import {
  90. mapGetters
  91. } from "vuex";
  92. import { getAdsList, getNoticeList, getCategoryOne, getGoodsPage, getIndexData, getGoodsInfo } from '../../../api/home.js'
  93. import { latestGroupon, historyGroupon, detailGroupon, goodsDetail } from '../../../api/groupon.js'
  94. import UButton from "../../../uni_modules/uview-ui/components/u-button/u-button";
  95. export default {
  96. components: {
  97. MescrollItem,
  98. UButton,
  99. headerSerch,
  100. latestGroupBuying
  101. },
  102. data () {
  103. return {
  104. swiperHeight:'600px',
  105. tabIndex:0,
  106. sysHeight: sysHeight,
  107. sysHeightTop: sysHeightTop,
  108. showTips: false,
  109. showMap: false,
  110. markers: [{
  111. id: 1,
  112. latitude: '',//纬度,必填
  113. longitude: '',//经度,必填
  114. title: '',//标注点名
  115. width: 32,//标注图标宽度,Number类型
  116. height: 32,//标注图标高度,Number类型
  117. iconPath: '../../../static/images/addressIcon.png',//显示的图标,必填
  118. label: {
  119. content: '',
  120. textAlign: "center"
  121. }
  122. }],
  123. currentId: 0,
  124. noticeShow: false,
  125. noticeContent: '',
  126. tempArr: [],
  127. where: {
  128. zoneType: 8,
  129. current: 1,
  130. size: 20,
  131. },
  132. isSortType: 0,
  133. current: 0,
  134. noticeList: [],
  135. notice: [
  136. '寒雨连江夜入吴',
  137. '平明送客楚山孤',
  138. '洛阳亲友如相问',
  139. '一片冰心在玉壶'
  140. ],
  141. swiperList: [],
  142. navigationList: [{
  143. title: '最新团购',
  144. id: '0'
  145. }, {
  146. title: '历史团购',
  147. id: '1'
  148. }],
  149. positionInfo: {
  150. address: '',
  151. longitude: '', //经度
  152. latitude: '', //纬度
  153. },
  154. user_latitude: '',
  155. user_longitude: ''
  156. }
  157. },
  158. computed: mapGetters(['isLogin']),
  159. created () {
  160. this.getAdsList();
  161. this.getLatestGroupon();
  162. this.getCurrentLocation()
  163. let sysInfo=uni.getSystemInfoSync();
  164. console.log("设备信息")
  165. console.log(sysInfo)
  166. this.swiperHeight= sysInfo.windowHeight -(sysInfo.screenWidth/750) * (200) +'px';
  167. console.log(this.swiperHeight)
  168. },
  169. onMounted (options) {
  170. },
  171. onLoad (options) {
  172. },
  173. updated () {
  174. },
  175. onShow(){
  176. this.getAdsList();
  177. if (this.markers[0].label.content){
  178. this.getCurrentLocation()
  179. }
  180. },
  181. watch: {
  182. // isLogin: {
  183. // deep: true, //深度监听设置为 true
  184. // handler: function (newV, oldV) {
  185. // this.getAdsList()
  186. // this.getLatestGroupon()
  187. // }
  188. // }
  189. },
  190. methods: {
  191. clickImageUrl(e){
  192. let item =this.swiperList[e]
  193. if (item.skipType === 2){//跳转到文章链接
  194. uni.navigateTo({
  195. url: '/pages/groupbuying/article/article?id='+item.dataId
  196. });
  197. }
  198. if (item.skipType === 3){ //跳转到团购详情链接
  199. uni.navigateTo({
  200. url: item.targetUrl
  201. });
  202. }
  203. },
  204. swiperChange(e) {
  205. this.tabIndex = e.detail.current
  206. },
  207. changeAddress () {
  208. uni.chooseLocation({
  209. latitude: this.markers[0].latitude || '', /* 纬度 */
  210. longitude: this.markers[0].longitude || '', /* 经度 */
  211. success: (res) => {
  212. if (res.name){
  213. this.markers[0].latitude = res.latitude;
  214. this.markers[0].longitude =res.longitude;
  215. this.markers[0].label.content = res.name;
  216. uni.setStorageSync('user_longitude', res.longitude);
  217. uni.setStorageSync('user_latitude', res.latitude);
  218. }
  219. },
  220. fail: function (err) {
  221. console.log(err)
  222. }
  223. })
  224. },
  225. // 通过自带的方法获取到当前的经纬度,调用方法获取到地址获取到地址的中文信息
  226. getCurrentLocation () {
  227. let that = this //在uniapp中药定义一下this才能使用
  228. uni.getLocation({
  229. type: 'wgs84',
  230. success: function (res) {
  231. uni.setStorageSync('user_longitude', res.longitude);
  232. uni.setStorageSync('user_latitude', res.latitude);
  233. console.log("dizhixinxi -> ", res)
  234. that.markers[0].longitude = res.longitude;
  235. that.markers[0].latitude = res.latitude;
  236. getAddress(res.longitude, res.latitude).then(res => {
  237. //初始化地址信息
  238. console.log("++++++++++初始化地址信息++++++++++++", res)
  239. // if (res.result.address_component.city.indexOf('上海') === -1){
  240. // that.showTips= true;
  241. // }
  242. that.positionInfo.address = res.result.address_reference.landmark_l2.title
  243. that.markers[0].label.content = res.result.address_reference.landmark_l2.title
  244. })
  245. }
  246. });
  247. },
  248. // 获取当前地址
  249. loAcquire (longitude, latitude) {
  250. let that = this;
  251. // uni.showLoading({
  252. // title: '加载中',
  253. // mask: true
  254. // });
  255. let str = `output=jsonp&key='此处输入你申请的密钥'=${latitude},${longitude}` //记得在这里要输入密钥哦!
  256. console.log(this.$jsonp);
  257. this.$jsonp('https://apis.map.qq.com/ws/geocoder/v1/?', {}).then(res => {
  258. console.log(res);
  259. uni.hideLoading();
  260. if (res.status == 0) {
  261. that.positionInfo.address = '当前位置是:' + res.result.address_component.street_number; //当前定位
  262. }
  263. })
  264. },
  265. pullResh () {
  266. // if (this.current == 0) {
  267. // uni.showLoading({ title: '刷新中' });
  268. this.getAdsList()
  269. // this.getLatestGroupon()
  270. // } else {
  271. // this.$refs.latestGroupBuying.getGoodsPage()
  272. // }
  273. },
  274. getLatestGroupon () {
  275. // let that = this;
  276. // latestGroupon({
  277. // current: 1,
  278. // size: 1,
  279. // longitude: that.positionInfo.longitude,
  280. // latitude: that.positionInfo.latitude
  281. // }).then(res => {
  282. // console.log(res)
  283. // })
  284. },
  285. getGoodsInfo () {
  286. getGoodsInfo({
  287. current: 1,
  288. size: 50,
  289. isRecom: 1
  290. }).then(res => {
  291. this.tempArr = res.data
  292. uni.stopPullDownRefresh()
  293. uni.hideLoading();
  294. })
  295. },
  296. getBroGoodsInfo () {
  297. getGoodsInfo({
  298. current: 1,
  299. size: 50,
  300. zoneType: 6
  301. }).then(res => {
  302. this.tempArrBao = res.data
  303. })
  304. },
  305. getCategoryOne () {
  306. getCategoryOne().then(res => {
  307. this.navigationList = []
  308. let tuiJian = {
  309. title: '推荐',
  310. id: '0'
  311. }
  312. this.navigationList = res.data
  313. this.navigationList.unshift(tuiJian)
  314. })
  315. },
  316. noticeClose () {
  317. this.noticeShow = false
  318. },
  319. goNoticeDetail (value) {
  320. this.noticeContent = this.noticeList[value].content
  321. this.noticeShow = true
  322. },
  323. getNoticeList () {
  324. getNoticeList().then(res => {
  325. this.notice = []
  326. this.noticeList = res.data
  327. res.data.forEach(element => {
  328. this.notice.push(element.title)
  329. });
  330. })
  331. },
  332. getAdsList () {
  333. let that = this;
  334. getAdsList({
  335. type: 2
  336. }).then(res => {
  337. if (res.data.length > 0) {
  338. that.swiperList = []
  339. that.swiperList = res.data
  340. // res.data.forEach(element => {
  341. // that.swiperList.push(element.imageUrl)
  342. // });
  343. }
  344. });
  345. },
  346. clickNav (e) {
  347. this.tabIndex=e.index
  348. this.current = e.index
  349. // if (e.index > 0) {
  350. this.currentId = e.id
  351. // }
  352. // console.log("currentId ->", this.currentId)
  353. }
  354. }
  355. }
  356. </script>
  357. <style lang="scss" scoped>
  358. page {
  359. background-color: #ee4040;
  360. }
  361. .header-group {
  362. background-color: #F9F9F9;
  363. .search-group {
  364. display: flex;
  365. align-items: center;
  366. justify-content: space-between;
  367. padding: 30rpx 30rpx 10rpx 30rpx;
  368. .logo {
  369. width: 138rpx;
  370. height: 46rpx;
  371. }
  372. .message {
  373. line-height: 1;
  374. image {
  375. width: 48rpx;
  376. height: 48rpx;
  377. }
  378. }
  379. .search {
  380. flex: 1;
  381. padding: 0 30rpx;
  382. .searchBox {
  383. padding: 0 30rpx;
  384. display: flex;
  385. align-items: center;
  386. background-color: #FFF;
  387. border-radius: 100rpx;
  388. height: 60rpx;
  389. image {
  390. width: 28rpx;
  391. height: 28rpx;
  392. padding-right: 20rpx;
  393. }
  394. text {
  395. font-size: 24rpx;
  396. color: #999;
  397. }
  398. }
  399. }
  400. }
  401. .tabs {
  402. padding: 0 20rpx;
  403. }
  404. }
  405. .tab-content {
  406. .swiper-group {
  407. padding: 20rpx 30rpx 10rpx 30rpx;
  408. background-image: linear-gradient(to bottom, #EB4C63, #F9F9F9);
  409. }
  410. .grid-box {
  411. padding: 10rpx 30rpx 20rpx 30rpx;
  412. .grid-group {
  413. padding: 20rpx 0;
  414. border-radius: 20rpx;
  415. background-color: #FFF;
  416. display: flex;
  417. align-items: center;
  418. flex-wrap: wrap;
  419. .grid-item {
  420. width: 33.333%;
  421. display: flex;
  422. flex-direction: column;
  423. align-items: center;
  424. margin: 10rpx 0;
  425. image {
  426. width: 98rpx;
  427. height: 98rpx;
  428. }
  429. text {
  430. font-size: 24rpx;
  431. color: #666;
  432. margin-top: 10rpx;
  433. }
  434. }
  435. }
  436. }
  437. .notice {
  438. padding: 0 30rpx;
  439. }
  440. .sale-group {
  441. padding: 20rpx 30rpx;
  442. .sale-content {
  443. border-radius: 20rpx;
  444. background-image: linear-gradient(45deg, #EB4C63, #FFA470);
  445. padding: 20rpx 0;
  446. .title {
  447. display: flex;
  448. align-items: center;
  449. justify-content: space-between;
  450. color: #FFF;
  451. font-weight: bold;
  452. padding: 0 30rpx;
  453. .more {
  454. display: flex;
  455. align-items: center;
  456. font-size: 24rpx;
  457. font-weight: normal;
  458. image {
  459. width: 24rpx;
  460. height: 24rpx;
  461. }
  462. }
  463. }
  464. .goods-scroll {
  465. white-space: nowrap;
  466. padding: 20rpx 15rpx 0 15rpx;
  467. .goods-item {
  468. display: inline-block;
  469. width: 240rpx;
  470. padding: 15rpx;
  471. margin: 0 10rpx;
  472. background-color: #FFF;
  473. border-radius: 10rpx;
  474. image {
  475. width: 210rpx;
  476. height: 210rpx;
  477. }
  478. .goods-name {
  479. font-size: 26rpx;
  480. color: #333;
  481. width: 240rpx;
  482. margin: 6rpx 0;
  483. word-break: break-all;
  484. white-space: pre-wrap;
  485. text-overflow: ellipsis;
  486. display: -webkit-box;
  487. line-height: 1.2;
  488. -webkit-box-orient: vertical;
  489. -webkit-line-clamp: 2;
  490. overflow: hidden;
  491. }
  492. .tags {
  493. display: inline-block;
  494. font-size: 20rpx;
  495. padding: 6rpx;
  496. background-color: #FCE9EC;
  497. color: #EB4C63;
  498. margin: 6rpx 0;
  499. }
  500. .price {
  501. font-size: 32rpx;
  502. font-weight: bold;
  503. color: #EB4C63;
  504. }
  505. }
  506. }
  507. }
  508. }
  509. .goods-list {
  510. .title {
  511. text-align: center;
  512. color: #333;
  513. display: flex;
  514. align-items: center;
  515. justify-content: center;
  516. font-size: 32rpx;
  517. font-weight: bold;
  518. .line {
  519. display: inline-block;
  520. width: 200rpx;
  521. height: 2rpx;
  522. margin: 0 30rpx;
  523. background-color: #FFA470;
  524. }
  525. }
  526. .list-group {
  527. display: flex;
  528. align-items: center;
  529. flex-wrap: wrap;
  530. padding: 15rpx;
  531. box-sizing: border-box;
  532. .list-item-content {
  533. width: 50%;
  534. padding: 15rpx;
  535. box-sizing: border-box;
  536. .list-item {
  537. padding: 15rpx;
  538. background-color: #FFF;
  539. border-radius: 10rpx;
  540. image {
  541. width: 100%;
  542. }
  543. .goods-name {
  544. font-size: 28rpx;
  545. color: #333;
  546. margin: 6rpx 0;
  547. word-break: break-all;
  548. white-space: pre-wrap;
  549. text-overflow: ellipsis;
  550. display: -webkit-box;
  551. line-height: 1.4;
  552. -webkit-box-orient: vertical;
  553. -webkit-line-clamp: 2;
  554. overflow: hidden;
  555. }
  556. .tags {
  557. display: inline-block;
  558. font-size: 20rpx;
  559. padding: 6rpx;
  560. background-color: #FCE9EC;
  561. color: #EB4C63;
  562. margin: 6rpx 0;
  563. }
  564. .price {
  565. font-size: 32rpx;
  566. font-weight: bold;
  567. color: #EB4C63;
  568. }
  569. }
  570. }
  571. }
  572. }
  573. }
  574. .nav-bar_2 {
  575. width: 374px;
  576. margin-top: 6px;
  577. padding: 10px 9px 7px 16px;
  578. }
  579. .text_3 {
  580. overflow-wrap: break-word;
  581. color: rgba(51, 51, 51, 1);
  582. font-size: 18px;
  583. letter-spacing: 2px;
  584. font-family: STYuanti-SC-Regular;
  585. font-weight: NaN;
  586. text-align: left;
  587. white-space: nowrap;
  588. line-height: 24px;
  589. margin-top: 3px;
  590. }
  591. .applet-top-bar_1 {
  592. width: 90px;
  593. height: 30px;
  594. }
  595. .block_2 {
  596. display: flex;
  597. justify-content: space-around;
  598. box-shadow: 0px 2px 4px 0px rgba(178, 35, 56, 0.05);
  599. background-image: url(../../../static/images/addressBgi.png);
  600. background-size: cover;
  601. align-self: center;
  602. margin: 20rpx;
  603. margin-top: 4px;
  604. padding: 15px 8px 15px 8px;
  605. }
  606. .flex-row {
  607. display: flex;
  608. }
  609. .image-text_9 {
  610. width: 228px;
  611. }
  612. .icon_1 {
  613. width: 16px;
  614. height: 16px;
  615. margin: 2px 0 2px 0;
  616. }
  617. .text-group_1 {
  618. overflow-wrap: break-word;
  619. color: rgba(51, 51, 51, 1);
  620. font-size: 12px;
  621. text-align: left;
  622. white-space: nowrap;
  623. line-height: 20px;
  624. max-width: 190px;
  625. display: block;
  626. white-space: pre-line;
  627. margin-left: 20rpx;
  628. }
  629. .image-text_10 {
  630. width: 56px;
  631. }
  632. .text-group_2 {
  633. overflow-wrap: break-word;
  634. color: rgba(153, 153, 153, 1);
  635. font-size: 10px;
  636. font-weight: NaN;
  637. line-height: 20px;
  638. }
  639. .icon_2 {
  640. width: 12px;
  641. height: 12px;
  642. margin: 4px 0 4px 0;
  643. }
  644. .bord {
  645. border: 1px solid red;
  646. }
  647. .map_box {
  648. width: 100%;
  649. height: 70px;
  650. }
  651. .map {
  652. width: 100%;
  653. height: 100%;
  654. }
  655. .indicator {
  656. @include flex(row);
  657. justify-content: center;
  658. &__dot {
  659. height: 6px;
  660. width: 6px;
  661. border-radius: 100px;
  662. background-color: rgba(255, 255, 255, 0.35);
  663. margin: 0 5px;
  664. transition: background-color 0.3s;
  665. &--active {
  666. background-color: #ffffff;
  667. }
  668. }
  669. }
  670. .indicator-num {
  671. padding: 2px 0;
  672. background-color: rgba(0, 0, 0, 0.35);
  673. border-radius: 100px;
  674. width: 35px;
  675. @include flex;
  676. justify-content: center;
  677. &__text {
  678. color: #FFFFFF;
  679. font-size: 12px;
  680. }
  681. }
  682. .popup {
  683. width: 750rpx;
  684. height: 750rpx;
  685. background-color: #F9F9F9;
  686. }
  687. .map1_box {
  688. width: 750rpx;
  689. height: 670rpx;
  690. }
  691. .btn_box {
  692. width: 750rpx;
  693. height: 80rpx;
  694. }
  695. .TipsPop {
  696. width: 60vh;
  697. position: relative;
  698. }
  699. .tips {
  700. width: 550rpx;
  701. border-radius: 30px;
  702. left: 50%;
  703. transform: translateX(-50%);
  704. height: 45vh;
  705. background-size: 100% auto;
  706. background-image: url('http://www.gzzzyd.com/groupon/home_slices/编组 47@2x.png');
  707. background-repeat: no-repeat;
  708. text-align: center;
  709. border-radius: 20rpx;
  710. padding: 30rpx;
  711. position: absolute;
  712. top: -100rpx;
  713. }
  714. .txt {
  715. top: 30px;
  716. width: 550rpx;
  717. border-radius: 30px;
  718. left: 50%;
  719. transform: translateX(-50%);
  720. height: 50vh;
  721. text-align: center;
  722. position: relative;
  723. z-index: 999;
  724. padding: 30rpx;
  725. .tips1 {
  726. height: 80rpx;
  727. font-size: 56rpx;
  728. font-weight: 400;
  729. color: #333333;
  730. line-height: 80rpx;
  731. letter-spacing: 5px;
  732. margin-bottom: 30rpx;
  733. }
  734. .tips2 {
  735. height: 88rpx;
  736. font-size: 32rpx;
  737. font-weight: 400;
  738. color: #333333;
  739. line-height: 44rpx;
  740. margin-bottom: 30rpx;
  741. }
  742. .tips3 {
  743. height: 66rpx;
  744. font-size: 48rpx;
  745. font-weight: 600;
  746. color: #333333;
  747. line-height: 66rpx;
  748. margin-bottom: 30rpx;
  749. }
  750. .tips4 {
  751. height: 34rpx;
  752. font-size: 24rpx;
  753. font-weight: 400;
  754. color: #333333;
  755. line-height: 34rpx;
  756. margin-bottom: 30rpx;
  757. .red {
  758. color: #B42A3E;
  759. }
  760. }
  761. .tips5 {
  762. position: absolute;
  763. bottom: 50px;
  764. width: 80%;
  765. left: 50%;
  766. transform: translateX(-50%);
  767. height: 76rpx;
  768. background: #B42A3E;
  769. border-radius: 48rpx;
  770. line-height: 76rpx;
  771. font-size: 28rpx;
  772. font-weight: 400;
  773. color: #FFFFFF;
  774. margin-top: 30rpx;
  775. }
  776. }
  777. .index_body {
  778. position: relative;
  779. }
  780. .sys-head {
  781. position: relative;
  782. width: 100%;
  783. // background: linear-gradient(90deg, $bg-star1 0%, $bg-end1 100%);
  784. .bg {
  785. position: absolute;
  786. left: 0;
  787. top: 0;
  788. width: 100%;
  789. height: 100%;
  790. background: var(--view-theme);
  791. background-size: 100% auto;
  792. background-position: left bottom;
  793. }
  794. .sys-title {
  795. font-family: STYuanti-SC-Regular, STYuanti-SC;
  796. z-index: 10;
  797. position: relative;
  798. height: 43px;
  799. text-align: left;
  800. line-height: 43px;
  801. font-size: 36rpx;
  802. color: rgba(17, 17, 17, 1);
  803. /*font-weight: bolder;*/
  804. font-weight: 400;
  805. padding-left: 36rpx;
  806. color: #333333;
  807. }
  808. }
  809. </style>