my-popup.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623
  1. <template>
  2. <uni-popup ref="popup" :mask-click="false" maskBackgroundColor="rgba(0, 0, 0, 0.6)">
  3. <swiper ref="swiper" class="swiper" :style="getSwiperStyle()" :current="swiperCurrent"
  4. @change="swiperChange" :indicator-dots="dataList.length > 1" indicator-active-color="rgba(46, 133, 236, 1)"
  5. :autoplay="false" :interval="5000">
  6. <swiper-item v-for="(item, index) in dataList" :key="index">
  7. <!-- 标题 + 图片 + 活动时间 + 活动简介 -->
  8. <view v-if="item.type == 1" class="swiper-item-view uni-column">
  9. <text class="swiper-item-title" v-html="item.data.title"></text>
  10. <view class="swiper-item-main uni-column uni-jcse">
  11. <image mode="aspectFit" class="swiper-item-image" :src="item.data.img"></image>
  12. <view class="swiper-item-time uni-row">
  13. <image mode="aspectFit" class="clock" src="/static/default/clock.png"></image>
  14. <text class="acttime">{{acttime}}</text>
  15. </view>
  16. <view class="swiper-item-content uni-column">
  17. <text class="introduce-content" v-html="item.data.content"></text>
  18. </view>
  19. </view>
  20. <button v-if="index < dataList.length - 1" class="swiper-item-button" @click="swiperNext">继
  21. 续</button>
  22. <button v-else class="swiper-item-button" @click="popupClose">确 定</button>
  23. </view>
  24. <!-- 标题 + 图片 -->
  25. <view v-if="item.type == 2" class="swiper-item-view uni-column">
  26. <text class="swiper-item-title" v-html="item.data.title"></text>
  27. <view class="swiper-item-main uni-column">
  28. <image mode="aspectFit" :style="getImageStyle2(item.data.imgParam)"
  29. :src="item.data.img">
  30. </image>
  31. </view>
  32. <button v-if="index < dataList.length - 1" class="swiper-item-button" @click="swiperNext">继
  33. 续</button>
  34. <button v-else class="swiper-item-button" @click="popupClose">确 定</button>
  35. </view>
  36. <!-- 【成就-奖牌】 标题 + 图片 + 活动简介 -->
  37. <view v-if="item.type == 3" class="swiper-item-view swiper-item-view-bg uni-column">
  38. <text class="swiper-item-title" v-html="item.data.title"></text>
  39. <view class="swiper-item-main uni-column uni-jcse">
  40. <image mode="aspectFit" style="height: 140px; margin-top: 25px;" :src="item.data.img"></image>
  41. <text class="swiper-item-content2" v-html="item.data.content"></text>
  42. </view>
  43. <button v-if="index < dataList.length - 1" class="swiper-item-button" @click="swiperNext">继
  44. 续</button>
  45. <button v-else class="swiper-item-button" @click="popupClose">确 定</button>
  46. </view>
  47. <!-- 【成就-兑换】 标题 + 图片 + 二维码 -->
  48. <view v-if="item.type == 4" class="swiper-item-view swiper-item-view-bg2 uni-jct uni-column">
  49. <view v-if="item.data.sponsorsLogo" class="sponsorsLogo" :style="getSponsorsLogoStyle(item.data.sponsorsLogo)"></view>
  50. <text class="swiper-item-title" v-html="item.data.title"></text>
  51. <view class="swiper-item-main uni-column uni-jcse">
  52. <view class="uni-column uni-jcse" style="height: 50px;">
  53. <text class="swiper-item-content3" v-html="item.data.content"></text>
  54. <text class="swiper-item-content4">【{{item.data.sourceName}}】</text>
  55. </view>
  56. <image class="swiper-item-image2" mode="aspectFit" :src="item.data.img"></image>
  57. <template v-if="[1,3].includes(item.data.exState)">
  58. <!-- verfType: 兑换券展示类型 1 本系统核销 2 赞助商提供码核销 3 赞助商不提供码核销 -->
  59. <uv-qrcode v-if="item.data.verfType==1" ref="qrcode" size="100px" :value="item.data.qrCode">
  60. <!-- <template v-slot:loading>
  61. <text style="color: green;">loading...</text>
  62. </template> -->
  63. </uv-qrcode>
  64. <view v-if="item.data.verfType==2" class="swiper-item-couponNum">券码:{{item.data.otherSerCode}}</view>
  65. <view v-if="item.data.expireTime > 0" class="swiper-item-content4" style="color: #ED0000;">( 有效期至
  66. {{fmtTime(item.data.expireTime, 1)}}
  67. <span v-if="item.data.exState == 3" style="color: #ffaa00; font-size: bold;">已临期</span>
  68. )
  69. </view>
  70. <view v-if="item.data.cDesc.length > 0" class="swiper-item-desc" v-html="item.data.cDesc"></view>
  71. </template>
  72. <view v-if="item.data.exState == 2" class="uni-column uni-jcse" style="height: 100px;">
  73. <text style="color: red;">已兑换</text>
  74. <text class="swiper-item-content4">( 兑换时间 {{fmtTime(item.data.exTime, 3)}} )</text>
  75. </view>
  76. <view v-if="item.data.exState == 4" class="uni-column uni-jcse" style="height: 100px;">
  77. <text style="color: red;">已过期</text>
  78. <text v-if="item.data.expireTime > 0" class="swiper-item-content4">( 过期时间
  79. {{fmtTime(item.data.expireTime, 1)}} )</text>
  80. </view>
  81. </view>
  82. <button v-if="index < dataList.length - 1" class="swiper-item-button" @click="swiperNext">继
  83. 续</button>
  84. <button v-else class="swiper-item-button" @click="popupClose">关 闭</button>
  85. </view>
  86. <!-- 【兑换地点 - 单点】标题 + 图片(点击图片打开地图APP进行地点定位) -->
  87. <view v-if="item.type == 5" class="swiper-item-view uni-column">
  88. <text class="swiper-item-title" v-html="item.data.title"></text>
  89. <view class="swiper-item-main uni-column">
  90. <image mode="aspectFit" style="height: 237px; margin-top: 15px; margin-bottom: 25px;"
  91. :src="item.data.img" @click="dealNavClick(item.data.point)">
  92. </image>
  93. </view>
  94. <button v-if="index < dataList.length - 1" class="swiper-item-button" @click="swiperNext">继
  95. 续</button>
  96. <button v-else class="swiper-item-button" @click="popupClose">确 定</button>
  97. </view>
  98. <!-- 通知 -->
  99. <view v-if="item.type == 6" class="swiper-item-view uni-column">
  100. <text class="swiper-item-title" v-html="item.data.title"></text>
  101. <view class="swiper-item-main uni-column uni-jcse">
  102. <!-- mqType 消息类型 2:卡片图片 3:卡片文字 -->
  103. <image v-if="item.data.mqType == 2" mode="aspectFit"
  104. style="height: 237px; margin-bottom: 25px;" :src="item.data.message">
  105. </image>
  106. <text v-if="item.data.mqType == 3" class="swiper-item-message"
  107. v-html="item.data.message"></text>
  108. </view>
  109. <button v-if="index < dataList.length - 1" class="swiper-item-button" style="width: 50%;" @click="swiperNext">继
  110. 续</button>
  111. <view v-else class="uni-row" style="width: 100%;">
  112. <button class="swiper-item-button" style="width: 50%;" @click="popupClose">确 定</button>
  113. <text class="swiper-item-noMoreReminders" @click="onNoMoreRemindersClick">不再提醒</text>
  114. </view>
  115. </view>
  116. <!-- 标题 + HTML内容 + 图片(可为空) -->
  117. <view v-if="item.type == 7" class="swiper-item-view uni-column">
  118. <image v-if="item.data.topLogo" class="swiper-item-topLogo"
  119. :style="getImageStyle(item.data.topLogo)" mode="aspectFit" :src="item.data.topLogo.src"></image>
  120. <text class="swiper-item-title" v-html="item.data.title"></text>
  121. <image v-if="item.data.logo" class="swiper-item-logo"
  122. :style="getImageStyle(item.data.logo)" mode="aspectFit" :src="item.data.logo.src"></image>
  123. <text v-if="item.data.logo && item.data.logo.memo" class="swiper-item-logoMemo" v-html="item.data.logo.memo"></text>
  124. <view class="swiper-item-main uni-column uni-jcse">
  125. <view class="swiper-item-content5">
  126. <view v-if="item.data.content" v-html="item.data.content"></view>
  127. <view v-if="item.data.imageList" class="uni-row uni-jcse" style="margin-top: 20px;">
  128. <image v-for="(item, index) in item.data.imageList" :key="index" mode="aspectFit"
  129. :style="getImageStyle(item)" :src="item.src"></image>
  130. </view>
  131. <view v-if="item.data.memo" style="padding-top: 10px;" v-html="item.data.memo"></view>
  132. <view v-if="item.data.pointList" style="margin-top: 15px;">
  133. <view class="uni-row uni-jcsb" style="width: 96%; line-height: 22px;" v-for="(point, index) in item.data.pointList" :key="index">
  134. <view class="uni-row uni-jct" style="width: 80%;">
  135. <!-- <text v-if="point.map" class="nowrap" v-html="point.map + ':'"></text> -->
  136. <text v-if="point.name" class="swiper-item-pointName nowrap" v-html="point.map ? (point.map + ':' + point.name) : point.name"></text>
  137. </view>
  138. <view class="uni-row uni-jcsa" style="width: 20%;" @click="dealNavClick(point)">
  139. <image mode="aspectFit" style="width: 10px; height: 15px;" src="/static/common/nav2.png"></image>
  140. <text class="" style="color: #E60012; font-size: 14px;" >导航</text>
  141. </view>
  142. </view>
  143. </view>
  144. </view>
  145. </view>
  146. <image v-if="item.data.bottomLogo" class="swiper-item-bottomLogo" mode="aspectFit"
  147. :style="getImageStyle(item.data.bottomLogo)" :src="item.data.bottomLogo.src"></image>
  148. <button v-if="index < dataList.length - 1" class="swiper-item-button" @click="swiperNext">继
  149. 续</button>
  150. <button v-else class="swiper-item-button" @click="popupClose">确 定</button>
  151. </view>
  152. <!-- 【兑换地点 - 多点】标题 + 头部图片 + 头部memo + 多点导航列表 + 底部memo -->
  153. <view v-if="item.type == 8" class="swiper-item-view uni-column">
  154. <text class="swiper-item-title" v-html="item.data.title"></text>
  155. <image v-if="item.data.topImg" class="" :style="getImageStyle(item.data.topImg)" mode="aspectFit" :src="item.data.topImg.src"></image>
  156. <view v-if="item.data.topMemo" v-html="item.data.topMemo"></view>
  157. <view class="swiper-item-main uni-column uni-jcse">
  158. <view class="swiper-item-content5">
  159. <view v-if="item.data.content" v-html="item.data.content"></view>
  160. <view class="uni-column uni-jcse" style="margin-top: 20px;">
  161. <view class="uni-row uni-jcsb" style="width: 96%; line-height: 30px;" v-for="(point, index) in item.data.pointList" :key="index">
  162. <view class="uni-row uni-jct" style="width: 80%;">
  163. <!-- <text v-if="point.map" class="nowrap" v-html="point.map + ':'"></text> -->
  164. <text v-if="point.name" class="nowrap" v-html="point.map ? (point.map + ':' + point.name) : point.name"></text>
  165. </view>
  166. <view class="uni-row uni-jcsa" style="width: 20%;" @click="dealNavClick(point)">
  167. <image mode="aspectFit" style="width: 10px; height: 15px;" src="/static/common/nav2.png"></image>
  168. <text class="" style="color: #E60012; font-size: 14px;" >导航</text>
  169. </view>
  170. </view>
  171. </view>
  172. <view v-if="item.data.bottomMemo" style="padding-top: 10px;" v-html="item.data.bottomMemo" @click="dealUrlClick(item.data.bottomMemoUrl)"></view>
  173. </view>
  174. </view>
  175. <button v-if="index < dataList.length - 1" class="swiper-item-button" @click="swiperNext">继
  176. 续</button>
  177. <button v-else class="swiper-item-button" @click="popupClose">确 定</button>
  178. </view>
  179. <!-- 警告 -->
  180. <view v-if="item.type == 9" class="swiper-item-view uni-column">
  181. <text class="swiper-item-title" v-html="item.data.title"></text>
  182. <view class="swiper-item-main uni-column uni-jct">
  183. <view class="uni-row">
  184. <image mode="aspectFit" style="width: 58px; height: 64px; margin: 5px 15px;" :src="item.data.iconUrl"></image>
  185. <text style="margin-right: 5px; font-size: 12px; margin-top: 40px;">x</text>
  186. <text style="font-size: 18px; margin-top: 40px;">{{item.data.iconNum}}</text>
  187. </view>
  188. <text class="swiper-item-warn" v-html="item.data.message"></text>
  189. <image mode="aspectFit" style="width: 100px; height: 100px;" :src="item.data.qrCodeUrl"></image>
  190. </view>
  191. <button v-if="index < dataList.length - 1" class="swiper-item-button" @click="swiperNext">继
  192. 续</button>
  193. <button v-else class="swiper-item-button" @click="popupClose">确 定</button>
  194. </view>
  195. </swiper-item>
  196. </swiper>
  197. </uni-popup>
  198. </template>
  199. <script>
  200. import tools from '/common/tools';
  201. // import {
  202. // teamName
  203. // } from '/common/define';
  204. export default {
  205. name: "my-popup",
  206. props: {
  207. dataList: [{}],
  208. acttime: "", // 活动时间
  209. teamType: {
  210. type: Number,
  211. default: -1
  212. },
  213. config: {
  214. type: Object,
  215. default: () => ({
  216. height: ""
  217. })
  218. }
  219. },
  220. emits: ['popup-close', 'noMoreRemindersClick'],
  221. data() {
  222. return {
  223. swiperCurrent: 0, // swiper当前所在滑块的 index
  224. isOpen: false,
  225. // item: {}
  226. };
  227. },
  228. methods: {
  229. getSwiperStyle() {
  230. let styleStr = "";
  231. if (this.config.height != undefined && this.config.height != "") {
  232. styleStr += `height: ${this.config.height};`;
  233. // console.log("[getSwiperStyle] style:", styleStr);
  234. }
  235. return styleStr;
  236. },
  237. //当前轮播索引
  238. swiperChange(e) {
  239. const curIndex = e.detail.current;
  240. // console.log("swiperChange", curIndex, this.swiperCurrent);
  241. this.swiperCurrent = curIndex;
  242. },
  243. swiperNext() {
  244. this.swiperCurrent++;
  245. },
  246. popupOpen() {
  247. if (this.dataList.length == 0) {
  248. console.log("[popupOpen] dataList为空,禁止弹窗");
  249. return;
  250. }
  251. this.swiperCurrent = 0;
  252. this.$refs.popup.open();
  253. this.isOpen = true;
  254. },
  255. popupClose() {
  256. this.$refs.popup.close();
  257. this.isOpen = false;
  258. this.$emit('popup-close');
  259. },
  260. fmtTime(timestamp, type = 2) {
  261. return tools.timestampToTime(timestamp * 1000, type);
  262. },
  263. dealNavClick(navPoint) {
  264. const url =
  265. `action://to_map_app?title=${navPoint.name}&latitude=${navPoint.latitude}&longitude=${navPoint.longitude}`;
  266. // window.location.href = url;
  267. tools.appAction(url);
  268. },
  269. dealUrlClick(url) {
  270. if (url != undefined && url.length > 0) {
  271. tools.appAction(url);
  272. }
  273. },
  274. getImageStyle(item) {
  275. let styleStr = "";
  276. let width = "90px";
  277. let height = "90px";
  278. if (item != undefined && item.width != undefined) {
  279. width = item.width;
  280. }
  281. if (item != undefined && item.height != undefined) {
  282. height = item.height;
  283. }
  284. // const width = item.width ?? "90px";
  285. // const height = item.height ?? "90px";
  286. styleStr = `width: ${width}; height: ${height};`;
  287. return styleStr;
  288. },
  289. getImageStyle2(item) {
  290. let styleStr = "";
  291. let height = "237px";
  292. if (item != undefined && item.height != undefined) {
  293. height = item.height;
  294. }
  295. styleStr = `height: ${height}; margin-top: 15px; margin-bottom: 25px;`;
  296. return styleStr;
  297. },
  298. getSponsorsLogoStyle(bgurl) {
  299. return `background-image: url("${bgurl}")`;
  300. },
  301. onNoMoreRemindersClick() {
  302. this.$emit('noMoreRemindersClick');
  303. },
  304. // getTeamName(teamType, teamIndex) {
  305. // return teamName[teamType][teamIndex];
  306. // },
  307. // onItemClick(item) {
  308. // this.data.item = item
  309. // this.$emit('my-combo-list-click', this.data);
  310. // }
  311. }
  312. }
  313. </script>
  314. <style lang="scss" scoped>
  315. .swiper {
  316. width: 90vw;
  317. height: 439px;
  318. background-color: #FEFBF6;
  319. border-radius: 25px;
  320. }
  321. ::v-deep uni-swiper-item {
  322. overflow: auto;
  323. }
  324. .swiper-item-view {
  325. // min-height: 95%;
  326. min-height: 94.3%;
  327. padding-top: 25px;
  328. overflow: auto;
  329. flex-grow: 1;
  330. // justify-content: space-between;
  331. }
  332. .swiper-item-view-bg {
  333. background-image: url("/static/backgroud/top_colorbar.png"), url("/static/backgroud/oval.png");
  334. background-repeat: no-repeat;
  335. background-position-x: center;
  336. background-position-y: 75px, 190px;
  337. background-size: 80%, 70%;
  338. }
  339. .swiper-item-view-bg2 {
  340. // background-image: url("/static/backgroud/oval.png");
  341. // background-repeat: no-repeat;
  342. // background-position-x: center;
  343. // background-position-y: 198px;
  344. // background-size: 66%;
  345. }
  346. .swiper-item-topLogo {
  347. width: 100px;
  348. height: 100px;
  349. margin-bottom: 18px;
  350. }
  351. .swiper-item-logo {
  352. width: 100px;
  353. height: 100px;
  354. margin-bottom: 5px;
  355. }
  356. .swiper-item-logoMemo {
  357. font-size: 14px;
  358. color: #FF870E;
  359. margin-bottom: 10px;
  360. }
  361. .swiper-item-bottomLogo {
  362. width: 100px;
  363. height: 100px;
  364. margin-bottom: 30px;
  365. }
  366. .swiper-item-title {
  367. margin-bottom: 10px;
  368. color: #333333;
  369. font-size: 20px;
  370. font-weight: 550;
  371. }
  372. .swiper-item-main {
  373. width: 100%;
  374. flex-grow: 1;
  375. }
  376. .swiper-item-image {
  377. height: 150px;
  378. }
  379. .swiper-item-image2 {
  380. height: 110px;
  381. // margin-top: 5px;
  382. }
  383. .swiper-item-time {
  384. height: 33px;
  385. margin-top: 10px;
  386. padding: 0 25px;
  387. justify-content: space-evenly;
  388. background-color: white;
  389. border: 0.5px solid;
  390. border-color: #e7e7e7;
  391. border-radius: 20px;
  392. box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
  393. }
  394. .swiper-item-content {
  395. width: 80%;
  396. margin-top: 15px;
  397. margin-bottom: 30px;
  398. justify-content: start;
  399. flex-grow: 1;
  400. color: #333333;
  401. font-weight: 400;
  402. }
  403. .swiper-item-content2 {
  404. width: 80%;
  405. margin-top: 60px;
  406. margin-bottom: 10px;
  407. // justify-content: center;
  408. text-align: center;
  409. color: #333333;
  410. font-size: 13px;
  411. line-height: 40px;
  412. flex-grow: 1;
  413. }
  414. .swiper-item-content3 {
  415. width: 80%;
  416. // margin-top: 5px;
  417. color: #333333;
  418. font-weight: 400;
  419. text-align: center;
  420. }
  421. .swiper-item-content4 {
  422. // width: 80%;
  423. text-align: center;
  424. color: #333333;
  425. font-size: 12px;
  426. font-weight: 400;
  427. }
  428. .swiper-item-content5 {
  429. width: 80%;
  430. flex-grow: 1;
  431. color: #333333;
  432. font-size: 13px;
  433. font-weight: 400;
  434. line-height: 20px;
  435. overflow-y: scroll;
  436. }
  437. .swiper-item-pointName {
  438. font-size: 13px;
  439. font-weight: 500;
  440. color: #333333;
  441. }
  442. .swiper-item-couponNum {
  443. font-size: 16px;
  444. font-weight: 500;
  445. color: #383838;
  446. }
  447. .swiper-item-desc {
  448. width: 80%;
  449. font-size: 12px;
  450. font-weight: 400;
  451. color: #818181;
  452. }
  453. ::v-deep li {
  454. margin-bottom: 5px;
  455. }
  456. .swiper-item-message {
  457. width: 80%;
  458. margin-top: 10px;
  459. margin-bottom: 10px;
  460. // justify-content: center;
  461. text-align: left;
  462. color: #333333;
  463. font-size: 13px;
  464. font-weight: 400;
  465. line-height: 20px;
  466. flex-grow: 1;
  467. }
  468. .swiper-item-warn {
  469. width: 80%;
  470. margin-top: 10px;
  471. margin-bottom: 10px;
  472. // justify-content: center;
  473. text-align: left;
  474. color: #333333;
  475. font-size: 13px;
  476. font-weight: 400;
  477. line-height: 20px;
  478. // flex-grow: 1;
  479. }
  480. .swiper-item-button {
  481. width: 80%;
  482. height: 38px;
  483. margin-bottom: 25px;
  484. color: #ffffff;
  485. /* font-weight: bold; */
  486. line-height: 38px;
  487. background-color: #2e85ec;
  488. border-radius: 27px;
  489. }
  490. .swiper-item-button2 {
  491. width: 50%;
  492. height: 38px;
  493. margin-bottom: 25px;
  494. color: #ffffff;
  495. /* font-weight: bold; */
  496. line-height: 38px;
  497. background-color: #2e85ec;
  498. border-radius: 27px;
  499. }
  500. .swiper-item-noMoreReminders {
  501. position: absolute;
  502. right: 10px;
  503. width: 80px;
  504. font-size: 12px;
  505. margin-bottom: 25px;
  506. text-align: center;
  507. text-decoration: underline;
  508. }
  509. .acttime {
  510. font-weight: 550;
  511. color: #333333;
  512. font-size: 15px;
  513. }
  514. .clock {
  515. width: 15px;
  516. height: 15px;
  517. margin-right: 10px;
  518. }
  519. .introduce-content {
  520. color: #333333;
  521. font-size: 13px;
  522. font-weight: 400;
  523. line-height: 20px;
  524. flex-grow: 1;
  525. }
  526. .nowrap {
  527. white-space: nowrap;
  528. overflow: hidden;
  529. text-overflow: ellipsis;
  530. }
  531. .sponsorsLogo {
  532. position: absolute;
  533. width: 120px;
  534. // width: 75px;
  535. height: 75px;
  536. left: 18px;
  537. top: 8px;
  538. background-position-x: left;
  539. background-position-y: center;
  540. background-repeat: no-repeat;
  541. background-size: contain;
  542. // background-size: 100% auto;
  543. }
  544. ::v-deep .uni-swiper-dots-horizontal {
  545. bottom: 75px;
  546. }
  547. // ::v-deep .uni-swiper-dot-active {
  548. // background: #ff870e !important;
  549. // }
  550. </style>