latestGroupBuying.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829
  1. <template>
  2. <view class="index-product-wrapper" :class="iSshowH ? 'on' : ''" :style="'margin-top:' + mbConfig * 2 + 'rpx;'"
  3. v-show="!isSortType">
  4. <!-- <view v-if="iSshowH">
  5. <u-tabs :list="navigationList2" @click="clickNav" lineColor="#EB4C63" :inactiveStyle="{ color: '#333' }"
  6. :activeStyle="{ color: '#EB4C63', fontWeight: 'bold' }" keyName="title"></u-tabs>
  7. </view> -->
  8. <!-- 拼团列表 -->
  9. <view class="list-box animated" v-for="(e, index) in grouponData" :key="index">
  10. <view class="group_3 flex-col">
  11. <view class="tag_1 flex-col"><text class="text_6">1/{{e.slideshowTotal}}</text></view>
  12. </view>
  13. <view class="group_4 flex-row justify-between">
  14. <view class="list_2 flex-row">
  15. <text class="text_7">共{{e.goodsTotal}}个</text>
  16. <view class="text-wrapper_3 flex-col" :style="{background: `url(${item})` }" v-for="(item, index) in e.goodsImage"
  17. :key="index">
  18. <!-- <text v-if="item.slot1 === 1" class="text_7">共{{e.goodsTotal}}个</text> -->
  19. </view>
  20. </view>
  21. <image class="icon_3" referrerpolicy="no-referrer"
  22. src="https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng43c9bddd58dafb36d3ce5b36c34486c9694a6980d5e540a7cc44681e1dcdf27e" />
  23. </view>
  24. <view class="box_3 flex-row justify-between">
  25. <view class="text-group_11 flex-col" @click="goToDetail(e.id)">
  26. <view class="text-wrapper_4">
  27. <text class="text_8">¥</text>
  28. <text class="text_9">{{e.minPrice}}</text>
  29. <text class="text_10">&nbsp;~</text>
  30. <text class="text_8">¥</text>
  31. <text class="text_9">{{e.maxPrice}}</text>
  32. </view>
  33. <text class="text_13">{{e.mainTitle}}</text>
  34. </view>
  35. <image class="icon_4" referrerpolicy="no-referrer"
  36. src="https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng499c106363c358efd4037e2befc671bc45b9a692931f8fbeb07dd342f420f04b" />
  37. </view>
  38. <view class="group_6 flex-row">
  39. <image class="avatar-group_1" referrerpolicy="no-referrer"
  40. src="https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng7e7f268c1ab4f8f9a61bfb41d7843a8514aedf1d4312678cfd24c9cb23c6cc6c" />
  41. <text class="text_14">{{e.grouponUserTotal}}人</text>
  42. <text class="text_15">正在参团中</text>
  43. <view class="image-text_11 flex-row justify-between">
  44. <image class="icon_5" referrerpolicy="no-referrer"
  45. src="https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng706a577ce54d1457bbf9ef4cc7ce31fcb9c54a60410c9a945cae1617c3df7640" />
  46. <text class="text-group_4">截止倒计时</text>
  47. <!-- <text class="text_16">02时25分19秒</text> -->
  48. <text class="text_16">
  49. <!-- <uni-countdown :show-day="false" :hour="{{e.h}}" :minute="{{e.m}}" :second="{{e.s}}" /> -->
  50. <!-- <uni-countdown :show-day="false" :hour="12" :minute="12" :second="12" /> -->
  51. <uni-countdown :day="1" :hour="1" :minute="12" :second="40"></uni-countdown>
  52. </text>
  53. </view>
  54. </view>
  55. <view class="group_7 flex-row justify-between">
  56. <view class="text-group_12 flex-col">
  57. <text class="text_17">最近的自提网点:</text>
  58. <text class="text_18">{{e.selfTake.name}}</text>
  59. </view>
  60. <view class="image-text_12 flex-col">
  61. <image class="icon_6" referrerpolicy="no-referrer"
  62. src="https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng6c7bfe951de28c68cbf7532beec94d0a16e2ea6d81efa80933eed9ece8207578" />
  63. <text class="text-group_6">距您{{e.distance}}km</text>
  64. </view>
  65. </view>
  66. <view class="box_4 flex-row">
  67. <view class="image-text_13 flex-row justify-between">
  68. <image class="icon_7" referrerpolicy="no-referrer"
  69. src="https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng716260d376f718135006e01ff6d283c78abdf5a5c88debf66a7f6aa59347d81c" />
  70. <text class="text-group_7">发布于:</text>
  71. </view>
  72. <text class="text_19">{{e.publishTimeDesc}}</text>
  73. <view class="image-text_14 flex-row justify-between">
  74. <text class="text-group_8">{{e.views}}人浏览过</text>
  75. <image class="icon_8" referrerpolicy="no-referrer"
  76. src="https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngcb2a14d093472b69f7328957e43efe5af8e4e9d3bfdec5ebeaddd131fe2ce146" />
  77. </view>
  78. </view>
  79. <view class="box_5 flex-row justify-between">
  80. <button style="margin-right: 10px;" class="button_1 flex-col" @click="onClick_1">
  81. <view class="image-text_15 flex-row justify-between">
  82. <image class="icon_9" referrerpolicy="no-referrer"
  83. src="https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngeff379ed5981aae0768e31361dd255e6fd280a8e0444636ef6781a86700d6200" />
  84. <text class="text-group_9">分享有礼</text>
  85. </view>
  86. </button>
  87. <button class="button_2 flex-col" @click="onClick_2">
  88. <view class="image-text_16 flex-row justify-between">
  89. <image class="icon_10" referrerpolicy="no-referrer"
  90. src="https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPnga2ee500afc9334850f677b98772ecc4d50879b30e30bf08525190662f767a78a" />
  91. <text class="text-group_10">立即下单</text>
  92. </view>
  93. </button>
  94. </view>
  95. </view>
  96. </view>
  97. </template>
  98. <script>
  99. import { getGoodsInfo, getCategoryTwo } from '@/api/home.js'
  100. import {latestGroupon, historyGroupon, detailGroupon, goodsDetail} from '@/api/groupon.js'
  101. export default {
  102. name: 'promotionList',
  103. props: {
  104. dataConfig: {
  105. type: Object,
  106. default: () => { }
  107. },
  108. positionInfo: {
  109. type: Object,
  110. default: () => { }
  111. },
  112. tempArr: {
  113. type: Array,
  114. default: []
  115. },
  116. iSshowH: {
  117. type: Boolean,
  118. default: false
  119. },
  120. isSortType: {
  121. type: String | Number,
  122. default: 0
  123. },
  124. currentId: {
  125. type: String | Number,
  126. default: 0
  127. }
  128. },
  129. watch: {
  130. currentId () {
  131. this.onLoadData(this.currentId);
  132. }
  133. },
  134. data () {
  135. return {
  136. navigationList2: [],
  137. ProductNavindex: 0,
  138. explosiveMoney: [
  139. {
  140. "chiild": [
  141. {
  142. "title": "标题",
  143. "val": "首发新品",
  144. "max": 4,
  145. "pla": "选填,不超过四个字"
  146. },
  147. {
  148. "title": "简介",
  149. "val": "最新出炉",
  150. "max": 4,
  151. "pla": "选填,不超过四个字"
  152. }
  153. ],
  154. "link": {
  155. "title": "链接",
  156. "activeVal": 3,
  157. "optiops": [
  158. {
  159. "type": 0,
  160. "value": 1,
  161. "label": "精品推荐"
  162. },
  163. {
  164. "type": 1,
  165. "value": 2,
  166. "label": "热门榜单"
  167. },
  168. {
  169. "type": 2,
  170. "value": 3,
  171. "label": "首发新品"
  172. },
  173. {
  174. "type": 3,
  175. "value": 4,
  176. "label": "促销单品"
  177. }
  178. ]
  179. }
  180. },
  181. {
  182. "chiild": [
  183. {
  184. "title": "标题",
  185. "val": "精品推荐",
  186. "max": 4,
  187. "pla": "选填,不超过四个字"
  188. },
  189. {
  190. "title": "简介",
  191. "val": "猜你喜欢",
  192. "max": 4,
  193. "pla": "选填,不超过四个字"
  194. }
  195. ],
  196. "link": {
  197. "title": "链接",
  198. "activeVal": 1,
  199. "optiops": [
  200. {
  201. "type": 0,
  202. "value": 1,
  203. "label": "精品推荐"
  204. },
  205. {
  206. "type": 1,
  207. "value": 2,
  208. "label": "热门榜单"
  209. },
  210. {
  211. "type": 2,
  212. "value": 3,
  213. "label": "首发新品"
  214. },
  215. {
  216. "type": 3,
  217. "value": 4,
  218. "label": "促销单品"
  219. }
  220. ]
  221. }
  222. },
  223. {
  224. "chiild": [
  225. {
  226. "title": "标题",
  227. "val": "热门榜单",
  228. "max": 4,
  229. "pla": "选填,不超过四个字"
  230. },
  231. {
  232. "title": "简介",
  233. "val": "好评如云",
  234. "max": 4,
  235. "pla": "选填,不超过四个字"
  236. }
  237. ],
  238. "link": {
  239. "title": "链接",
  240. "activeVal": 2,
  241. "optiops": [
  242. {
  243. "type": 0,
  244. "value": 1,
  245. "label": "精品推荐"
  246. },
  247. {
  248. "type": 1,
  249. "value": 2,
  250. "label": "热门榜单"
  251. },
  252. {
  253. "type": 2,
  254. "value": 3,
  255. "label": "首发新品"
  256. },
  257. {
  258. "type": 3,
  259. "value": 4,
  260. "label": "促销单品"
  261. }
  262. ]
  263. }
  264. },
  265. {
  266. "chiild": [
  267. {
  268. "title": "标题",
  269. "val": "促销单品",
  270. "max": 4,
  271. "pla": "选填,不超过四个字"
  272. },
  273. {
  274. "title": "简介",
  275. "val": "多买多销",
  276. "max": 4,
  277. "pla": "选填,不超过四个字"
  278. }
  279. ],
  280. "link": {
  281. "title": "链接",
  282. "activeVal": 4,
  283. "optiops": [
  284. {
  285. "type": 0,
  286. "value": 1,
  287. "label": "精品推荐"
  288. },
  289. {
  290. "type": 1,
  291. "value": 2,
  292. "label": "热门榜单"
  293. },
  294. {
  295. "type": 2,
  296. "value": 3,
  297. "label": "首发新品"
  298. },
  299. {
  300. "type": 3,
  301. "value": 4,
  302. "label": "促销单品"
  303. }
  304. ]
  305. }
  306. }
  307. ],
  308. numConfig: 9,
  309. // imgStyle: this.dataConfig.imgStyle.type,
  310. mbConfig: 0,
  311. themeColor: "rgba(29,176,252,1)",
  312. titleShow: true, //标题是否显示
  313. opriceShow: true, //原价是否显示
  314. priceShow: true, //价格是否显示
  315. couponShow: true,//优惠券标签是否显示
  316. titleConfig: 2, //标题位置
  317. fontColor: "rgba(253,80,47,1)",
  318. labelColor: "rgba(29,176,252,1)",
  319. typeId: '',
  320. grouponData:[],
  321. };
  322. },
  323. created () {
  324. this.onLoadData(this.currentId);
  325. },
  326. methods: {
  327. goToDetail(id){
  328. uni.navigateTo({
  329. url: `/pages/groupbuying_details/index?id=${id}`
  330. })
  331. },
  332. onLoadData(currentId) {
  333. // 最新团购
  334. if (currentId == 0) {
  335. this.getLatestGroupon()
  336. }
  337. // 历史团购
  338. if (currentId == 1) {
  339. this.getHistoryGroupon()
  340. }
  341. },
  342. getLatestGroupon() {
  343. let that = this;
  344. latestGroupon({
  345. current: 1,
  346. size: 1,
  347. longitude: that.positionInfo.longitude,
  348. latitude: that.positionInfo.latitude
  349. }).then(res => {
  350. this.grouponData = res.data.records;
  351. console.log(this.grouponData)
  352. })
  353. },
  354. getHistoryGroupon() {
  355. let that = this;
  356. historyGroupon({
  357. current: 1,
  358. size: 1,
  359. longitude: that.positionInfo.longitude,
  360. latitude: that.positionInfo.latitude
  361. }).then(res => {
  362. that.grouponData = res.data.records;
  363. })
  364. },
  365. clickNav (e) {
  366. this.typeId = e.id
  367. this.getGoodsPage(e.id)
  368. },
  369. getCategoryTwo (Id) {
  370. getCategoryTwo({
  371. parentId: Id
  372. }).then(res => {
  373. this.navigationList2 = res.data
  374. if (res.data.length > 0) {
  375. this.getGoodsPage(res.data[0].id)
  376. }
  377. })
  378. },
  379. getGoodsPage (typeId) {
  380. uni.showLoading({ title: '商品加载中' });
  381. getGoodsInfo({
  382. zoneType: 3,
  383. goodsCategoryId: this.typeId,
  384. current: 1,
  385. size: 100
  386. }).then(res => {
  387. this.tempArr = []
  388. this.tempArr = res.data
  389. uni.hideLoading();
  390. uni.stopPullDownRefresh()
  391. })
  392. },
  393. // 首发新品切换
  394. ProductNavTab (type, index) {
  395. this.ProductNavindex = index;
  396. this.$emit('changeTab', type);
  397. },
  398. goDetail (item) {
  399. this.$emit('detail', item);
  400. }
  401. }
  402. }
  403. </script>
  404. <style lang="scss">
  405. .list-box{
  406. background: white;
  407. padding-bottom: 20px;
  408. }
  409. .index-product-wrapper {
  410. &.on {
  411. min-height: 1050rpx;
  412. }
  413. .nav-bd {
  414. display: flex;
  415. align-items: center;
  416. margin-top: 30rpx;
  417. .item {
  418. display: flex;
  419. flex-direction: column;
  420. align-items: center;
  421. justify-content: center;
  422. width: 25%;
  423. &.on {
  424. border-radius: 0;
  425. }
  426. .txt {
  427. font-size: 32rpx;
  428. color: #282828;
  429. }
  430. .label {
  431. display: flex;
  432. align-items: center;
  433. justify-content: center;
  434. width: 124rpx;
  435. height: 32rpx;
  436. margin-top: 5rpx;
  437. font-size: 24rpx;
  438. color: #999;
  439. border-radius: 16rpx;
  440. }
  441. }
  442. }
  443. }
  444. .block_3 {
  445. background-color: rgba(255, 255, 255, 1);
  446. margin-top: -1px;
  447. padding-bottom: 12px;
  448. }
  449. .group_3 {
  450. margin-bottom: 10px;
  451. background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/e4f54c9cff7742e682c0d3f8f3808993_mergeImage.png);
  452. background-size: 100% 100%;
  453. height: 190px;
  454. width: 100%;
  455. }
  456. .tag_1 {
  457. height: 18px;
  458. margin: 10px;
  459. background-color: rgba(0, 0, 0, 0.3);
  460. border-radius: 6px;
  461. padding: 1px 6px 1px 6px;
  462. }
  463. .text_6 {
  464. overflow-wrap: break-word;
  465. color: rgba(255, 255, 255, 1);
  466. font-size: 10px;
  467. font-weight: NaN;
  468. text-align: center;
  469. white-space: nowrap;
  470. line-height: 14px;
  471. }
  472. .group_4 {
  473. overflow-wrap: break-word;
  474. color: rgba(255, 150, 0, 1);
  475. font-size: 10px;
  476. font-weight: NaN;
  477. text-align: left;
  478. white-space: nowrap;
  479. line-height: 14px;
  480. }
  481. .list_2 {
  482. width: 100%;
  483. height: 62px;
  484. }
  485. .text-wrapper_3 {
  486. height: 52px;
  487. background-size: 100% 100%;
  488. margin-right: 8px;
  489. width: 49px;
  490. background: linear-gradient(90deg, #FFE9E9 0%, #FAFAFA 100%);
  491. }
  492. .text_7 {
  493. line-height: 62px;
  494. overflow-wrap: break-word;
  495. color: rgba(102, 102, 102, 1);
  496. font-size: 10px;
  497. text-align: left;
  498. white-space: nowrap;
  499. }
  500. .icon_3 {
  501. width: 12px;
  502. height: 12px;
  503. margin: 25px 0 25px 0;
  504. }
  505. .box_3 {
  506. width: 100%;
  507. align-self: center;
  508. margin-top: 4px;
  509. padding: 0 10px;
  510. }
  511. .text-group_11 {
  512. flex-direction: column;
  513. }
  514. .text-wrapper_4 {
  515. height: 24px;
  516. margin-bottom: 10px;
  517. overflow-wrap: break-word;
  518. letter-spacing: 0.20000000298023224px;
  519. font-family: PingFangSC-Medium;
  520. font-weight: 500;
  521. text-align: left;
  522. line-height: 24px;
  523. }
  524. .text_8 {
  525. overflow-wrap: break-word;
  526. color: rgba(178, 35, 56, 1);
  527. font-size: 12px;
  528. font-family: PingFangSC-Medium;
  529. font-weight: 500;
  530. text-align: left;
  531. line-height: 24px;
  532. }
  533. .text_9 {
  534. overflow-wrap: break-word;
  535. color: rgba(178, 35, 56, 1);
  536. font-size: 18px;
  537. font-family: DINAlternate-Bold;
  538. font-weight: 700;
  539. text-align: left;
  540. white-space: nowrap;
  541. line-height: 24px;
  542. }
  543. .text_10 {
  544. overflow-wrap: break-word;
  545. color: rgba(178, 35, 56, 1);
  546. font-size: 17px;
  547. font-family: DINAlternate-Bold;
  548. font-weight: 700;
  549. text-align: left;
  550. white-space: nowrap;
  551. line-height: 24px;
  552. }
  553. .text_11 {
  554. width: 64px;
  555. margin: 3px 0 3px 54px;
  556. }
  557. .text_12 {}
  558. .text_13 {
  559. width: 100%;
  560. }
  561. .icon_4 {
  562. width: 12px;
  563. height: 12px;
  564. margin: 33px 0 5px 0;
  565. }
  566. .group_6 {
  567. box-sizing: border-box;
  568. background-color: rgba(255,247,248,1.000000);
  569. border-radius: 6px;
  570. width: 100%;
  571. height: 25px;
  572. line-height: 25px;
  573. align-self: center;
  574. margin-top: 8px;
  575. padding: 0 10px;
  576. flex-direction: row;
  577. display: flex;
  578. border:1px solid dashed;
  579. margin-bottom: 5px;
  580. }
  581. .avatar-group_1 {
  582. width: 50px;
  583. height: 20px;
  584. }
  585. .text_14 {
  586. }
  587. .text_15 {
  588. }
  589. .image-text_11 {
  590. flex-grow: 1;
  591. }
  592. .icon_5 {
  593. width: 12px;
  594. height: 12px;
  595. margin: 1px 0 1px 0;
  596. }
  597. .text-group_4 {
  598. overflow-wrap: break-word;
  599. color: rgba(255, 150, 0, 1);
  600. }
  601. .text_16 {
  602. }
  603. .group_7 {
  604. overflow-wrap: break-word;
  605. color: rgba(153, 153, 153, 1);
  606. font-size: 12px;
  607. font-weight: NaN;
  608. text-align: center;
  609. white-space: nowrap;
  610. line-height: 22px;
  611. height: 55px;
  612. padding:10px;
  613. margin-bottom: 10px;
  614. background: rgb(255,247,248);
  615. border:1px solid dashed;
  616. }
  617. .text-group_12 {
  618. flex-direction: column;
  619. }
  620. .text_17 {
  621. overflow-wrap: break-word;
  622. color: rgba(102, 102, 102, 1);
  623. font-size: 10px;
  624. font-weight: NaN;
  625. text-align: left;
  626. white-space: nowrap;
  627. line-height: 18px;
  628. margin: 0 89px 0 1px;
  629. }
  630. .text_18 {
  631. overflow-wrap: break-word;
  632. color: rgba(178, 35, 56, 1);
  633. font-size: 10px;
  634. font-family: PingFangSC-Medium;
  635. font-weight: 500;
  636. text-align: left;
  637. white-space: nowrap;
  638. line-height: 16px;
  639. margin-top: 2px;
  640. }
  641. .image-text_12 {}
  642. .icon_6 {
  643. width: 14px;
  644. height: 14px;
  645. margin: 0 16px 0 17px;
  646. }
  647. .text-group_6 {
  648. overflow-wrap: break-word;
  649. color: rgba(102, 102, 102, 1);
  650. font-size: 10px;
  651. font-weight: NaN;
  652. text-align: left;
  653. white-space: nowrap;
  654. line-height: 18px;
  655. margin-top: 4px;
  656. }
  657. .box_4 {
  658. width: 100%;
  659. align-self: center;
  660. margin-top: 8px;
  661. padding: 0 10px;
  662. }
  663. .image-text_13 {
  664. }
  665. .icon_7 {
  666. width: 14px;
  667. height: 14px;
  668. margin: 4px 0 4px 0;
  669. }
  670. .text-group_7 {
  671. overflow-wrap: break-word;
  672. color: rgba(153, 153, 153, 1);
  673. font-size: 12px;
  674. font-weight: NaN;
  675. text-align: center;
  676. white-space: nowrap;
  677. line-height: 22px;
  678. }
  679. .text_19 {
  680. overflow-wrap: break-word;
  681. color: rgba(51, 51, 51, 1);
  682. font-size: 12px;
  683. font-weight: NaN;
  684. text-align: left;
  685. white-space: nowrap;
  686. line-height: 22px;
  687. }
  688. .image-text_14 {
  689. margin-left: 20px;
  690. }
  691. .text-group_8 {
  692. overflow-wrap: break-word;
  693. color: rgba(153, 153, 153, 1);
  694. font-size: 12px;
  695. font-weight: NaN;
  696. text-align: center;
  697. white-space: nowrap;
  698. line-height: 22px;
  699. }
  700. .icon_8 {
  701. width: 14px;
  702. height: 14px;
  703. margin: 4px 0 4px 0;
  704. }
  705. .box_5 {
  706. width: 100%;
  707. align-self: center;
  708. margin-top: 12px;
  709. padding: 0 10px;
  710. }
  711. .button_1 {
  712. background-color: rgba(241, 248, 229, 1);
  713. border-radius: 4px;
  714. padding: 6px 47px 6px 47px;
  715. }
  716. .image-text_15 {
  717. width: 70px;
  718. }
  719. .icon_9 {
  720. width: 14px;
  721. height: 14px;
  722. margin: 2px 0 2px 0;
  723. }
  724. .text-group_9 {
  725. overflow-wrap: break-word;
  726. color: rgba(117, 190, 0, 1);
  727. font-size: 12px;
  728. font-weight: NaN;
  729. text-align: center;
  730. white-space: nowrap;
  731. line-height: 18px;
  732. }
  733. .button_2 {
  734. background-color: rgba(247, 233, 235, 1);
  735. border-radius: 4px;
  736. padding: 6px 47px 6px 47px;
  737. }
  738. .image-text_16 { color: rgba(178,35,56,1);
  739. }
  740. .icon_10 {
  741. width: 14px;
  742. height: 14px;
  743. margin: 2px 0 2px 0;
  744. }
  745. .text-group_10 {
  746. overflow-wrap: break-word;
  747. color: rgba(178, 35, 56, 1);
  748. font-size: 12px;
  749. font-weight: NaN;
  750. text-align: center;
  751. white-space: nowrap;
  752. line-height: 18px;
  753. }
  754. .flex-row,
  755. .flex-col {
  756. display: flex;
  757. }</style>