confirm.vue 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016
  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. show: false,
  137. message: '',
  138. first: 0,
  139. // 判断是否是首单用户
  140. send_type: 'selftake',
  141. centerInfo: {
  142. name: '',
  143. phone: ''
  144. },
  145. phone: '',
  146. select_sku: '',
  147. receive_type: '',
  148. consigner: '',
  149. info: {
  150. },
  151. config: {
  152. color: ''
  153. }
  154. };
  155. }
  156. /**
  157. * 生命周期函数--监听页面加载
  158. */,
  159. onLoad: function (options) {
  160. this.id = options.id;
  161. this.getinfo()
  162. },
  163. onPullDownRefresh: function () {},
  164. /**
  165. * 页面上拉触底事件的处理函数
  166. */
  167. onReachBottom: function () {},
  168. /**
  169. * 用户点击右上角分享
  170. */
  171. onShareAppMessage: function () {},
  172. methods: {
  173. async getinfo() {
  174. // 获取商品详情
  175. let data = await this.$api.request('/product/detail','GET',{
  176. id:this.id
  177. });
  178. data.desc = data.desc.replace(/\<img/gi, '<img style="max-width:100%;height:auto;display:block;"');
  179. console.log(data)
  180. this.info = data;
  181. },
  182. callPhone(e) {
  183. var phone = e.currentTarget.dataset.phone;
  184. if (!phone) {
  185. uni.showToast({
  186. title: '该商家暂无电话!',
  187. icon: 'none'
  188. });
  189. } else {
  190. uni.makePhoneCall({
  191. phoneNumber: phone
  192. });
  193. }
  194. },
  195. getCenterInfo() {
  196. // centerInfo
  197. var that = this;
  198. var id = that.id;
  199. a.get(
  200. 'regionintegral/center',
  201. {
  202. uid: app.globalData.getCache('userinfo').uid,
  203. id: id
  204. },
  205. function (t) {
  206. if (t.code == 0) {
  207. that.setData({
  208. centerInfo: t.info
  209. });
  210. } else {
  211. a.alert(t.msg);
  212. }
  213. },
  214. !that.show
  215. );
  216. },
  217. /**
  218. * 设置默认配送方式
  219. */
  220. defaultDelivery(url, res) {
  221. },
  222. /**
  223. * 切换方式
  224. */
  225. dispatchtype(r) {
  226. let ta = this;
  227. let td = ta;
  228. ta.setData({
  229. send_type: a.pdata(r).send_type,
  230. receive_type: a.pdata(r).receive_type
  231. });
  232. },
  233. getPhoneNumber: function (e) {
  234. app.globalData.getPhoneNumber(e, this);
  235. },
  236. dataChange: function (t) {
  237. let that = this;
  238. let message = that.message;
  239. let consigner = that.consigner;
  240. let phone = that.phone;
  241. switch (t.target.id) {
  242. case 'message':
  243. //留言
  244. message = t.detail.value;
  245. break;
  246. case 'consigner':
  247. consigner = t.detail.value;
  248. break;
  249. case 'phone':
  250. phone = t.detail.value;
  251. break;
  252. }
  253. this.setData({
  254. message: message,
  255. consigner: consigner,
  256. phone: phone
  257. });
  258. },
  259. wx_address() {
  260. wx.navigateTo({
  261. url:'/pages/address/address?source=1'
  262. })
  263. },
  264. // judge(){
  265. // var that = this
  266. // a.get('Integral/is_one', {
  267. // uid: app.getCache('userinfo').uid
  268. // }, function(res){
  269. // if(res.code == 0){
  270. // that.setData({
  271. // first: res.info
  272. // })
  273. // that.getinfo()
  274. // }
  275. // })
  276. // },
  277. confirm() {
  278. // 确认订单
  279. var that = this;
  280. var info = that.info;
  281. if (running) {
  282. return;
  283. }
  284. info.address = that.address; // var shipping = info.shipping;
  285. var receive_type = that.receive_type; //2邮寄 1核销
  286. const pay_type = info.freight || info.price ? 2 : 1; // var new_data = { 'sku_key': this.data.sku_key,'goods_id': info.id, 'uid': app.getCache('userinfo').uid, 'receive_type': shipping, 'freight': info.freight, 'pay_type': pay_type, 'pay_money': info.price + info.freight, 'user_mark': that.data.message, 'integral': info.integral, 'good_info': info.good_info, 'goods_name': info.title, 'integral_money': info.price };
  287. var new_data = {
  288. sku_key: this.sku_key,
  289. goods_id: info.id,
  290. uid: app.globalData.getCache('userinfo').uid,
  291. receive_type: receive_type,
  292. user_mark: that.message
  293. };
  294. if (receive_type == 2) {
  295. console.log(info.address);
  296. if (info.address.phone) {
  297. new_data['receiver_mobile'] = info.address.phone;
  298. } else {
  299. new_data['receiver_mobile'] = '';
  300. }
  301. new_data['receiver_area'] = info.address.province + info.address.city + info.address.district;
  302. new_data['receiver_address'] = info.address.address;
  303. new_data['receiver_name'] = info.address.consigner;
  304. if (!new_data.receiver_mobile || !new_data.receiver_area || !new_data.receiver_address || !new_data.receiver_name) {
  305. a.alert('请选择收货地址');
  306. return;
  307. }
  308. } else {
  309. if (receive_type == 1) {
  310. new_data['receiver_mobile'] = that.phone;
  311. if (!new_data.receiver_mobile) {
  312. a.alert('填写手机号码');
  313. return;
  314. }
  315. }
  316. }
  317. running = true;
  318. console.log(new_data);
  319. a.post('regionintegral/createOrder', new_data, function (t) {
  320. // 年前的支付流程
  321. running = false;
  322. if (t.code == 0) {
  323. if (t.info == 0) {
  324. a.success('兑换成功');
  325. setTimeout(function () {
  326. uni.reLaunch({
  327. url: '/pages/operate/logs/logs'
  328. });
  329. }, 1500);
  330. } else {
  331. that.toPay(t.info);
  332. }
  333. } else {
  334. a.toast(t.msg, 'none');
  335. }
  336. });
  337. },
  338. toPay: function (order_id) {
  339. let that = this;
  340. a.get(
  341. 'pay/addintegralpay',
  342. {
  343. order_id: order_id,
  344. order_type: 'region_integral'
  345. },
  346. function (t) {
  347. if (t.code == 0) {
  348. uni.requestPayment({
  349. timeStamp: t.info.timeStamp,
  350. nonceStr: t.info.nonceStr,
  351. package: t.info.package,
  352. signType: t.info.signType,
  353. paySign: t.info.paySign,
  354. success: function (res) {
  355. console.log(res);
  356. if (res.errMsg == 'requestPayment:ok') {
  357. a.success('支付成功');
  358. setTimeout(function () {
  359. uni.reLaunch({
  360. url: '/pages/operate/logs/logs'
  361. });
  362. }, 1500);
  363. } else {
  364. a.error('支付失败!');
  365. }
  366. },
  367. fail: function (res) {
  368. getApp().globalData.yidu.msg('机不可失,不要让宝贝等太久哦');
  369. }
  370. });
  371. } else {
  372. if (t.code == 2) {
  373. a.success('支付成功');
  374. setTimeout(function () {
  375. uni.reLaunch({
  376. url: '/pages/operate/logs/logs'
  377. });
  378. }, 1500);
  379. } else {
  380. a.alert(t.msg);
  381. }
  382. }
  383. }
  384. );
  385. },
  386. selectAddress() {
  387. // 选择收货地址
  388. const that = this;
  389. app.globalData.select_address(function (r) {
  390. that.setData({
  391. address: r
  392. });
  393. });
  394. },
  395. msgInput(e) {
  396. // 留言内容
  397. this.setData({
  398. message: e.detail.value
  399. });
  400. }
  401. }
  402. };
  403. </script>
  404. <style>
  405. /* yidu_tc/pages/jifen/integral/pay/pay.wxss */
  406. page {
  407. background: #f6f6f6;
  408. font-size: 28rpx !important;
  409. }
  410. .content {
  411. padding: 20rpx 20rpx 132rpx;
  412. box-sizing: border-box;
  413. }
  414. .p-common {
  415. border-radius: 20rpx;
  416. padding: 26rpx 30rpx;
  417. margin-bottom: 20rpx;
  418. background: white;
  419. /* width: calc(100% - 132rpx); */
  420. position: relative;
  421. }
  422. .shippingType {
  423. font-size: 28rpx;
  424. color: #333;
  425. }
  426. .shopWrap {
  427. display: flex;
  428. align-items: center;
  429. }
  430. .p-common input {
  431. width: 74%;
  432. }
  433. .p-img {
  434. height: 44rpx;
  435. width: 44rpx;
  436. margin-right: 8rpx;
  437. color: #333;
  438. vertical-align: top;
  439. }
  440. .shareicon {
  441. position: absolute;
  442. right: 30rpx;
  443. top: calc(50% - 8px);
  444. }
  445. .p-goods {
  446. width: 72%;
  447. }
  448. .p-goodsImg {
  449. height: 128rpx;
  450. width: 128rpx;
  451. margin-right: 18rpx;
  452. flex-shrink: 0;
  453. }
  454. .p-goodsName {
  455. text-overflow: ellipsis;
  456. white-space: nowrap;
  457. overflow: hidden;
  458. display: block;
  459. font-size: 32rpx;
  460. }
  461. .p-goodsTips {
  462. color: #666;
  463. font-size: 24rpx;
  464. }
  465. .p-con {
  466. font-size: 24rpx;
  467. color: #666;
  468. }
  469. .p-list {
  470. border-bottom: 1px solid #f2f2f2;
  471. padding: 26rpx 26rpx;
  472. }
  473. .p-list:first-child {
  474. padding-top: 0;
  475. }
  476. .p-list:last-child {
  477. border: none;
  478. }
  479. .p-red {
  480. color:#FB4C6F;
  481. font-size: 28rpx;
  482. }
  483. .isFixed {
  484. position: fixed;
  485. bottom: 32rpx;
  486. z-index: 999;
  487. }
  488. .p-total {
  489. width: 50%;
  490. text-align: center;
  491. }
  492. .p-btn {
  493. border: none;
  494. background: #f62e2e;
  495. color: white;
  496. height: 100%;
  497. border-radius: 0 20rpx 20rpx 0;
  498. width: 50%;
  499. }
  500. .p-common:last-child {
  501. padding: 0;
  502. margin-bottom: 0;
  503. }
  504. .bold {
  505. font-weight: bold;
  506. }
  507. input {
  508. margin-top: -4rpx;
  509. }
  510. .nav {
  511. height: 50rpx;
  512. display: -webkit-flex;
  513. display: flex;
  514. align-items: center;
  515. background: #fff;
  516. padding: 20rpx 20rpx;
  517. }
  518. .default {
  519. /* line-height: 90rpx; */
  520. text-align: center;
  521. -webkit-flex: 1;
  522. color: #333;
  523. font-weight: 700;
  524. font-size: 25rpx;
  525. padding: 8rpx 12rpx;
  526. background: #eeeeee;
  527. border-radius: 10rpx;
  528. margin-left: 20rpx;
  529. }
  530. .red {
  531. /* line-height: 90rpx; */
  532. text-align: center;
  533. color: #ff6b05;
  534. font-size: 25rpx;
  535. padding: 8rpx 12rpx;
  536. background: #ffefe7;
  537. border-radius: 10rpx;
  538. margin-left: 20rpx;
  539. }
  540. .switch {
  541. float: right;
  542. zoom: 90%;
  543. overflow: hidden;
  544. }
  545. .btn {
  546. padding: 0 60rpx;
  547. border-radius: 0;
  548. height: 100rpx;
  549. line-height: 100rpx;
  550. margin: 0;
  551. }
  552. .fui-list-inner .sure_subtitle {
  553. /* line-height: 36rpx; */
  554. position: relative;
  555. font-size: 30rpx;
  556. color: #444;
  557. max-height: 68rpx;
  558. overflow: hidden;
  559. width: 460rpx;
  560. text-overflow: ellipsis;
  561. white-space: nowrap;
  562. margin-bottom: 20rpx;
  563. }
  564. .fui-list-inner {
  565. position: relative;
  566. width: 100%;
  567. overflow: hidden;
  568. box-sizing: border-box;
  569. display: block;
  570. margin-top: -60rpx;
  571. }
  572. .fui-number {
  573. height: 40rpx;
  574. width: 130rpx;
  575. }
  576. .minus,
  577. .plus {
  578. width: 40rpx;
  579. height: 40rpx;
  580. font-size: 40rpx;
  581. line-height: 40rpx;
  582. }
  583. .fui-list-angle {
  584. margin-right: 0;
  585. text-align: right;
  586. word-break: normal;
  587. margin-top: 40px;
  588. }
  589. .fui-cell-text .shop_name {
  590. font-size: 33rpx;
  591. }
  592. .cart-option .choose-option {
  593. font-size: 24rpx;
  594. color: #ccc;
  595. }
  596. .fui-list-angle .price {
  597. color: #e02e24;
  598. font-size: 24rpx;
  599. }
  600. .fui-list-angle view {
  601. font-size: 24rpx;
  602. color: #444;
  603. }
  604. page {
  605. background: #f2f2f2;
  606. }
  607. .create_btn {
  608. background: #f5cb3b;
  609. font-size: 34rpx;
  610. color: #222222;
  611. border: 0;
  612. }
  613. .create_btn::after {
  614. border: 0;
  615. border-radius: 0;
  616. }
  617. .coupon_box {
  618. padding-left: 5rem;
  619. position: relative;
  620. width: 70%;
  621. margin: 0 auto;
  622. margin-bottom: 0.5rem;
  623. height: 3.6rem;
  624. padding-bottom: 10px;
  625. }
  626. .coupon_box:after {
  627. content: ' ';
  628. position: absolute;
  629. left: 0;
  630. top: 0;
  631. bottom: 0;
  632. right: 0;
  633. z-index: 1;
  634. width: 200%;
  635. height: 200%;
  636. border: 1px solid #f45068;
  637. border-radius: 10rpx;
  638. -webkit-transform-origin: 0 0;
  639. transform-origin: 0 0;
  640. -webkit-transform: scale(0.5, 0.5);
  641. transform: scale(0.5, 0.5);
  642. }
  643. .coupon_price text {
  644. color: #f45068;
  645. }
  646. .coupon_price {
  647. text-align: left;
  648. height: 3rem;
  649. margin-left: -4.5rem;
  650. float: left;
  651. padding-top: 0.3rem;
  652. padding-right: 0.5rem;
  653. }
  654. .coupon_price .price02 {
  655. font-size: 80rpx;
  656. font-weight: bold;
  657. }
  658. .coupon_price .price01 {
  659. font-size: 38rpx;
  660. }
  661. .coupon_time,
  662. .coupon_con {
  663. font-size: 28rpx;
  664. color: #666;
  665. height: 44rpx;
  666. line-height: 44rpx;
  667. position: relative;
  668. right: 0px;
  669. margin-left: 10%;
  670. }
  671. .coupon_time {
  672. padding-top: 20rpx;
  673. }
  674. .cannel_btn {
  675. position: relative;
  676. width: calc(70% + 5rem);
  677. margin: 0 auto;
  678. margin-bottom: 0.5rem;
  679. height: 2.6rem;
  680. line-height: 2.6rem;
  681. text-align: center;
  682. }
  683. .cannel_btn:after {
  684. content: ' ';
  685. position: absolute;
  686. left: 0;
  687. top: 0;
  688. bottom: 0;
  689. right: 0;
  690. z-index: 1;
  691. width: 200%;
  692. height: 200%;
  693. border: 1px solid #999;
  694. border-radius: 10rpx;
  695. -webkit-transform-origin: 0 0;
  696. transform-origin: 0 0;
  697. -webkit-transform: scale(0.5, 0.5);
  698. transform: scale(0.5, 0.5);
  699. }
  700. .cannel_btn text {
  701. font-size: 32rpx;
  702. color: #8c8c8c;
  703. }
  704. .coupon_arrow {
  705. background: url('http://ddfwz.sssvip.net/asmce/diancan/right_arrow.png') no-repeat right center;
  706. background-size: 36rpx 36rpx;
  707. }
  708. .a-li {
  709. background: #fff url('http://ddfwz.sssvip.net/asmce/diancan/pt-ico1.png') no-repeat 95% center;
  710. background-size: 15rpx auto;
  711. padding: 23.4rpx 3%;
  712. text-align: left;
  713. }
  714. .a-li02 {
  715. background: #fff url('http://ddfwz.sssvip.net/asmce/diancan/pt-ico11.png') no-repeat 95% center;
  716. background-size: 28rpx auto;
  717. padding: 23.4rpx 3%;
  718. text-align: left;
  719. }
  720. /*自提*/
  721. .join_g_li {
  722. background: #fff;
  723. position: relative;
  724. }
  725. .join_g_li .join_li {
  726. height: 3rem;
  727. line-height: 3rem;
  728. padding-left: 3.4rem;
  729. position: relative;
  730. font-size: 0.8rem;
  731. }
  732. .join_g_li .join_li:after {
  733. content: '';
  734. position: absolute;
  735. left: 0;
  736. bottom: 0;
  737. width: 100%;
  738. height: 0;
  739. border-bottom: 2rpx solid #e6e6e6;
  740. -webkit-transform-origin: 0 100%;
  741. transform-origin: 0 100%;
  742. -webkit-transform: scaleY(0.5);
  743. transform: scaleY(0.5);
  744. }
  745. .join_g_li .join_li text {
  746. display: block;
  747. width: 4rem;
  748. margin-left: -4rem;
  749. float: left;
  750. text-align: right;
  751. font-size: 0.8rem;
  752. color: #666666;
  753. }
  754. .join_g_li .join_li input {
  755. height: 3rem;
  756. line-height: 3rem;
  757. margin-left: 0.5rem;
  758. }
  759. .join_g_li .join_li .section picker {
  760. margin-left: 0.5rem;
  761. }
  762. .bottom_form_btn {
  763. width: 260rpx;
  764. height: 100rpx;
  765. background: #000;
  766. position: fixed;
  767. bottom: 0;
  768. right: 0;
  769. opacity: 0;
  770. z-index: 999999999999999999999;
  771. }
  772. .join_g_li:before {
  773. content: '';
  774. position: absolute;
  775. left: 0;
  776. top: 0;
  777. width: 100%;
  778. height: 0;
  779. border-top: 2rpx solid #e6e6e6;
  780. -webkit-transform-origin: 0 0;
  781. transform-origin: 0 0;
  782. -webkit-transform: scaleY(0.5);
  783. transform: scaleY(0.5);
  784. }
  785. .getPhone_button {
  786. width: 120rpx;
  787. height: 50rpx;
  788. font-size: 22rpx;
  789. float: right;
  790. margin-top: -36px;
  791. padding: 0;
  792. color: #ff6b05;
  793. background: #fff;
  794. line-height: 50rpx;
  795. right: 10px;
  796. border: 1px solid #ff6b05;
  797. }
  798. .goodsInfo {
  799. margin-bottom: 0;
  800. border-radius: 0rpx 0rpx 0 0;
  801. }
  802. .radius {
  803. border-radius: 0 0 20rpx 20rpx;
  804. }
  805. .fw700 {
  806. font-weight: 700;
  807. }
  808. .fw500 {
  809. color: #fe6000;
  810. }
  811. .botBox {
  812. height: 112rpx;
  813. position: fixed;
  814. bottom: 0;
  815. border-top: 1px solid #eee;
  816. background: #fff;
  817. width: 100%;
  818. z-index: 100;
  819. display: flex;
  820. align-items: center;
  821. justify-content: space-between;
  822. padding: 0 18rpx 0 37rpx;
  823. box-sizing: border-box;
  824. }
  825. .botPrice {
  826. display: flex;
  827. align-items: center;
  828. }
  829. .botPrice > view:nth-child(1) {
  830. font-size: 25rpx;
  831. color: #000000;
  832. margin-right: 12rpx;
  833. }
  834. .botPrice > view:nth-child(2) {
  835. font-size: 25rpx;
  836. color:#FB4C6F;
  837. }
  838. .botPrice > view:nth-child(3) {
  839. font-size: 38rpx;
  840. color:#FB4C6F;
  841. font-weight: 700;
  842. }
  843. .botPrice > view:nth-child(4) {
  844. font-size: 25rpx;
  845. color: #FB4C6F;
  846. }
  847. .botBtn {
  848. width: 203rpx;
  849. height: 86rpx;
  850. text-align: center;
  851. line-height: 86rpx;
  852. color: #fff;
  853. border-radius: 40rpx;
  854. background: #FB4C6F;
  855. font-size: 28rpx;
  856. }
  857. .busInfo {
  858. display: flex;
  859. align-items: center;
  860. justify-content: space-between;
  861. background: #fff;
  862. padding: 26rpx;
  863. padding-bottom: 20rpx;
  864. border-radius: 10px 10px 0 0;
  865. border-bottom: 1px solid #eee;
  866. }
  867. .busInfo > view {
  868. font-size: 28rpx;
  869. color: #000;
  870. font-weight: 700;
  871. }
  872. .busInfo > image {
  873. width: 30rpx;
  874. }
  875. .fui-cell-group .fui-cell, .fui-cell-group08 .fui-cell {
  876. position: relative;
  877. padding: 29rpx;
  878. display: flex;
  879. align-items: center;
  880. -moz-transition-duration: 300ms;
  881. transition-duration: 300ms;
  882. transition-property: background-color;
  883. border-bottom: 1px solid #f2f2f2;
  884. }
  885. .fui-cell-group .fui-cell .fui-cell-icon {
  886. margin-right: 8rpx;
  887. width: 44rpx;
  888. height: 44rpx;
  889. color: #999;
  890. text-align: center;
  891. }
  892. .fui-cell-group .fui-cell .fui-cell-text {
  893. -webkit-flex: 1;
  894. flex: 1;
  895. color: #333;
  896. font-size: 28rpx;
  897. }
  898. .fui-cell-group, .fui-cell-group02, .fui-cell-group08 {
  899. margin-top: 0rpx;
  900. background-color: #fff;
  901. line-height: 1.4;
  902. font-size: 30rpx;
  903. overflow: hidden;
  904. position: relative;
  905. box-sizing: border-box;
  906. }
  907. .iflex{
  908. display: flex;
  909. }
  910. .icentery,.icenterY{display: flex;align-items: center;flex-direction:row;}
  911. .ibetween{display: flex;justify-content: space-between}
  912. </style>