index_mall.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927
  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. if (this.markers[0].label.content){
  177. this.getCurrentLocation()
  178. }
  179. },
  180. watch: {
  181. // isLogin: {
  182. // deep: true, //深度监听设置为 true
  183. // handler: function (newV, oldV) {
  184. // this.getAdsList()
  185. // this.getLatestGroupon()
  186. // }
  187. // }
  188. },
  189. methods: {
  190. clickImageUrl(e){
  191. console.log(e)
  192. let item =this.swiperList[e]
  193. console.log(item)
  194. if (item.skipType === 2){//跳转到文章链接
  195. uni.navigateTo({
  196. url: '/pages/groupbuying/article/article?id='+item.dataId
  197. });
  198. }
  199. if (item.skipType === 3){ //跳转到团购详情链接
  200. uni.navigateTo({
  201. url: item.targetUrl
  202. });
  203. }
  204. },
  205. swiperChange(e) {
  206. this.tabIndex = e.detail.current
  207. },
  208. changeAddress () {
  209. uni.chooseLocation({
  210. latitude: this.markers[0].latitude || '', /* 纬度 */
  211. longitude: this.markers[0].longitude || '', /* 经度 */
  212. success: (res) => {
  213. if (res.name){
  214. this.markers[0].latitude = res.latitude;
  215. this.markers[0].longitude =res.longitude;
  216. this.markers[0].label.content = res.name;
  217. uni.setStorageSync('user_longitude', res.longitude);
  218. uni.setStorageSync('user_latitude', res.latitude);
  219. }
  220. },
  221. fail: function (err) {
  222. console.log(err)
  223. }
  224. })
  225. },
  226. // 通过自带的方法获取到当前的经纬度,调用方法获取到地址获取到地址的中文信息
  227. getCurrentLocation () {
  228. let that = this //在uniapp中药定义一下this才能使用
  229. uni.getLocation({
  230. type: 'wgs84',
  231. success: function (res) {
  232. uni.setStorageSync('user_longitude', res.longitude);
  233. uni.setStorageSync('user_latitude', res.latitude);
  234. console.log("dizhixinxi -> ", res)
  235. that.markers[0].longitude = res.longitude;
  236. that.markers[0].latitude = res.latitude;
  237. getAddress(res.longitude, res.latitude).then(res => {
  238. //初始化地址信息
  239. console.log("++++++++++初始化地址信息++++++++++++", res)
  240. if (res.result.address_component.city.indexOf('上海') === -1){
  241. that.showTips= true;
  242. }
  243. that.positionInfo.address = res.result.address_reference.landmark_l2.title
  244. that.markers[0].label.content = res.result.address_reference.landmark_l2.title
  245. })
  246. }
  247. });
  248. },
  249. // 获取当前地址
  250. loAcquire (longitude, latitude) {
  251. let that = this;
  252. // uni.showLoading({
  253. // title: '加载中',
  254. // mask: true
  255. // });
  256. let str = `output=jsonp&key='此处输入你申请的密钥'=${latitude},${longitude}` //记得在这里要输入密钥哦!
  257. console.log(this.$jsonp);
  258. this.$jsonp('https://apis.map.qq.com/ws/geocoder/v1/?', {}).then(res => {
  259. console.log(res);
  260. uni.hideLoading();
  261. if (res.status == 0) {
  262. that.positionInfo.address = '当前位置是:' + res.result.address_component.street_number; //当前定位
  263. }
  264. })
  265. },
  266. pullResh () {
  267. // if (this.current == 0) {
  268. // uni.showLoading({ title: '刷新中' });
  269. // this.getAdsList()
  270. // this.getLatestGroupon()
  271. // } else {
  272. // this.$refs.latestGroupBuying.getGoodsPage()
  273. // }
  274. },
  275. getLatestGroupon () {
  276. // let that = this;
  277. // latestGroupon({
  278. // current: 1,
  279. // size: 1,
  280. // longitude: that.positionInfo.longitude,
  281. // latitude: that.positionInfo.latitude
  282. // }).then(res => {
  283. // console.log(res)
  284. // })
  285. },
  286. getGoodsInfo () {
  287. getGoodsInfo({
  288. current: 1,
  289. size: 50,
  290. isRecom: 1
  291. }).then(res => {
  292. this.tempArr = res.data
  293. uni.stopPullDownRefresh()
  294. uni.hideLoading();
  295. })
  296. },
  297. getBroGoodsInfo () {
  298. getGoodsInfo({
  299. current: 1,
  300. size: 50,
  301. zoneType: 6
  302. }).then(res => {
  303. this.tempArrBao = res.data
  304. })
  305. },
  306. getCategoryOne () {
  307. getCategoryOne().then(res => {
  308. this.navigationList = []
  309. let tuiJian = {
  310. title: '推荐',
  311. id: '0'
  312. }
  313. this.navigationList = res.data
  314. this.navigationList.unshift(tuiJian)
  315. })
  316. },
  317. noticeClose () {
  318. this.noticeShow = false
  319. },
  320. goNoticeDetail (value) {
  321. this.noticeContent = this.noticeList[value].content
  322. this.noticeShow = true
  323. },
  324. getNoticeList () {
  325. getNoticeList().then(res => {
  326. this.notice = []
  327. this.noticeList = res.data
  328. res.data.forEach(element => {
  329. this.notice.push(element.title)
  330. });
  331. })
  332. },
  333. getAdsList () {
  334. let that = this;
  335. getAdsList({
  336. type: 2
  337. }).then(res => {
  338. if (res.data.length > 0) {
  339. that.swiperList = []
  340. that.swiperList = res.data
  341. // res.data.forEach(element => {
  342. // that.swiperList.push(element.imageUrl)
  343. // });
  344. }
  345. });
  346. },
  347. clickNav (e) {
  348. this.tabIndex=e.index
  349. this.current = e.index
  350. // if (e.index > 0) {
  351. this.currentId = e.id
  352. // }
  353. // console.log("currentId ->", this.currentId)
  354. }
  355. }
  356. }
  357. </script>
  358. <style lang="scss" scoped>
  359. page {
  360. background-color: #ee4040;
  361. }
  362. .header-group {
  363. background-color: #F9F9F9;
  364. .search-group {
  365. display: flex;
  366. align-items: center;
  367. justify-content: space-between;
  368. padding: 30rpx 30rpx 10rpx 30rpx;
  369. .logo {
  370. width: 138rpx;
  371. height: 46rpx;
  372. }
  373. .message {
  374. line-height: 1;
  375. image {
  376. width: 48rpx;
  377. height: 48rpx;
  378. }
  379. }
  380. .search {
  381. flex: 1;
  382. padding: 0 30rpx;
  383. .searchBox {
  384. padding: 0 30rpx;
  385. display: flex;
  386. align-items: center;
  387. background-color: #FFF;
  388. border-radius: 100rpx;
  389. height: 60rpx;
  390. image {
  391. width: 28rpx;
  392. height: 28rpx;
  393. padding-right: 20rpx;
  394. }
  395. text {
  396. font-size: 24rpx;
  397. color: #999;
  398. }
  399. }
  400. }
  401. }
  402. .tabs {
  403. padding: 0 20rpx;
  404. }
  405. }
  406. .tab-content {
  407. .swiper-group {
  408. padding: 20rpx 30rpx 10rpx 30rpx;
  409. background-image: linear-gradient(to bottom, #EB4C63, #F9F9F9);
  410. }
  411. .grid-box {
  412. padding: 10rpx 30rpx 20rpx 30rpx;
  413. .grid-group {
  414. padding: 20rpx 0;
  415. border-radius: 20rpx;
  416. background-color: #FFF;
  417. display: flex;
  418. align-items: center;
  419. flex-wrap: wrap;
  420. .grid-item {
  421. width: 33.333%;
  422. display: flex;
  423. flex-direction: column;
  424. align-items: center;
  425. margin: 10rpx 0;
  426. image {
  427. width: 98rpx;
  428. height: 98rpx;
  429. }
  430. text {
  431. font-size: 24rpx;
  432. color: #666;
  433. margin-top: 10rpx;
  434. }
  435. }
  436. }
  437. }
  438. .notice {
  439. padding: 0 30rpx;
  440. }
  441. .sale-group {
  442. padding: 20rpx 30rpx;
  443. .sale-content {
  444. border-radius: 20rpx;
  445. background-image: linear-gradient(45deg, #EB4C63, #FFA470);
  446. padding: 20rpx 0;
  447. .title {
  448. display: flex;
  449. align-items: center;
  450. justify-content: space-between;
  451. color: #FFF;
  452. font-weight: bold;
  453. padding: 0 30rpx;
  454. .more {
  455. display: flex;
  456. align-items: center;
  457. font-size: 24rpx;
  458. font-weight: normal;
  459. image {
  460. width: 24rpx;
  461. height: 24rpx;
  462. }
  463. }
  464. }
  465. .goods-scroll {
  466. white-space: nowrap;
  467. padding: 20rpx 15rpx 0 15rpx;
  468. .goods-item {
  469. display: inline-block;
  470. width: 240rpx;
  471. padding: 15rpx;
  472. margin: 0 10rpx;
  473. background-color: #FFF;
  474. border-radius: 10rpx;
  475. image {
  476. width: 210rpx;
  477. height: 210rpx;
  478. }
  479. .goods-name {
  480. font-size: 26rpx;
  481. color: #333;
  482. width: 240rpx;
  483. margin: 6rpx 0;
  484. word-break: break-all;
  485. white-space: pre-wrap;
  486. text-overflow: ellipsis;
  487. display: -webkit-box;
  488. line-height: 1.2;
  489. -webkit-box-orient: vertical;
  490. -webkit-line-clamp: 2;
  491. overflow: hidden;
  492. }
  493. .tags {
  494. display: inline-block;
  495. font-size: 20rpx;
  496. padding: 6rpx;
  497. background-color: #FCE9EC;
  498. color: #EB4C63;
  499. margin: 6rpx 0;
  500. }
  501. .price {
  502. font-size: 32rpx;
  503. font-weight: bold;
  504. color: #EB4C63;
  505. }
  506. }
  507. }
  508. }
  509. }
  510. .goods-list {
  511. .title {
  512. text-align: center;
  513. color: #333;
  514. display: flex;
  515. align-items: center;
  516. justify-content: center;
  517. font-size: 32rpx;
  518. font-weight: bold;
  519. .line {
  520. display: inline-block;
  521. width: 200rpx;
  522. height: 2rpx;
  523. margin: 0 30rpx;
  524. background-color: #FFA470;
  525. }
  526. }
  527. .list-group {
  528. display: flex;
  529. align-items: center;
  530. flex-wrap: wrap;
  531. padding: 15rpx;
  532. box-sizing: border-box;
  533. .list-item-content {
  534. width: 50%;
  535. padding: 15rpx;
  536. box-sizing: border-box;
  537. .list-item {
  538. padding: 15rpx;
  539. background-color: #FFF;
  540. border-radius: 10rpx;
  541. image {
  542. width: 100%;
  543. }
  544. .goods-name {
  545. font-size: 28rpx;
  546. color: #333;
  547. margin: 6rpx 0;
  548. word-break: break-all;
  549. white-space: pre-wrap;
  550. text-overflow: ellipsis;
  551. display: -webkit-box;
  552. line-height: 1.4;
  553. -webkit-box-orient: vertical;
  554. -webkit-line-clamp: 2;
  555. overflow: hidden;
  556. }
  557. .tags {
  558. display: inline-block;
  559. font-size: 20rpx;
  560. padding: 6rpx;
  561. background-color: #FCE9EC;
  562. color: #EB4C63;
  563. margin: 6rpx 0;
  564. }
  565. .price {
  566. font-size: 32rpx;
  567. font-weight: bold;
  568. color: #EB4C63;
  569. }
  570. }
  571. }
  572. }
  573. }
  574. }
  575. .nav-bar_2 {
  576. width: 374px;
  577. margin-top: 6px;
  578. padding: 10px 9px 7px 16px;
  579. }
  580. .text_3 {
  581. overflow-wrap: break-word;
  582. color: rgba(51, 51, 51, 1);
  583. font-size: 18px;
  584. letter-spacing: 2px;
  585. font-family: STYuanti-SC-Regular;
  586. font-weight: NaN;
  587. text-align: left;
  588. white-space: nowrap;
  589. line-height: 24px;
  590. margin-top: 3px;
  591. }
  592. .applet-top-bar_1 {
  593. width: 90px;
  594. height: 30px;
  595. }
  596. .block_2 {
  597. display: flex;
  598. justify-content: space-around;
  599. box-shadow: 0px 2px 4px 0px rgba(178, 35, 56, 0.05);
  600. background-image: url(../../../static/images/addressBgi.png);
  601. background-size: cover;
  602. align-self: center;
  603. margin: 20rpx;
  604. margin-top: 4px;
  605. padding: 15px 8px 15px 8px;
  606. }
  607. .flex-row {
  608. display: flex;
  609. }
  610. .image-text_9 {
  611. width: 228px;
  612. }
  613. .icon_1 {
  614. width: 16px;
  615. height: 16px;
  616. margin: 2px 0 2px 0;
  617. }
  618. .text-group_1 {
  619. overflow-wrap: break-word;
  620. color: rgba(51, 51, 51, 1);
  621. font-size: 12px;
  622. text-align: left;
  623. white-space: nowrap;
  624. line-height: 20px;
  625. max-width: 190px;
  626. display: block;
  627. white-space: pre-line;
  628. margin-left: 20rpx;
  629. }
  630. .image-text_10 {
  631. width: 56px;
  632. }
  633. .text-group_2 {
  634. overflow-wrap: break-word;
  635. color: rgba(153, 153, 153, 1);
  636. font-size: 10px;
  637. font-weight: NaN;
  638. line-height: 20px;
  639. }
  640. .icon_2 {
  641. width: 12px;
  642. height: 12px;
  643. margin: 4px 0 4px 0;
  644. }
  645. .bord {
  646. border: 1px solid red;
  647. }
  648. .map_box {
  649. width: 100%;
  650. height: 70px;
  651. }
  652. .map {
  653. width: 100%;
  654. height: 100%;
  655. }
  656. .indicator {
  657. @include flex(row);
  658. justify-content: center;
  659. &__dot {
  660. height: 6px;
  661. width: 6px;
  662. border-radius: 100px;
  663. background-color: rgba(255, 255, 255, 0.35);
  664. margin: 0 5px;
  665. transition: background-color 0.3s;
  666. &--active {
  667. background-color: #ffffff;
  668. }
  669. }
  670. }
  671. .indicator-num {
  672. padding: 2px 0;
  673. background-color: rgba(0, 0, 0, 0.35);
  674. border-radius: 100px;
  675. width: 35px;
  676. @include flex;
  677. justify-content: center;
  678. &__text {
  679. color: #FFFFFF;
  680. font-size: 12px;
  681. }
  682. }
  683. .popup {
  684. width: 750rpx;
  685. height: 750rpx;
  686. background-color: #F9F9F9;
  687. }
  688. .map1_box {
  689. width: 750rpx;
  690. height: 670rpx;
  691. }
  692. .btn_box {
  693. width: 750rpx;
  694. height: 80rpx;
  695. }
  696. .TipsPop {
  697. width: 60vh;
  698. position: relative;
  699. }
  700. .tips {
  701. width: 550rpx;
  702. border-radius: 30px;
  703. left: 50%;
  704. transform: translateX(-50%);
  705. height: 45vh;
  706. background-size: 100% auto;
  707. background-image: url('http://www.gzzzyd.com/groupon/home_slices/编组 47@2x.png');
  708. background-repeat: no-repeat;
  709. text-align: center;
  710. border-radius: 20rpx;
  711. padding: 30rpx;
  712. position: absolute;
  713. top: -100rpx;
  714. }
  715. .txt {
  716. top: 30px;
  717. width: 550rpx;
  718. border-radius: 30px;
  719. left: 50%;
  720. transform: translateX(-50%);
  721. height: 50vh;
  722. text-align: center;
  723. position: relative;
  724. z-index: 999;
  725. padding: 30rpx;
  726. .tips1 {
  727. height: 80rpx;
  728. font-size: 56rpx;
  729. font-weight: 400;
  730. color: #333333;
  731. line-height: 80rpx;
  732. letter-spacing: 5px;
  733. margin-bottom: 30rpx;
  734. }
  735. .tips2 {
  736. height: 88rpx;
  737. font-size: 32rpx;
  738. font-weight: 400;
  739. color: #333333;
  740. line-height: 44rpx;
  741. margin-bottom: 30rpx;
  742. }
  743. .tips3 {
  744. height: 66rpx;
  745. font-size: 48rpx;
  746. font-weight: 600;
  747. color: #333333;
  748. line-height: 66rpx;
  749. margin-bottom: 30rpx;
  750. }
  751. .tips4 {
  752. height: 34rpx;
  753. font-size: 24rpx;
  754. font-weight: 400;
  755. color: #333333;
  756. line-height: 34rpx;
  757. margin-bottom: 30rpx;
  758. .red {
  759. color: #B42A3E;
  760. }
  761. }
  762. .tips5 {
  763. position: absolute;
  764. bottom: 50px;
  765. width: 80%;
  766. left: 50%;
  767. transform: translateX(-50%);
  768. height: 76rpx;
  769. background: #B42A3E;
  770. border-radius: 48rpx;
  771. line-height: 76rpx;
  772. font-size: 28rpx;
  773. font-weight: 400;
  774. color: #FFFFFF;
  775. margin-top: 30rpx;
  776. }
  777. }
  778. .index_body {
  779. position: relative;
  780. }
  781. .sys-head {
  782. position: relative;
  783. width: 100%;
  784. // background: linear-gradient(90deg, $bg-star1 0%, $bg-end1 100%);
  785. .bg {
  786. position: absolute;
  787. left: 0;
  788. top: 0;
  789. width: 100%;
  790. height: 100%;
  791. background: var(--view-theme);
  792. background-size: 100% auto;
  793. background-position: left bottom;
  794. }
  795. .sys-title {
  796. font-family: STYuanti-SC-Regular, STYuanti-SC;
  797. z-index: 10;
  798. position: relative;
  799. height: 43px;
  800. text-align: left;
  801. line-height: 43px;
  802. font-size: 36rpx;
  803. color: rgba(17, 17, 17, 1);
  804. /*font-weight: bolder;*/
  805. font-weight: 400;
  806. padding-left: 36rpx;
  807. color: #333333;
  808. }
  809. }
  810. </style>