confirm.vue 21 KB

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