index_mall.vue 20 KB

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