index.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835
  1. <template>
  2. <view :style="colorStyle">
  3. <form @submit="formSubmit">
  4. <view class='addAddress'>
  5. <view class='list'>
  6. <view class='item acea-row row-between-wrapper'>
  7. <view class='name'>主标题</view>
  8. <input type='text' placeholder='请填写主标题' name='mainTitle' :value="grouponReqData.mainTitle"
  9. placeholder-class='placeholder'></input>
  10. </view>
  11. <view class='item acea-row row-between-wrapper'>
  12. <view class='name'>副标题</view>
  13. <input type='text' placeholder='请填写副标题' name="subTitle" :value='grouponReqData.subTitle'
  14. placeholder-class='placeholder'></input>
  15. </view>
  16. </view>
  17. <view class="list" style="margin-top:50rpx;">
  18. <view class="title">
  19. 团购商品
  20. </view>
  21. <view class='item acea-row row-between-wrapper'>
  22. <view class='name'>团购时间</view>
  23. <view @click="show1 = true">
  24. <uni-datetime-picker @change="confirmDate1" v-model="datetimerange1" type="datetimerange"
  25. rangeSeparator="至">
  26. <input placeholder='请选择团购时间' disabled :value='grouponDateTime' placeholder-class='placeholder'></input>
  27. </uni-datetime-picker>
  28. </view>
  29. </view>
  30. <view class='item acea-row row-between-wrapper'>
  31. <view class='name'>提货时间</view>
  32. <view @click="show2 = true">
  33. <uni-datetime-picker @change="confirmDate2" v-model="datetimerange2" type="datetimerange"
  34. rangeSeparator="至">
  35. <input placeholder='请选择提货时间' disabled :value='takeDateTime' placeholder-class='placeholder'></input>
  36. </uni-datetime-picker>
  37. </view>
  38. <!-- <u-datetime-picker @confirm="dateConfirmDate2()" :show="show2" v-model="value1"
  39. mode="datetimerange"></u-datetime-picker> -->
  40. </view>
  41. <view class='item acea-row row-between-wrapper'>
  42. <view class='name'>自提点</view>
  43. <view @click="openSelfTakeTable()">
  44. <input type='text' placeholder='请选择提自提点' disabled v-model="ztd"
  45. placeholder-class='placeholder'></input>
  46. </view>
  47. </view>
  48. </view>
  49. <view class="list select-list" v-if="selectGoodList.length > 0">
  50. <view class="title">
  51. 团购商品
  52. </view>
  53. <view class="all-products-body " v-for="(itemn, indexn) in selectGoodList" :key="indexn">
  54. <view class="all-products-item">
  55. <image :src='itemn.goodsCover' v-if="itemn.goodsCover"></image>
  56. <image src="/static/images/sort-img.png" v-else></image>
  57. <view class="all-products-item-content">
  58. <view class="all-products-item-content-t">
  59. {{ itemn.goodsName }}
  60. </view>
  61. <view class="all-products-item-content-b">
  62. <view class="" style="display:flex; flex-grow: 1;">
  63. <text class="red "> ¥{{itemn.salePrice}}</text>
  64. <!-- <input class="red redInput " type="digit" v-model="itemn.salePrice" />-->
  65. </view>
  66. <view @click="delItem(itemn,indexn)" class="count">
  67. <image
  68. src="http://www.gzzzyd.com/groupon/home_slices/错误@2x.png"
  69. mode="scaleToFill"
  70. />
  71. </view>
  72. <view>
  73. </view>
  74. </view>
  75. </view>
  76. </view>
  77. </view>
  78. </view>
  79. <button class="button_1 flex-col justify-center" @click="addGood">
  80. <text class="text_15">添加商品</text>
  81. </button>
  82. <button class='keepBnt' form-type="submit">保存并提交</button>
  83. </view>
  84. </form>
  85. <!-- #ifdef MP -->
  86. <!-- <authorize @onLoadFun="onLoadFun" :isAuto="isAuto" :isShowAuth="isShowAuth" @authColse="authColse"></authorize> -->
  87. <!-- #endif -->
  88. <!-- #ifndef MP -->
  89. <home></home>
  90. <!-- #endif -->
  91. <u-popup :show="addGoodPopupShow" @close="close" @open="">
  92. <view>
  93. <view class="XPng flex-row justify-end">
  94. <view class="image-box " @click="close">
  95. <image src="/static/images/X.png" ></image>
  96. </view>
  97. </view>
  98. <publish_good_list ref="publish_good_list" ></publish_good_list>
  99. </view>
  100. </u-popup>
  101. <u-popup :show="selfTakeShow" @close="selfTakeShow = false">
  102. <view class="box_3 flex-col">
  103. <view class="flex-row justify-between">
  104. <text class="icon_2" @click="closeFalse()">取消</text>
  105. <text class="icon_2" @click="closeTrue()">确定</text>
  106. </view>
  107. <text class="text_25">选择自提点</text>
  108. <scroll-view scroll-y="true" class="scroll-y">
  109. <view class="list_1 flex-col">
  110. <view @click="clickSelfTake(item,index)"
  111. class="list-items_1 flex-row"
  112. v-for="(item, index) in selfTakeList"
  113. :key="index">
  114. <view class="flex-col justify-center">
  115. <view v-if="item.addressTrue" class="image-view">
  116. <image class="image" src="/static/images/v.png"></image>
  117. </view>
  118. <view v-else class="image-view " >
  119. <image class="image" src="/static/images/o.png"></image>
  120. </view>
  121. </view>
  122. <view class="dataGroup">
  123. <view class="group_14 flex-row justify-between">
  124. <view class="flex-col">
  125. <text class="text_26" >{{item.name}}</text>
  126. <text class="text_27" >{{item.address}}</text>
  127. </view>
  128. <!-- <view class="flex-row justify-between">-->
  129. <!-- <text class="text-group_9" >距您{{item.distanceDesc}}</text>-->
  130. <!-- <image class="icon_3"-->
  131. <!-- src="http://www.gzzzyd.com/groupon/order_details/距离@2x.png"/>-->
  132. <!-- </view>-->
  133. </view>
  134. <view class="group_15 flex-row">
  135. <view class="tag_1 flex-col">
  136. <text class="text_28">营业时间: {{item.busStartTimeDesc}}-{{item.busEndTimeDesc}}</text>
  137. </view>
  138. </view>
  139. </view>
  140. </view>
  141. </view>
  142. </scroll-view>
  143. </view>
  144. </u-popup>
  145. </view>
  146. </template>
  147. <script>
  148. import { publishGroupon, getAllSelfTake } from '@/api/groupon.js';
  149. import {
  150. toLogin
  151. } from '@/libs/login.js';
  152. import {
  153. mapGetters
  154. } from "vuex";
  155. // #ifdef MP
  156. import authorize from '@/components/Authorize';
  157. // #endif
  158. import home from '@/components/home';
  159. import publish_good_list from '../publish_good_list/index.vue';
  160. import colors from '@/mixins/color.js';
  161. import {forEach} from "../../../uni_modules/uview-ui/libs/luch-request/utils";
  162. export default {
  163. components: {
  164. // #ifdef MP
  165. authorize,
  166. // #endif
  167. home,
  168. publish_good_list
  169. },
  170. mixins: [colors],
  171. data () {
  172. return {
  173. ztd:'',
  174. selfTakeShow:false,
  175. grouponDateTime: '',
  176. takeDateTime: '',
  177. datetimerange1: '',
  178. datetimerange2: '',
  179. grouponReqData: {
  180. mainTitle: '',
  181. subTitle: '',
  182. grouponStartTime: '',
  183. grouponEndTime: '',
  184. takeStartTime: '',
  185. takeEndTime: '',
  186. selfTakeIds: [],
  187. goodsIds: [],
  188. grouponGoodsList:[]
  189. },
  190. grouponTimeRange: [],
  191. takeTimeRange: [],
  192. array: [],
  193. show1: false,
  194. show2: false,
  195. showZTD: false,
  196. addGoodPopupShow: false,
  197. id: 0, //地址id
  198. district: [],
  199. multiArray: [],
  200. multiIndex: [0, 0, 0],
  201. cityId: 0,
  202. news: '',
  203. noCoupon: 0,
  204. selectGoodList: [],
  205. selfTakeList: [],
  206. addressIds:[]
  207. };
  208. },
  209. computed: mapGetters(['isLogin']),
  210. watch: {
  211. isLogin: {
  212. handler: function (newV, oldV) {
  213. if (newV) {
  214. this.getUserAddress();
  215. }
  216. },
  217. deep: true
  218. }
  219. },
  220. onLoad (options) {
  221. if (this.isLogin) {
  222. this.id = options.id || 0;
  223. uni.setNavigationBarTitle({
  224. title: '发布团购'
  225. })
  226. // this.getUserAddress();
  227. // this.getCityList();
  228. } else {
  229. toLogin();
  230. }
  231. },
  232. methods: {
  233. closeFalse(){
  234. this.selfTakeShow = false;
  235. },
  236. closeTrue(){
  237. this.selfTakeShow = false;
  238. let _ztd=''
  239. console.log(this.grouponReqData.selfTakeIds)
  240. this.selfTakeList.forEach(e =>{
  241. this.grouponReqData.selfTakeIds.forEach(ee =>{
  242. if (e.id === ee){
  243. if (_ztd){
  244. _ztd=_ztd +','+e.name
  245. }else {
  246. _ztd=e.name
  247. }
  248. }
  249. })
  250. })
  251. this.ztd = _ztd
  252. console.log(this.ztd)
  253. },
  254. clickSelfTake(item,index){
  255. item.addressTrue = !item.addressTrue;
  256. this.$set(this.selfTakeList,index,item)
  257. if (this.grouponReqData.selfTakeIds.indexOf(item.id) === -1){
  258. this.grouponReqData.selfTakeIds.push(item.id)
  259. }else {
  260. this.grouponReqData.selfTakeIds = this.grouponReqData.selfTakeIds.filter(iter => iter !== item.id)
  261. }
  262. },
  263. confirmDate1 (value) {
  264. let start = value[0];
  265. let end = value[1];
  266. this.grouponReqData.grouponStartTime = start;
  267. this.grouponReqData.grouponEndTime = end;
  268. this.grouponDateTime = start.substr(5, 2) + "/" + start.substr(8, 2) + " " + start.substr(11, 5) + " 至 "
  269. + end.substr(5, 2) + "/" + end.substr(8, 2) + " " + end.substr(11, 5);
  270. },
  271. confirmDate2 (value) {
  272. let start = value[0];
  273. let end = value[1];
  274. this.grouponReqData.takeStartTime = start;
  275. this.grouponReqData.takeEndTime = end;
  276. this.takeDateTime = start.substr(5, 2) + "/" + start.substr(8, 2) + " " + start.substr(11, 5) + " 至 "
  277. + end.substr(5, 2) + "/" + end.substr(8, 2) + " " + end.substr(11, 5);
  278. },
  279. selectDatetime () {
  280. this.$refs.mySon.show();
  281. },
  282. openSelfTakeTable () {
  283. this.grouponReqData.selfTakeIds = []
  284. getAllSelfTake({
  285. current: 1,
  286. size: 50
  287. }).then(res => {
  288. this.selfTakeShow = true;
  289. console.log(res.data);
  290. this.selfTakeList=res.data.records;
  291. console.log(this.selfTakeList);
  292. })
  293. },
  294. delItem (itemn,index) {
  295. this.$refs.publish_good_list.delVGood(itemn);
  296. this.selectGoodList.splice(index, 1)
  297. },
  298. getSelectData (data) {
  299. console.log("getSelectData ", data)
  300. this.selectGoodList = data
  301. console.log(this.selectGoodList);
  302. },
  303. open () {
  304. // console.log('open');
  305. },
  306. close () {
  307. this.addGoodPopupShow = false
  308. this.selectGoodList =this.$refs.publish_good_list.returnVGoods();
  309. console.log('close',this.selectGoodList);
  310. },
  311. addGood () {
  312. this.addGoodPopupShow = true
  313. },
  314. bindPickerChange: function (e) {
  315. this.index = e.detail.value;
  316. },
  317. dateConfirm (value) {
  318. console.log('dateConfirm! ', value)
  319. this.userAddress.date = value.value
  320. this.show1 = false
  321. },
  322. dateConfirmDate2 (value) {
  323. this.userAddress.date2 = value.value
  324. this.show2 = false
  325. },
  326. confirmZTD (value) {
  327. console.log(value)
  328. this.ztd = value.value[0].name;
  329. this.grouponReqData.selfTakeIds.push(value.value[0].id)
  330. this.showZTD = false
  331. },
  332. // #ifdef APP-PLUS
  333. // 获取选择的地区
  334. handleGetRegion (region) {
  335. this.region = region
  336. },
  337. // #endif
  338. onConfirm (val) {
  339. this.region = val.checkArr[0] + '-' + val.checkArr[1] + '-' + val.checkArr[2];
  340. },
  341. /**
  342. * 发布团购
  343. */
  344. formSubmit: function (e) {
  345. let that = this,
  346. value = e.detail.value;
  347. if (!value.mainTitle.trim()) {
  348. return that.$util.Tips({
  349. title: that.$t(`请填写主标题`)
  350. });
  351. }
  352. that.grouponReqData.mainTitle = value.mainTitle;
  353. if (!value.subTitle.trim()) {
  354. return that.$util.Tips({
  355. title: that.$t(`请填写副标题`)
  356. });
  357. }
  358. that.grouponReqData.subTitle = value.subTitle;
  359. if (!that.grouponReqData.grouponStartTime.trim() || !that.grouponReqData.grouponEndTime.trim()) {
  360. return that.$util.Tips({
  361. title: that.$t(`请选择团购时间`)
  362. });
  363. }
  364. if (!that.grouponReqData.takeStartTime.trim() || !that.grouponReqData.takeEndTime.trim()) {
  365. return that.$util.Tips({
  366. title: that.$t(`请选择取货时间`)
  367. });
  368. }
  369. if (that.grouponReqData.selfTakeIds.length < 1) {
  370. return that.$util.Tips({
  371. title: that.$t(`请选择自提点`)
  372. });
  373. }
  374. if (this.selectGoodList.length < 1) {
  375. return that.$util.Tips({
  376. title: that.$t(`请添加商品`)
  377. });
  378. }
  379. let goodsIds = [];
  380. let grouponGoodsList =[];
  381. this.selectGoodList.forEach((e,index) => {
  382. let grouponGoods={
  383. grouponId:'',
  384. goodsId:'',
  385. goodsNum:'',
  386. grouponPrice:'',
  387. sort:''
  388. };
  389. goodsIds.push(e.id);
  390. grouponGoods.goodsId=e.id;
  391. grouponGoods.grouponPrice=e.salePrice;
  392. grouponGoods.sort = index;
  393. grouponGoodsList.push(grouponGoods)
  394. })
  395. that.grouponReqData.goodsIds = goodsIds;
  396. that.grouponReqData.grouponGoodsList = grouponGoodsList;
  397. uni.showLoading({
  398. title: that.$t(`发布中`),
  399. mask: true
  400. })
  401. let resSuccess = false;
  402. publishGroupon(that.grouponReqData).then(res => {
  403. that.$util.Tips({
  404. title: that.$t(`提交成功`),
  405. icon: 'success'
  406. });
  407. resSuccess = true
  408. }).catch(err => {
  409. return that.$util.Tips({
  410. title: err
  411. });
  412. })
  413. },
  414. }
  415. }
  416. </script>
  417. <style scoped lang="scss">
  418. @import "/static/css/common.css";
  419. .XPng{
  420. padding: 20rpx 0;
  421. }
  422. .image-box{
  423. width: 34rpx;
  424. height: 34rpx;
  425. margin-right: 30rpx;
  426. }
  427. .image-box image{
  428. width: 34rpx;
  429. height: 34rpx;
  430. }
  431. .fontcolor {
  432. color: var(--view-theme);
  433. }
  434. .addAddress .list {
  435. background-color: #fff;
  436. padding-top: 10rpx;
  437. .title {
  438. margin: 30rpx;
  439. height: 44rpx;
  440. font-size: 32rpx;
  441. font-weight: bolder;
  442. color: #111111;
  443. line-height: 44rpx;
  444. }
  445. }
  446. .addAddress .list .item {
  447. padding: 30rpx;
  448. border-top: 1rpx solid #eee;
  449. }
  450. .addAddress .list .item .name {
  451. width: 195rpx;
  452. font-size: 30rpx;
  453. color: #333;
  454. }
  455. .addAddress .list .item .address {
  456. // width: 412rpx;
  457. flex: 1;
  458. margin-left: 20rpx;
  459. }
  460. .addAddress .list .item input {
  461. width: 475rpx;
  462. font-size: 30rpx;
  463. }
  464. .addAddress .list .item .placeholder {
  465. color: #ccc;
  466. }
  467. .addAddress .list .item picker {
  468. width: 475rpx;
  469. }
  470. .addAddress .list .item picker .picker {
  471. width: 410rpx;
  472. font-size: 30rpx;
  473. }
  474. .addAddress .list .item picker .iconfont {
  475. font-size: 43rpx;
  476. }
  477. .addAddress .default {
  478. padding: 0 30rpx;
  479. height: 90rpx;
  480. background-color: #fff;
  481. margin-top: 23rpx;
  482. }
  483. .addAddress .default checkbox {
  484. margin-right: 15rpx;
  485. }
  486. .addAddress .keepBnt {
  487. width: 90%;
  488. height: 84rpx;
  489. background: #B42A3E;
  490. border-radius: 8rpx;
  491. margin: 30rpx auto;
  492. font-size: 28rpx;
  493. font-weight: 400;
  494. color: #FFFFFF;
  495. line-height: 84rpx;
  496. }
  497. .addAddress .wechatAddress {
  498. width: 690rpx;
  499. height: 86rpx;
  500. border-radius: 50rpx;
  501. text-align: center;
  502. line-height: 86rpx;
  503. margin: 0 auto;
  504. font-size: 32rpx;
  505. color: var(--view-theme);
  506. border: 1px solid var(--view-theme);
  507. }
  508. .button_1 {
  509. width: 90%;
  510. height: 84rpx;
  511. background: #FFFFFF;
  512. border-radius: 8rpx;
  513. border: 2rpx solid #B42A3E;
  514. margin: 30rpx auto;
  515. font-size: 28rpx;
  516. font-weight: 400;
  517. color: #B42A3E;
  518. line-height: 84rpx;
  519. }
  520. .text_15 {
  521. overflow-wrap: break-word;
  522. color: rgba(180, 42, 62, 1);
  523. font-size: 14px;
  524. font-weight: NaN;
  525. text-align: center;
  526. white-space: nowrap;
  527. line-height: 20px;
  528. }
  529. .acea-row-item {
  530. display: flex;
  531. width: 100% !important;
  532. flex-direction: row;
  533. .picture {
  534. width: 120rpx;
  535. height: 120rpx;
  536. border-radius: 50%;
  537. image {
  538. width: 100%;
  539. height: 100%;
  540. border-radius: 50%;
  541. }
  542. }
  543. .p-r {
  544. flex-direction: column;
  545. flex-grow: 1;
  546. max-width: calc(100% - 120rpx);
  547. display: flex;
  548. justify-content: space-between;
  549. .acea-row-item-bArea {
  550. width: 100%;
  551. display: flex;
  552. justify-content: space-between;
  553. .goodsname {
  554. flex-grow: 1;
  555. }
  556. .selde {
  557. width: 80rpx;
  558. }
  559. }
  560. }
  561. }
  562. .all-products-body {
  563. background: white;
  564. padding-left: 10px;
  565. .all-products-item {
  566. display: flex;
  567. margin-bottom: 20rpx;
  568. image {
  569. border-radius: 4rpx;
  570. margin: auto;
  571. width: 128rpx;
  572. height: 128rpx;
  573. }
  574. .all-products-item-content {
  575. display: flex;
  576. flex-direction: column;
  577. width: 550rpx;
  578. .all-products-item-content-t {
  579. flex: 1;
  580. font-size: 24rpx;
  581. font-weight: 400;
  582. margin-right: 30rpx;
  583. color: #333333;
  584. height: 80rpx;
  585. line-height: 40rpx;
  586. display: -webkit-box;
  587. -webkit-box-orient: vertical;
  588. -webkit-line-clamp: 2;
  589. overflow: hidden;
  590. text-overflow: ellipsis;
  591. }
  592. .all-products-item-content-b {
  593. flex: 1;
  594. font-size: 28rpx;
  595. font-weight: 500;
  596. line-height: 48rpx;
  597. display: flex;
  598. justify-content: space-between;
  599. image {
  600. margin: 0;
  601. width: 36rpx;
  602. height: 36rpx;
  603. }
  604. .red {
  605. display: block;
  606. font-size: 28rpx;
  607. font-weight: 500;
  608. color: #B22338 !important;
  609. margin-right: 10rpx;
  610. height: 80rpx;
  611. }
  612. .redInput{
  613. width: 150rpx;
  614. }
  615. .line-thr {
  616. display: block;
  617. font-size: 28rpx;
  618. font-weight: 400;
  619. color: #999999;
  620. text-decoration: line-through;
  621. }
  622. .count {
  623. font-size: 24rpx;
  624. font-weight: 400;
  625. color: #999999;
  626. margin-right: 30rpx;
  627. }
  628. }
  629. }
  630. }
  631. }
  632. .scroll-y{
  633. height: 600rpx;
  634. }
  635. .box_3 {
  636. background-color: rgba(250, 250, 250, 1);
  637. border-radius: 4px 4px 0px 0px;
  638. padding: 16rpx 16rpx 40rpx 16rpx;
  639. }
  640. .icon_2 {
  641. font-size: 32rpx;
  642. font-weight: 500;
  643. }
  644. .text_25 {
  645. overflow-wrap: break-word;
  646. color: rgba(17, 17, 17, 1);
  647. font-size: 32rpx;
  648. font-family: PingFangSC-Medium;
  649. font-weight: 500;
  650. text-align: left;
  651. white-space: nowrap;
  652. line-height: 44rpx;
  653. margin: 0 278rpx 0 264rpx;
  654. }
  655. .list_1 {
  656. height: 602rpx;
  657. margin: 24rpx 16rpx 0 0;
  658. }
  659. .list-items_1 {
  660. background-color: rgba(255, 255, 255, 1);
  661. border-radius: 4px;
  662. margin-bottom: 16rpx;
  663. padding: 24rpx 24rpx 24rpx 24rpx;
  664. }
  665. .group_14 {
  666. width: 638rpx;
  667. }
  668. .text_26 {
  669. overflow-wrap: break-word;
  670. color: rgba(17, 17, 17, 1);
  671. font-size: 28rpx;
  672. font-weight: NaN;
  673. text-align: left;
  674. white-space: nowrap;
  675. line-height: 40rpx;
  676. margin-right: 184rpx;
  677. }
  678. .text_27 {
  679. overflow-wrap: break-word;
  680. color: rgba(153, 153, 153, 1);
  681. font-size: 24rpx;
  682. font-weight: NaN;
  683. text-align: left;
  684. white-space: nowrap;
  685. line-height: 34rpx;
  686. margin-top: 16rpx;
  687. }
  688. .text-group_9 {
  689. overflow-wrap: break-word;
  690. color: rgba(102, 102, 102, 1);
  691. font-size: 20rpx;
  692. font-weight: NaN;
  693. text-align: left;
  694. white-space: nowrap;
  695. line-height: 36rpx;
  696. }
  697. .icon_3 {
  698. width: 34rpx;
  699. height: 34rpx;
  700. margin-left: 10rpx;
  701. /*margin: 4rpx 0 4rpx 4rpx;*/
  702. }
  703. .group_15 {
  704. margin: 8rpx 390rpx 0 0;
  705. }
  706. .tag_1 {
  707. background-color: rgba(255, 247, 248, 1);
  708. border-radius: 4px;
  709. padding: 8rpx 24rpx 8rpx 26rpx;
  710. }
  711. .text_28 {
  712. overflow-wrap: break-word;
  713. color: rgba(153, 153, 153, 1);
  714. font-size: 20rpx;
  715. font-weight: NaN;
  716. text-align: left;
  717. white-space: nowrap;
  718. line-height: 28rpx;
  719. }
  720. .image-view{
  721. width: 32rpx;
  722. height: 32rpx;
  723. .image{
  724. width: 28rpx;
  725. height: 28rpx;
  726. }
  727. }
  728. .dataGroup{
  729. margin-left: 20rpx;
  730. }
  731. </style>