index_mall.vue 20 KB

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