confirm.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
  1. <template>
  2. <block>
  3. <view class="content">
  4. <view class="fui-cell-group" style="margin: 0 0px 10px 0px; border-radius: 10px">
  5. <view class="fui-cell-group" @tap="wx_address" >
  6. <view class="fui-cell" hover-class="none">
  7. <image class="fui-cell-icon" src="https://ymyun-oss.oss-cn-hangzhou.aliyuncs.com/yidu_tc/public/upload/12/8/f04e851e4d2ff9f050a9d080a89d49f2.png"></image>
  8. <view class="fui-cell-text textl info">
  9. <view v-if="addressData.mobile">
  10. <text class="name">{{ addressData.name }}</text>
  11. <text>{{ addressData.mobile }}</text>
  12. </view>
  13. <view class="adress" v-if="addressData.mobile">
  14. {{ addressData.province.name + ' ' + addressData.city.name + ' ' + addressData.area.name + ' ' + addressData.address }}
  15. </view>
  16. <view class="text no-address" v-if="!addressData.phone">选择收货地址</view>
  17. </view>
  18. <view class="fui-cell-remark"></view>
  19. </view>
  20. </view>
  21. </view>
  22. <view class="p-common iflex goodsInfo">
  23. <image class="p-goodsImg" :src="info.image" mode="aspectFit"></image>
  24. <view class="p-goods">
  25. <text class="p-goodsName bold">{{ info.title }}</text>
  26. <text class="p-goodsTips" v-if="info.good_info">{{ info.good_info }}</text>
  27. <view class="p-goodsTips" v-if="select_sku.length > 0">{{ select_sku }}</view>
  28. </view>
  29. </view>
  30. <view class="p-common radius">
  31. <view class="ibetween p-list">
  32. <text>商品积分:</text>
  33. <text class="p-con">{{ info.sales_price }} 积分</text>
  34. </view>
  35. <view class="ibetween p-list" v-if="receive_type == 2">
  36. <text>运费:</text>
  37. <text class="p-con">¥{{ !first ? info.freight : 0 }}</text>
  38. </view>
  39. <view class="ibetween p-list" v-if="select_sku.length > 0">
  40. <text>规格</text>
  41. <text class="p-con">{{ select_sku }}</text>
  42. </view>
  43. <view class="ibetween p-list icenterY">
  44. <text>支付方式:</text>
  45. <!-- 上门自提 -->
  46. <!-- <block v-if="receive_type == 1">
  47. <text class="p-con">
  48. <text v-if="info.price">现金+</text>
  49. 积分支付
  50. </text>
  51. </block> -->
  52. <!-- 快递配送 -->
  53. <!-- <block v-if="receive_type == 2"> -->
  54. <block >
  55. <text class="p-con">
  56. 积分支付
  57. </text>
  58. </block>
  59. </view>
  60. <view class="ibetween p-list">
  61. <text>实际支付:</text>
  62. <!-- 快递配送 -->
  63. <!-- <block v-if="receive_type == 2"> -->
  64. <block >
  65. <text class="p-con">
  66. <text class="p-red">
  67. {{ info.sales_price }}
  68. </text>
  69. 积分
  70. </text>
  71. </block>
  72. </view>
  73. </view>
  74. </view>
  75. <view class="botBox">
  76. <view class="botPrice" >
  77. <view>合计:</view>
  78. <view><text v-if="info.price">¥</text></view>
  79. <view>
  80. <text v-if="info.price">{{ info.price }}+</text>
  81. {{ info.sales_price }}
  82. </view>
  83. <view>积分</view>
  84. </view>
  85. <view class="botBtn" @tap="confirm">确定兑换</view>
  86. </view>
  87. </block>
  88. </template>
  89. <script>
  90. var app = getApp();
  91. // var a = app.globalData.requirejs('core');
  92. var running = false;
  93. // yidu_tc/pages/jifen/integral/pay/pay.js
  94. export default {
  95. data() {
  96. return {
  97. addressData: {
  98. },
  99. runing:false,
  100. show: false,
  101. message: '',
  102. first: 0,
  103. // 判断是否是首单用户
  104. send_type: 'selftake',
  105. centerInfo: {
  106. name: '',
  107. phone: ''
  108. },
  109. phone: '',
  110. select_sku: '',
  111. receive_type: '',
  112. consigner: '',
  113. info: {
  114. },
  115. config: {
  116. color: ''
  117. }
  118. };
  119. }
  120. /**
  121. * 生命周期函数--监听页面加载
  122. */,
  123. onLoad: function (options) {
  124. this.id = options.id;
  125. this.getinfo()
  126. },
  127. onPullDownRefresh: function () {},
  128. /**
  129. * 页面上拉触底事件的处理函数
  130. */
  131. onReachBottom: function () {},
  132. /**
  133. * 用户点击右上角分享
  134. */
  135. onShareAppMessage: function () {},
  136. methods: {
  137. async getinfo() {
  138. // 获取商品详情
  139. let data = await this.$api.request('/order/create','POST',{
  140. id:this.id
  141. });
  142. this.info = data.product[0];
  143. this.info.delivery_id = data.delivery[0].id;
  144. },
  145. callPhone(e) {
  146. var phone = e.currentTarget.dataset.phone;
  147. if (!phone) {
  148. uni.showToast({
  149. title: '该商家暂无电话!',
  150. icon: 'none'
  151. });
  152. } else {
  153. uni.makePhoneCall({
  154. phoneNumber: phone
  155. });
  156. }
  157. },
  158. getCenterInfo() {
  159. // centerInfo
  160. var that = this;
  161. var id = that.id;
  162. a.get(
  163. 'regionintegral/center',
  164. {
  165. uid: app.globalData.getCache('userinfo').uid,
  166. id: id
  167. },
  168. function (t) {
  169. if (t.code == 0) {
  170. that.setData({
  171. centerInfo: t.info
  172. });
  173. } else {
  174. a.alert(t.msg);
  175. }
  176. },
  177. !that.show
  178. );
  179. },
  180. /**
  181. * 设置默认配送方式
  182. */
  183. defaultDelivery(url, res) {
  184. },
  185. /**
  186. * 切换方式
  187. */
  188. dispatchtype(r) {
  189. let ta = this;
  190. let td = ta;
  191. ta.setData({
  192. send_type: a.pdata(r).send_type,
  193. receive_type: a.pdata(r).receive_type
  194. });
  195. },
  196. getPhoneNumber: function (e) {
  197. app.globalData.getPhoneNumber(e, this);
  198. },
  199. dataChange: function (t) {
  200. let that = this;
  201. let message = that.message;
  202. let consigner = that.consigner;
  203. let phone = that.phone;
  204. switch (t.target.id) {
  205. case 'message':
  206. //留言
  207. message = t.detail.value;
  208. break;
  209. case 'consigner':
  210. consigner = t.detail.value;
  211. break;
  212. case 'phone':
  213. phone = t.detail.value;
  214. break;
  215. }
  216. this.setData({
  217. message: message,
  218. consigner: consigner,
  219. phone: phone
  220. });
  221. },
  222. wx_address() {
  223. wx.navigateTo({
  224. url:'/pages/address/address?source=1'
  225. })
  226. },
  227. // judge(){
  228. // var that = this
  229. // a.get('Integral/is_one', {
  230. // uid: app.getCache('userinfo').uid
  231. // }, function(res){
  232. // if(res.code == 0){
  233. // that.setData({
  234. // first: res.info
  235. // })
  236. // that.getinfo()
  237. // }
  238. // })
  239. // },
  240. async confirm() {
  241. // 确认订单
  242. var that = this;
  243. var id = this.id;
  244. var addressId = this.addressData.id||''
  245. if(!addressId){
  246. uni.showToast({
  247. title: '请先选择收货地址!',
  248. icon: 'none'
  249. });
  250. return false
  251. }
  252. if(this.runing){
  253. }
  254. this.runing = true
  255. let data = await this.$api.request('/order/submitIntegral','POST',{
  256. city_id: this.addressData.city.id,
  257. address_id: this.addressData.id,
  258. delivery_id: this.info.delivery_id,
  259. coupon_id: 0,
  260. remark: '积分换购',
  261. product_id: this.info.id,
  262. spec: this.info.spec,
  263. number: 1,
  264. cart: '',
  265. flash_id: 0,
  266. score: this.info.sales_price
  267. });
  268. this.runing = false
  269. if(data){
  270. this.$api.msg('兑换成功');
  271. setTimeout(function(){
  272. uni.redirectTo({
  273. url:'/pages/intergalShop/logs'
  274. });
  275. },1000)
  276. }
  277. },
  278. selectAddress() {
  279. // 选择收货地址
  280. const that = this;
  281. app.globalData.select_address(function (r) {
  282. that.setData({
  283. address: r
  284. });
  285. });
  286. },
  287. msgInput(e) {
  288. // 留言内容
  289. this.setData({
  290. message: e.detail.value
  291. });
  292. }
  293. }
  294. };
  295. </script>
  296. <style>
  297. /* yidu_tc/pages/jifen/integral/pay/pay.wxss */
  298. page {
  299. background: #f6f6f6;
  300. font-size: 28rpx !important;
  301. }
  302. .content {
  303. padding: 20rpx 20rpx 132rpx;
  304. box-sizing: border-box;
  305. }
  306. .p-common {
  307. border-radius: 20rpx;
  308. padding: 26rpx 30rpx;
  309. margin-bottom: 20rpx;
  310. background: white;
  311. /* width: calc(100% - 132rpx); */
  312. position: relative;
  313. }
  314. .shippingType {
  315. font-size: 28rpx;
  316. color: #333;
  317. }
  318. .shopWrap {
  319. display: flex;
  320. align-items: center;
  321. }
  322. .p-common input {
  323. width: 74%;
  324. }
  325. .p-img {
  326. height: 44rpx;
  327. width: 44rpx;
  328. margin-right: 8rpx;
  329. color: #333;
  330. vertical-align: top;
  331. }
  332. .shareicon {
  333. position: absolute;
  334. right: 30rpx;
  335. top: calc(50% - 8px);
  336. }
  337. .p-goods {
  338. width: 72%;
  339. }
  340. .p-goodsImg {
  341. height: 128rpx;
  342. width: 128rpx;
  343. margin-right: 18rpx;
  344. flex-shrink: 0;
  345. }
  346. .p-goodsName {
  347. text-overflow: ellipsis;
  348. white-space: nowrap;
  349. overflow: hidden;
  350. display: block;
  351. font-size: 32rpx;
  352. }
  353. .p-goodsTips {
  354. color: #666;
  355. font-size: 24rpx;
  356. }
  357. .p-con {
  358. font-size: 24rpx;
  359. color: #666;
  360. }
  361. .p-list {
  362. border-bottom: 1px solid #f2f2f2;
  363. padding: 26rpx 26rpx;
  364. }
  365. .p-list:first-child {
  366. padding-top: 0;
  367. }
  368. .p-list:last-child {
  369. border: none;
  370. }
  371. .p-red {
  372. color:#FB4C6F;
  373. font-size: 28rpx;
  374. }
  375. .isFixed {
  376. position: fixed;
  377. bottom: 32rpx;
  378. z-index: 999;
  379. }
  380. .p-total {
  381. width: 50%;
  382. text-align: center;
  383. }
  384. .p-btn {
  385. border: none;
  386. background: #f62e2e;
  387. color: white;
  388. height: 100%;
  389. border-radius: 0 20rpx 20rpx 0;
  390. width: 50%;
  391. }
  392. .p-common:last-child {
  393. padding: 0;
  394. margin-bottom: 0;
  395. }
  396. .bold {
  397. font-weight: bold;
  398. }
  399. input {
  400. margin-top: -4rpx;
  401. }
  402. .nav {
  403. height: 50rpx;
  404. display: -webkit-flex;
  405. display: flex;
  406. align-items: center;
  407. background: #fff;
  408. padding: 20rpx 20rpx;
  409. }
  410. .default {
  411. /* line-height: 90rpx; */
  412. text-align: center;
  413. -webkit-flex: 1;
  414. color: #333;
  415. font-weight: 700;
  416. font-size: 25rpx;
  417. padding: 8rpx 12rpx;
  418. background: #eeeeee;
  419. border-radius: 10rpx;
  420. margin-left: 20rpx;
  421. }
  422. .red {
  423. /* line-height: 90rpx; */
  424. text-align: center;
  425. color: #ff6b05;
  426. font-size: 25rpx;
  427. padding: 8rpx 12rpx;
  428. background: #ffefe7;
  429. border-radius: 10rpx;
  430. margin-left: 20rpx;
  431. }
  432. .switch {
  433. float: right;
  434. zoom: 90%;
  435. overflow: hidden;
  436. }
  437. .btn {
  438. padding: 0 60rpx;
  439. border-radius: 0;
  440. height: 100rpx;
  441. line-height: 100rpx;
  442. margin: 0;
  443. }
  444. .fui-list-inner .sure_subtitle {
  445. /* line-height: 36rpx; */
  446. position: relative;
  447. font-size: 30rpx;
  448. color: #444;
  449. max-height: 68rpx;
  450. overflow: hidden;
  451. width: 460rpx;
  452. text-overflow: ellipsis;
  453. white-space: nowrap;
  454. margin-bottom: 20rpx;
  455. }
  456. .fui-list-inner {
  457. position: relative;
  458. width: 100%;
  459. overflow: hidden;
  460. box-sizing: border-box;
  461. display: block;
  462. margin-top: -60rpx;
  463. }
  464. .fui-number {
  465. height: 40rpx;
  466. width: 130rpx;
  467. }
  468. .minus,
  469. .plus {
  470. width: 40rpx;
  471. height: 40rpx;
  472. font-size: 40rpx;
  473. line-height: 40rpx;
  474. }
  475. .fui-list-angle {
  476. margin-right: 0;
  477. text-align: right;
  478. word-break: normal;
  479. margin-top: 40px;
  480. }
  481. .fui-cell-text .shop_name {
  482. font-size: 33rpx;
  483. }
  484. .cart-option .choose-option {
  485. font-size: 24rpx;
  486. color: #ccc;
  487. }
  488. .fui-list-angle .price {
  489. color: #e02e24;
  490. font-size: 24rpx;
  491. }
  492. .fui-list-angle view {
  493. font-size: 24rpx;
  494. color: #444;
  495. }
  496. page {
  497. background: #f2f2f2;
  498. }
  499. .create_btn {
  500. background: #f5cb3b;
  501. font-size: 34rpx;
  502. color: #222222;
  503. border: 0;
  504. }
  505. .create_btn::after {
  506. border: 0;
  507. border-radius: 0;
  508. }
  509. .coupon_box {
  510. padding-left: 5rem;
  511. position: relative;
  512. width: 70%;
  513. margin: 0 auto;
  514. margin-bottom: 0.5rem;
  515. height: 3.6rem;
  516. padding-bottom: 10px;
  517. }
  518. .coupon_box:after {
  519. content: ' ';
  520. position: absolute;
  521. left: 0;
  522. top: 0;
  523. bottom: 0;
  524. right: 0;
  525. z-index: 1;
  526. width: 200%;
  527. height: 200%;
  528. border: 1px solid #f45068;
  529. border-radius: 10rpx;
  530. -webkit-transform-origin: 0 0;
  531. transform-origin: 0 0;
  532. -webkit-transform: scale(0.5, 0.5);
  533. transform: scale(0.5, 0.5);
  534. }
  535. .coupon_price text {
  536. color: #f45068;
  537. }
  538. .coupon_price {
  539. text-align: left;
  540. height: 3rem;
  541. margin-left: -4.5rem;
  542. float: left;
  543. padding-top: 0.3rem;
  544. padding-right: 0.5rem;
  545. }
  546. .coupon_price .price02 {
  547. font-size: 80rpx;
  548. font-weight: bold;
  549. }
  550. .coupon_price .price01 {
  551. font-size: 38rpx;
  552. }
  553. .coupon_time,
  554. .coupon_con {
  555. font-size: 28rpx;
  556. color: #666;
  557. height: 44rpx;
  558. line-height: 44rpx;
  559. position: relative;
  560. right: 0px;
  561. margin-left: 10%;
  562. }
  563. .coupon_time {
  564. padding-top: 20rpx;
  565. }
  566. .cannel_btn {
  567. position: relative;
  568. width: calc(70% + 5rem);
  569. margin: 0 auto;
  570. margin-bottom: 0.5rem;
  571. height: 2.6rem;
  572. line-height: 2.6rem;
  573. text-align: center;
  574. }
  575. .cannel_btn:after {
  576. content: ' ';
  577. position: absolute;
  578. left: 0;
  579. top: 0;
  580. bottom: 0;
  581. right: 0;
  582. z-index: 1;
  583. width: 200%;
  584. height: 200%;
  585. border: 1px solid #999;
  586. border-radius: 10rpx;
  587. -webkit-transform-origin: 0 0;
  588. transform-origin: 0 0;
  589. -webkit-transform: scale(0.5, 0.5);
  590. transform: scale(0.5, 0.5);
  591. }
  592. .cannel_btn text {
  593. font-size: 32rpx;
  594. color: #8c8c8c;
  595. }
  596. .coupon_arrow {
  597. background: url('http://ddfwz.sssvip.net/asmce/diancan/right_arrow.png') no-repeat right center;
  598. background-size: 36rpx 36rpx;
  599. }
  600. .a-li {
  601. background: #fff url('http://ddfwz.sssvip.net/asmce/diancan/pt-ico1.png') no-repeat 95% center;
  602. background-size: 15rpx auto;
  603. padding: 23.4rpx 3%;
  604. text-align: left;
  605. }
  606. .a-li02 {
  607. background: #fff url('http://ddfwz.sssvip.net/asmce/diancan/pt-ico11.png') no-repeat 95% center;
  608. background-size: 28rpx auto;
  609. padding: 23.4rpx 3%;
  610. text-align: left;
  611. }
  612. /*自提*/
  613. .join_g_li {
  614. background: #fff;
  615. position: relative;
  616. }
  617. .join_g_li .join_li {
  618. height: 3rem;
  619. line-height: 3rem;
  620. padding-left: 3.4rem;
  621. position: relative;
  622. font-size: 0.8rem;
  623. }
  624. .join_g_li .join_li:after {
  625. content: '';
  626. position: absolute;
  627. left: 0;
  628. bottom: 0;
  629. width: 100%;
  630. height: 0;
  631. border-bottom: 2rpx solid #e6e6e6;
  632. -webkit-transform-origin: 0 100%;
  633. transform-origin: 0 100%;
  634. -webkit-transform: scaleY(0.5);
  635. transform: scaleY(0.5);
  636. }
  637. .join_g_li .join_li text {
  638. display: block;
  639. width: 4rem;
  640. margin-left: -4rem;
  641. float: left;
  642. text-align: right;
  643. font-size: 0.8rem;
  644. color: #666666;
  645. }
  646. .join_g_li .join_li input {
  647. height: 3rem;
  648. line-height: 3rem;
  649. margin-left: 0.5rem;
  650. }
  651. .join_g_li .join_li .section picker {
  652. margin-left: 0.5rem;
  653. }
  654. .bottom_form_btn {
  655. width: 260rpx;
  656. height: 100rpx;
  657. background: #000;
  658. position: fixed;
  659. bottom: 0;
  660. right: 0;
  661. opacity: 0;
  662. z-index: 999999999999999999999;
  663. }
  664. .join_g_li:before {
  665. content: '';
  666. position: absolute;
  667. left: 0;
  668. top: 0;
  669. width: 100%;
  670. height: 0;
  671. border-top: 2rpx solid #e6e6e6;
  672. -webkit-transform-origin: 0 0;
  673. transform-origin: 0 0;
  674. -webkit-transform: scaleY(0.5);
  675. transform: scaleY(0.5);
  676. }
  677. .getPhone_button {
  678. width: 120rpx;
  679. height: 50rpx;
  680. font-size: 22rpx;
  681. float: right;
  682. margin-top: -36px;
  683. padding: 0;
  684. color: #ff6b05;
  685. background: #fff;
  686. line-height: 50rpx;
  687. right: 10px;
  688. border: 1px solid #ff6b05;
  689. }
  690. .goodsInfo {
  691. margin-bottom: 0;
  692. border-radius: 0rpx 0rpx 0 0;
  693. }
  694. .radius {
  695. border-radius: 0 0 20rpx 20rpx;
  696. }
  697. .fw700 {
  698. font-weight: 700;
  699. }
  700. .fw500 {
  701. color: #fe6000;
  702. }
  703. .botBox {
  704. height: 112rpx;
  705. position: fixed;
  706. bottom: 0;
  707. border-top: 1px solid #eee;
  708. background: #fff;
  709. width: 100%;
  710. z-index: 100;
  711. display: flex;
  712. align-items: center;
  713. justify-content: space-between;
  714. padding: 0 18rpx 0 37rpx;
  715. box-sizing: border-box;
  716. }
  717. .botPrice {
  718. display: flex;
  719. align-items: center;
  720. }
  721. .botPrice > view:nth-child(1) {
  722. font-size: 25rpx;
  723. color: #000000;
  724. margin-right: 12rpx;
  725. }
  726. .botPrice > view:nth-child(2) {
  727. font-size: 25rpx;
  728. color:#FB4C6F;
  729. }
  730. .botPrice > view:nth-child(3) {
  731. font-size: 38rpx;
  732. color:#FB4C6F;
  733. font-weight: 700;
  734. }
  735. .botPrice > view:nth-child(4) {
  736. font-size: 25rpx;
  737. color: #FB4C6F;
  738. }
  739. .botBtn {
  740. width: 203rpx;
  741. height: 86rpx;
  742. text-align: center;
  743. line-height: 86rpx;
  744. color: #fff;
  745. border-radius: 40rpx;
  746. background: #FB4C6F;
  747. font-size: 28rpx;
  748. }
  749. .busInfo {
  750. display: flex;
  751. align-items: center;
  752. justify-content: space-between;
  753. background: #fff;
  754. padding: 26rpx;
  755. padding-bottom: 20rpx;
  756. border-radius: 10px 10px 0 0;
  757. border-bottom: 1px solid #eee;
  758. }
  759. .busInfo > view {
  760. font-size: 28rpx;
  761. color: #000;
  762. font-weight: 700;
  763. }
  764. .busInfo > image {
  765. width: 30rpx;
  766. }
  767. .fui-cell-group .fui-cell, .fui-cell-group08 .fui-cell {
  768. position: relative;
  769. padding: 29rpx;
  770. display: flex;
  771. align-items: center;
  772. -moz-transition-duration: 300ms;
  773. transition-duration: 300ms;
  774. transition-property: background-color;
  775. border-bottom: 1px solid #f2f2f2;
  776. }
  777. .fui-cell-group .fui-cell .fui-cell-icon {
  778. margin-right: 8rpx;
  779. width: 44rpx;
  780. height: 44rpx;
  781. color: #999;
  782. text-align: center;
  783. }
  784. .fui-cell-group .fui-cell .fui-cell-text {
  785. -webkit-flex: 1;
  786. flex: 1;
  787. color: #333;
  788. font-size: 28rpx;
  789. }
  790. .fui-cell-group, .fui-cell-group02, .fui-cell-group08 {
  791. margin-top: 0rpx;
  792. background-color: #fff;
  793. line-height: 1.4;
  794. font-size: 30rpx;
  795. overflow: hidden;
  796. position: relative;
  797. box-sizing: border-box;
  798. }
  799. .iflex{
  800. display: flex;
  801. }
  802. .icentery,.icenterY{display: flex;align-items: center;flex-direction:row;}
  803. .ibetween{display: flex;justify-content: space-between}
  804. </style>