confirm.vue 21 KB

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