index_mall.vue 18 KB

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