confirm.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887
  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. uni.navigateTo({
  271. url:'/pages/order/order?state=2'
  272. });
  273. }
  274. },
  275. selectAddress() {
  276. // 选择收货地址
  277. const that = this;
  278. app.globalData.select_address(function (r) {
  279. that.setData({
  280. address: r
  281. });
  282. });
  283. },
  284. msgInput(e) {
  285. // 留言内容
  286. this.setData({
  287. message: e.detail.value
  288. });
  289. }
  290. }
  291. };
  292. </script>
  293. <style>
  294. /* yidu_tc/pages/jifen/integral/pay/pay.wxss */
  295. page {
  296. background: #f6f6f6;
  297. font-size: 28rpx !important;
  298. }
  299. .content {
  300. padding: 20rpx 20rpx 132rpx;
  301. box-sizing: border-box;
  302. }
  303. .p-common {
  304. border-radius: 20rpx;
  305. padding: 26rpx 30rpx;
  306. margin-bottom: 20rpx;
  307. background: white;
  308. /* width: calc(100% - 132rpx); */
  309. position: relative;
  310. }
  311. .shippingType {
  312. font-size: 28rpx;
  313. color: #333;
  314. }
  315. .shopWrap {
  316. display: flex;
  317. align-items: center;
  318. }
  319. .p-common input {
  320. width: 74%;
  321. }
  322. .p-img {
  323. height: 44rpx;
  324. width: 44rpx;
  325. margin-right: 8rpx;
  326. color: #333;
  327. vertical-align: top;
  328. }
  329. .shareicon {
  330. position: absolute;
  331. right: 30rpx;
  332. top: calc(50% - 8px);
  333. }
  334. .p-goods {
  335. width: 72%;
  336. }
  337. .p-goodsImg {
  338. height: 128rpx;
  339. width: 128rpx;
  340. margin-right: 18rpx;
  341. flex-shrink: 0;
  342. }
  343. .p-goodsName {
  344. text-overflow: ellipsis;
  345. white-space: nowrap;
  346. overflow: hidden;
  347. display: block;
  348. font-size: 32rpx;
  349. }
  350. .p-goodsTips {
  351. color: #666;
  352. font-size: 24rpx;
  353. }
  354. .p-con {
  355. font-size: 24rpx;
  356. color: #666;
  357. }
  358. .p-list {
  359. border-bottom: 1px solid #f2f2f2;
  360. padding: 26rpx 26rpx;
  361. }
  362. .p-list:first-child {
  363. padding-top: 0;
  364. }
  365. .p-list:last-child {
  366. border: none;
  367. }
  368. .p-red {
  369. color:#FB4C6F;
  370. font-size: 28rpx;
  371. }
  372. .isFixed {
  373. position: fixed;
  374. bottom: 32rpx;
  375. z-index: 999;
  376. }
  377. .p-total {
  378. width: 50%;
  379. text-align: center;
  380. }
  381. .p-btn {
  382. border: none;
  383. background: #f62e2e;
  384. color: white;
  385. height: 100%;
  386. border-radius: 0 20rpx 20rpx 0;
  387. width: 50%;
  388. }
  389. .p-common:last-child {
  390. padding: 0;
  391. margin-bottom: 0;
  392. }
  393. .bold {
  394. font-weight: bold;
  395. }
  396. input {
  397. margin-top: -4rpx;
  398. }
  399. .nav {
  400. height: 50rpx;
  401. display: -webkit-flex;
  402. display: flex;
  403. align-items: center;
  404. background: #fff;
  405. padding: 20rpx 20rpx;
  406. }
  407. .default {
  408. /* line-height: 90rpx; */
  409. text-align: center;
  410. -webkit-flex: 1;
  411. color: #333;
  412. font-weight: 700;
  413. font-size: 25rpx;
  414. padding: 8rpx 12rpx;
  415. background: #eeeeee;
  416. border-radius: 10rpx;
  417. margin-left: 20rpx;
  418. }
  419. .red {
  420. /* line-height: 90rpx; */
  421. text-align: center;
  422. color: #ff6b05;
  423. font-size: 25rpx;
  424. padding: 8rpx 12rpx;
  425. background: #ffefe7;
  426. border-radius: 10rpx;
  427. margin-left: 20rpx;
  428. }
  429. .switch {
  430. float: right;
  431. zoom: 90%;
  432. overflow: hidden;
  433. }
  434. .btn {
  435. padding: 0 60rpx;
  436. border-radius: 0;
  437. height: 100rpx;
  438. line-height: 100rpx;
  439. margin: 0;
  440. }
  441. .fui-list-inner .sure_subtitle {
  442. /* line-height: 36rpx; */
  443. position: relative;
  444. font-size: 30rpx;
  445. color: #444;
  446. max-height: 68rpx;
  447. overflow: hidden;
  448. width: 460rpx;
  449. text-overflow: ellipsis;
  450. white-space: nowrap;
  451. margin-bottom: 20rpx;
  452. }
  453. .fui-list-inner {
  454. position: relative;
  455. width: 100%;
  456. overflow: hidden;
  457. box-sizing: border-box;
  458. display: block;
  459. margin-top: -60rpx;
  460. }
  461. .fui-number {
  462. height: 40rpx;
  463. width: 130rpx;
  464. }
  465. .minus,
  466. .plus {
  467. width: 40rpx;
  468. height: 40rpx;
  469. font-size: 40rpx;
  470. line-height: 40rpx;
  471. }
  472. .fui-list-angle {
  473. margin-right: 0;
  474. text-align: right;
  475. word-break: normal;
  476. margin-top: 40px;
  477. }
  478. .fui-cell-text .shop_name {
  479. font-size: 33rpx;
  480. }
  481. .cart-option .choose-option {
  482. font-size: 24rpx;
  483. color: #ccc;
  484. }
  485. .fui-list-angle .price {
  486. color: #e02e24;
  487. font-size: 24rpx;
  488. }
  489. .fui-list-angle view {
  490. font-size: 24rpx;
  491. color: #444;
  492. }
  493. page {
  494. background: #f2f2f2;
  495. }
  496. .create_btn {
  497. background: #f5cb3b;
  498. font-size: 34rpx;
  499. color: #222222;
  500. border: 0;
  501. }
  502. .create_btn::after {
  503. border: 0;
  504. border-radius: 0;
  505. }
  506. .coupon_box {
  507. padding-left: 5rem;
  508. position: relative;
  509. width: 70%;
  510. margin: 0 auto;
  511. margin-bottom: 0.5rem;
  512. height: 3.6rem;
  513. padding-bottom: 10px;
  514. }
  515. .coupon_box:after {
  516. content: ' ';
  517. position: absolute;
  518. left: 0;
  519. top: 0;
  520. bottom: 0;
  521. right: 0;
  522. z-index: 1;
  523. width: 200%;
  524. height: 200%;
  525. border: 1px solid #f45068;
  526. border-radius: 10rpx;
  527. -webkit-transform-origin: 0 0;
  528. transform-origin: 0 0;
  529. -webkit-transform: scale(0.5, 0.5);
  530. transform: scale(0.5, 0.5);
  531. }
  532. .coupon_price text {
  533. color: #f45068;
  534. }
  535. .coupon_price {
  536. text-align: left;
  537. height: 3rem;
  538. margin-left: -4.5rem;
  539. float: left;
  540. padding-top: 0.3rem;
  541. padding-right: 0.5rem;
  542. }
  543. .coupon_price .price02 {
  544. font-size: 80rpx;
  545. font-weight: bold;
  546. }
  547. .coupon_price .price01 {
  548. font-size: 38rpx;
  549. }
  550. .coupon_time,
  551. .coupon_con {
  552. font-size: 28rpx;
  553. color: #666;
  554. height: 44rpx;
  555. line-height: 44rpx;
  556. position: relative;
  557. right: 0px;
  558. margin-left: 10%;
  559. }
  560. .coupon_time {
  561. padding-top: 20rpx;
  562. }
  563. .cannel_btn {
  564. position: relative;
  565. width: calc(70% + 5rem);
  566. margin: 0 auto;
  567. margin-bottom: 0.5rem;
  568. height: 2.6rem;
  569. line-height: 2.6rem;
  570. text-align: center;
  571. }
  572. .cannel_btn:after {
  573. content: ' ';
  574. position: absolute;
  575. left: 0;
  576. top: 0;
  577. bottom: 0;
  578. right: 0;
  579. z-index: 1;
  580. width: 200%;
  581. height: 200%;
  582. border: 1px solid #999;
  583. border-radius: 10rpx;
  584. -webkit-transform-origin: 0 0;
  585. transform-origin: 0 0;
  586. -webkit-transform: scale(0.5, 0.5);
  587. transform: scale(0.5, 0.5);
  588. }
  589. .cannel_btn text {
  590. font-size: 32rpx;
  591. color: #8c8c8c;
  592. }
  593. .coupon_arrow {
  594. background: url('http://ddfwz.sssvip.net/asmce/diancan/right_arrow.png') no-repeat right center;
  595. background-size: 36rpx 36rpx;
  596. }
  597. .a-li {
  598. background: #fff url('http://ddfwz.sssvip.net/asmce/diancan/pt-ico1.png') no-repeat 95% center;
  599. background-size: 15rpx auto;
  600. padding: 23.4rpx 3%;
  601. text-align: left;
  602. }
  603. .a-li02 {
  604. background: #fff url('http://ddfwz.sssvip.net/asmce/diancan/pt-ico11.png') no-repeat 95% center;
  605. background-size: 28rpx auto;
  606. padding: 23.4rpx 3%;
  607. text-align: left;
  608. }
  609. /*自提*/
  610. .join_g_li {
  611. background: #fff;
  612. position: relative;
  613. }
  614. .join_g_li .join_li {
  615. height: 3rem;
  616. line-height: 3rem;
  617. padding-left: 3.4rem;
  618. position: relative;
  619. font-size: 0.8rem;
  620. }
  621. .join_g_li .join_li:after {
  622. content: '';
  623. position: absolute;
  624. left: 0;
  625. bottom: 0;
  626. width: 100%;
  627. height: 0;
  628. border-bottom: 2rpx solid #e6e6e6;
  629. -webkit-transform-origin: 0 100%;
  630. transform-origin: 0 100%;
  631. -webkit-transform: scaleY(0.5);
  632. transform: scaleY(0.5);
  633. }
  634. .join_g_li .join_li text {
  635. display: block;
  636. width: 4rem;
  637. margin-left: -4rem;
  638. float: left;
  639. text-align: right;
  640. font-size: 0.8rem;
  641. color: #666666;
  642. }
  643. .join_g_li .join_li input {
  644. height: 3rem;
  645. line-height: 3rem;
  646. margin-left: 0.5rem;
  647. }
  648. .join_g_li .join_li .section picker {
  649. margin-left: 0.5rem;
  650. }
  651. .bottom_form_btn {
  652. width: 260rpx;
  653. height: 100rpx;
  654. background: #000;
  655. position: fixed;
  656. bottom: 0;
  657. right: 0;
  658. opacity: 0;
  659. z-index: 999999999999999999999;
  660. }
  661. .join_g_li:before {
  662. content: '';
  663. position: absolute;
  664. left: 0;
  665. top: 0;
  666. width: 100%;
  667. height: 0;
  668. border-top: 2rpx solid #e6e6e6;
  669. -webkit-transform-origin: 0 0;
  670. transform-origin: 0 0;
  671. -webkit-transform: scaleY(0.5);
  672. transform: scaleY(0.5);
  673. }
  674. .getPhone_button {
  675. width: 120rpx;
  676. height: 50rpx;
  677. font-size: 22rpx;
  678. float: right;
  679. margin-top: -36px;
  680. padding: 0;
  681. color: #ff6b05;
  682. background: #fff;
  683. line-height: 50rpx;
  684. right: 10px;
  685. border: 1px solid #ff6b05;
  686. }
  687. .goodsInfo {
  688. margin-bottom: 0;
  689. border-radius: 0rpx 0rpx 0 0;
  690. }
  691. .radius {
  692. border-radius: 0 0 20rpx 20rpx;
  693. }
  694. .fw700 {
  695. font-weight: 700;
  696. }
  697. .fw500 {
  698. color: #fe6000;
  699. }
  700. .botBox {
  701. height: 112rpx;
  702. position: fixed;
  703. bottom: 0;
  704. border-top: 1px solid #eee;
  705. background: #fff;
  706. width: 100%;
  707. z-index: 100;
  708. display: flex;
  709. align-items: center;
  710. justify-content: space-between;
  711. padding: 0 18rpx 0 37rpx;
  712. box-sizing: border-box;
  713. }
  714. .botPrice {
  715. display: flex;
  716. align-items: center;
  717. }
  718. .botPrice > view:nth-child(1) {
  719. font-size: 25rpx;
  720. color: #000000;
  721. margin-right: 12rpx;
  722. }
  723. .botPrice > view:nth-child(2) {
  724. font-size: 25rpx;
  725. color:#FB4C6F;
  726. }
  727. .botPrice > view:nth-child(3) {
  728. font-size: 38rpx;
  729. color:#FB4C6F;
  730. font-weight: 700;
  731. }
  732. .botPrice > view:nth-child(4) {
  733. font-size: 25rpx;
  734. color: #FB4C6F;
  735. }
  736. .botBtn {
  737. width: 203rpx;
  738. height: 86rpx;
  739. text-align: center;
  740. line-height: 86rpx;
  741. color: #fff;
  742. border-radius: 40rpx;
  743. background: #FB4C6F;
  744. font-size: 28rpx;
  745. }
  746. .busInfo {
  747. display: flex;
  748. align-items: center;
  749. justify-content: space-between;
  750. background: #fff;
  751. padding: 26rpx;
  752. padding-bottom: 20rpx;
  753. border-radius: 10px 10px 0 0;
  754. border-bottom: 1px solid #eee;
  755. }
  756. .busInfo > view {
  757. font-size: 28rpx;
  758. color: #000;
  759. font-weight: 700;
  760. }
  761. .busInfo > image {
  762. width: 30rpx;
  763. }
  764. .fui-cell-group .fui-cell, .fui-cell-group08 .fui-cell {
  765. position: relative;
  766. padding: 29rpx;
  767. display: flex;
  768. align-items: center;
  769. -moz-transition-duration: 300ms;
  770. transition-duration: 300ms;
  771. transition-property: background-color;
  772. border-bottom: 1px solid #f2f2f2;
  773. }
  774. .fui-cell-group .fui-cell .fui-cell-icon {
  775. margin-right: 8rpx;
  776. width: 44rpx;
  777. height: 44rpx;
  778. color: #999;
  779. text-align: center;
  780. }
  781. .fui-cell-group .fui-cell .fui-cell-text {
  782. -webkit-flex: 1;
  783. flex: 1;
  784. color: #333;
  785. font-size: 28rpx;
  786. }
  787. .fui-cell-group, .fui-cell-group02, .fui-cell-group08 {
  788. margin-top: 0rpx;
  789. background-color: #fff;
  790. line-height: 1.4;
  791. font-size: 30rpx;
  792. overflow: hidden;
  793. position: relative;
  794. box-sizing: border-box;
  795. }
  796. .iflex{
  797. display: flex;
  798. }
  799. .icentery,.icenterY{display: flex;align-items: center;flex-direction:row;}
  800. .ibetween{display: flex;justify-content: space-between}
  801. </style>