index_mall.vue 19 KB

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