index_mall.vue 18 KB

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