index_mall.vue 19 KB

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