shoppingCart.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  1. <template>
  2. <view>
  3. <u-navbar :is-back="false" title="购物车" :border-bottom="false" title-color="#333333" back-icon-color="#ffffff">
  4. <view class="slot-wrap"><image src="/static/logo2.png" style="width: 178rpx;height: 31rpx;margin-left: 30rpx;"></image></view>
  5. </u-navbar>
  6. <view v-show="isLogin">
  7. <view v-if="!list.length"><u-empty text="购物车为空" margin-top="500" mode="car"></u-empty></view>
  8. <view v-else>
  9. <view class="shop_list">
  10. <uni-swipe-action>
  11. <u-checkbox-group @change="checkboxGroupChange" placement="column" >
  12. <view>
  13. <uni-swipe-action-item :autoClose="false" @change="swipeChange($event, item)" :show="item.show" v-for="(item, index) in list" :key="index">
  14. <view class="goods-item">
  15. <view class="item-wrap">
  16. <view class="goods-msg">
  17. <u-checkbox @change="checkboxChange" :disabled="item.goodsStatus == 0" style="width: 100%;" v-model="list[index].checked" shape="circle" :name="index">
  18. <view class="flex">
  19. <view class="goods-img">
  20. <image :src="$method.splitImgHost(item.coverUrl, true)"></image>
  21. </view>
  22. <view class="flex__auto">
  23. <view class="goods-title">{{ item.goodsName }}</view>
  24. <view class="priceTag">¥ {{ item.standPrice }}</view>
  25. <view class="priceTag" v-if="item.goodsStatus == 0">该商品已下架</view>
  26. </view>
  27. </view>
  28. </u-checkbox>
  29. </view>
  30. <view class="goods-select" v-if="item.templateType != null && item.goodsType == 1">
  31. <u-line color="#D6D6DB" />
  32. <view class="goods-select__type" v-if="item.templateType == 'class'"
  33. @click="openPopup(0, item, index)">
  34. <view style="color: #666666;font-size: 24rpx;">{{ !item.gradObj.className ? '选择班级' : item.gradObj.className }}</view>
  35. <view><u-icon name="arrow-right" color="#999999" size="28"></u-icon></view>
  36. </view>
  37. <view class="goods-select__type" v-if="item.templateType == 'apply'"
  38. @click="openPopup(1, item, index)"
  39. >
  40. <view style="color: #666666;font-size: 24rpx;">
  41. {{
  42. !item.applyAreas.areaName
  43. ? '报考地区'
  44. : item.examDate.examineName + '-' + item.applyAreas.areaName + '-' + item.applyAreas.cityName
  45. }}
  46. </view>
  47. <view><u-icon name="arrow-right" color="#999999" size="28"></u-icon></view>
  48. </view>
  49. </view>
  50. </view>
  51. </view>
  52. <template v-slot:right>
  53. <view class="operate" @click="delItem(item)">
  54. <view><text>删除</text></view>
  55. </view>
  56. </template>
  57. </uni-swipe-action-item>
  58. </view>
  59. </u-checkbox-group>
  60. </uni-swipe-action>
  61. </view>
  62. </view>
  63. <u-popup v-model="show" mode="bottom" border-radius="40">
  64. <view class="popup_box">
  65. <view style="margin-bottom: 20rpx;">
  66. <view class="line1"></view>
  67. <view class="grade">选择班级</view>
  68. </view>
  69. <u-line color="#D6D6DB" />
  70. <view>
  71. <scroll-view scroll-y="true" style="height: 536rpx;">
  72. <view>
  73. <u-radio-group v-model="gradeValue">
  74. <view v-for="(item, index) in gradeList" :key="index">
  75. <view style="display: flex;align-items: center;padding: 20rpx;">
  76. <view>
  77. <u-radio shape="circle" :name="index">
  78. <view :class="index == gradeValue? 'white-box blue-box' : 'white-box'">
  79. <view>
  80. <view class="blackTxt">{{ item.className }}</view>
  81. <view class="redTxt" v-if="item.classEndTime">有效期至:{{ $method.timestampToTime(item.classEndTime) }}</view>
  82. <view class="redTxt" v-if="item.classEndTime">本班还剩{{ $method.GetRTime(item.classEndTime) }}天将结束学习</view>
  83. </view>
  84. </view>
  85. </u-radio>
  86. </view>
  87. </view>
  88. </view>
  89. </u-radio-group>
  90. </view>
  91. </scroll-view>
  92. </view>
  93. <view class="confrim-btn"><view class="okBtn" @click="okPopup(0)">确定</view></view>
  94. </view>
  95. </u-popup>
  96. <u-popup v-model="show1" mode="bottom" border-radius="40">
  97. <view class="popup_box">
  98. <view style="margin-bottom: 20rpx;">
  99. <view class="line1"></view>
  100. <view class="grade">选择考期/地区</view>
  101. </view>
  102. <u-line color="#D6D6DB" />
  103. <view style="display: flex;height: 536rpx;">
  104. <view style="width: 50%;">
  105. <view class="topTxt">考期</view>
  106. <view>
  107. <picker-view :indicator-style="indicatorStyle" :value="value" @change="bindChangeE" class="picker-view">
  108. <picker-view-column>
  109. <view class="picker-item" v-for="(item, index) in examine" :key="index">{{ item.examineName }}</view>
  110. </picker-view-column>
  111. </picker-view>
  112. </view>
  113. </view>
  114. <view style="width: 50%;">
  115. <view class="topTxt">地区</view>
  116. <view>
  117. <picker-view :indicator-style="indicatorStyle" :value="value" @change="bindChange" class="picker-view">
  118. <picker-view-column>
  119. <view class="picker-item" v-for="(item, index) in provinceList" :key="index">{{ item.areaName }}</view>
  120. </picker-view-column>
  121. <picker-view-column>
  122. <view class="picker-item" v-for="(item, index) in cityList" :key="index">{{ item.areaName }}</view>
  123. </picker-view-column>
  124. </picker-view>
  125. </view>
  126. </view>
  127. </view>
  128. <view class="confrim-btn"><view class="okBtn" @click="okPopup(1)">确定</view></view>
  129. </view>
  130. </u-popup>
  131. </view>
  132. <view v-show="!isLogin">
  133. <view style="display: flex;align-items:center;flex-direction: column;margin-top: 40%;font-size: 32rpx;">
  134. <view style="color: #999999;">您还没有登录哦~</view>
  135. <view style="margin-top: 30rpx;"><u-button type="primary" @click="login">去登录</u-button></view>
  136. </view>
  137. </view>
  138. <view class="bottomBox" v-if="!hideBuyState">
  139. <view class="bottons_all">
  140. <view class="check_alls">
  141. <u-checkbox label="all" name="all" shape="circle" @change="checkboxAllChange" v-model="allChecked"></u-checkbox>
  142. <text class="checkall">全选</text>
  143. <!-- <text class="rmb">¥</text> -->
  144. <view class="all_sum">结算:</view>
  145. <view class="priceTag">¥ {{ toFixed(totalPrice) }}</view>
  146. </view>
  147. <view style="display: flex;align-items: center;">
  148. <!-- <view style="color: #999999;margin-right: 8rpx;">合计</view> -->
  149. <view style="display: flex;color: #FFFFFF;align-items: center;" @click="goBuy()">
  150. <view class="btn2">结算</view>
  151. <!-- <u-icon name="arrow-right" color="#fff" size="30"></u-icon> -->
  152. </view>
  153. </view>
  154. </view>
  155. </view>
  156. </view>
  157. </template>
  158. <script>
  159. import { mapGetters } from 'vuex';
  160. export default {
  161. data() {
  162. return {
  163. gradeValue: -1,
  164. isLogin: false,
  165. allChecked: false,
  166. checkboxValue1: [],
  167. list: [],
  168. value1: '',
  169. show: false,
  170. show1: false,
  171. totalPrice: 0.0,
  172. isOld: false,
  173. checkboxList: [],
  174. gradeList: [],
  175. examine: [],
  176. provinceList: [],
  177. cityList: [],
  178. detail: {},
  179. detailIndex: -1,
  180. applyObj: {
  181. applyAreasJson: null,
  182. examDateJson: null
  183. },
  184. pAreaIndex: 0,
  185. cAreaIndex: 0,
  186. examIndex: 0,
  187. current: 3,
  188. tabbarlist: this.$store.state.tabLists
  189. };
  190. },
  191. computed: { ...mapGetters(['userInfo','hideBuyState']) },
  192. onLoad(option) {
  193. // console.log(option,987)
  194. },
  195. onShow() {
  196. this.isLogin = this.$method.isLogin();
  197. if (this.isLogin) {
  198. if (uni.getStorageSync('updateCart') || !this.isOld) {
  199. this.isOld = true;
  200. this.cartList();
  201. uni.removeStorageSync('updateCart'); //消费购物车刷新事件
  202. }
  203. }
  204. },
  205. methods: {
  206. toFixed(num) {
  207. return num.toFixed(2)
  208. },
  209. bindChangeE(e) {
  210. this.examIndex = e.detail.value[0];
  211. },
  212. bindChange(e) {
  213. const val = e.detail.value;
  214. if (this.pAreaIndex != e.detail.value[0]) {
  215. this.pAreaIndex = e.detail.value[0];
  216. this.getCityList(this.provinceList[this.pAreaIndex].areaId);
  217. }
  218. if (this.cAreaIndex != e.detail.value[1]) {
  219. this.cAreaIndex = e.detail.value[1];
  220. }
  221. },
  222. checkAreaData() {
  223. if (this.examine.length == 0) {
  224. uni.showModal({
  225. title: '提示',
  226. content: '请选择考期',
  227. showCancel: false
  228. });
  229. return false;
  230. }
  231. return true;
  232. },
  233. checkData() {
  234. if (this.detail.templateType == 'class') {
  235. if (this.gradeValue < 0) {
  236. uni.showModal({
  237. title: '提示',
  238. content: '请选择班级',
  239. showCancel: false
  240. });
  241. return false;
  242. }
  243. } else if (this.detail.templateType == 'apply') {
  244. if (!this.applyObj.examDateJson) {
  245. uni.showModal({
  246. title: '提示',
  247. content: '请选择考期',
  248. showCancel: false
  249. });
  250. return false;
  251. }
  252. }
  253. return true;
  254. },
  255. //弹出框确定
  256. okPopup(index) {
  257. if (index == 0) {
  258. if (!this.checkData()) {
  259. return;
  260. }
  261. this.gradeIndex = this.gradeValue;
  262. this.list[this.detailIndex].gradObj = this.gradeList[this.gradeIndex]; //商品赋值选中班级
  263. this.show = false;
  264. } else {
  265. if (!this.checkAreaData()) {
  266. return;
  267. }
  268. this.examDate = this.examine[this.examIndex];
  269. let pData = this.provinceList[this.pAreaIndex];
  270. let cData = this.cityList[this.cAreaIndex];
  271. this.applyAreas = { areaName: pData.areaName, areaId: pData.areaId, cityId: cData.areaId, cityName: cData.areaName };
  272. // this.applyObj.applyAreasJson = JSON.stringify(this.applyAreas)
  273. // this.applyObj.examDateJson = JSON.stringify(this.examDate)
  274. this.list[this.detailIndex].examDate = this.examDate; //商品赋值选中考期地区
  275. this.list[this.detailIndex].applyAreas = this.applyAreas; //商品赋值选中考期地区
  276. this.show1 = false;
  277. }
  278. },
  279. getExamine(id) {
  280. let self = this;
  281. this.$api.getExamine({ projectId: id }).then(res => {
  282. if (res.data.code == 200) {
  283. self.examine = res.data.rows;
  284. }
  285. });
  286. },
  287. getCityList(id) {
  288. let self = this;
  289. this.$api.getCityList({ parentId: id }).then(res => {
  290. if (res.data.code == 200) {
  291. self.cityList = res.data.rows;
  292. }
  293. });
  294. },
  295. getProvinceList() {
  296. let self = this;
  297. if (self.provinceList.length > 0) {
  298. return;
  299. }
  300. this.$api.getProvinceList().then(res => {
  301. if (res.data.code == 200) {
  302. self.provinceList = res.data.rows;
  303. if (self.provinceList.length > 0) {
  304. self.getCityList(self.provinceList[0].areaId);
  305. }
  306. }
  307. });
  308. },
  309. goodsGradeList(goodsId) {
  310. let self = this;
  311. this.$api.goodsGradeList({ goodsId: goodsId }).then(res => {
  312. if (res.data.code == 200) {
  313. self.gradeList = res.data.rows;
  314. if (self.gradeList.length == 0) {
  315. let item = {
  316. className: '系统分班',
  317. gradeId: 0
  318. };
  319. self.gradeList.push(item);
  320. }
  321. }
  322. });
  323. },
  324. openPopup(index, item, itemIndex) {
  325. this.detail = item;
  326. this.detailIndex = itemIndex;
  327. if (index == 0) {
  328. this.gradeValue = -1;
  329. this.show = true;
  330. this.goodsGradeList(item.goodsId);
  331. } else {
  332. this.applyObj = {
  333. applyAreasJson: null,
  334. examDateJson: null
  335. };
  336. (this.pAreaIndex = 0), (this.cAreaIndex = 0), (this.examIndex = 0), (this.show1 = true);
  337. this.getProvinceList();
  338. this.getExamine(item.projectId);
  339. }
  340. },
  341. checkboxGroupChange(e) {
  342. this.checkboxList = e;
  343. if(this.checkboxList.length==this.list.length){
  344. this.allChecked = true;
  345. }else{
  346. this.allChecked = false;
  347. }
  348. },
  349. login() {
  350. uni.navigateTo({ url: '/pages4/login/login' });
  351. },
  352. cartList() {
  353. let self = this;
  354. this.allChecked = false;
  355. this.totalPrice = 0.0;
  356. this.checkboxList = [];
  357. this.$api.cartList().then(res => {
  358. if (res.data.code == 200) {
  359. for (let i = 0; i < res.data.rows.length; i++) {
  360. let item = res.data.rows[i];
  361. item.checked = false;
  362. if (item.status != 1 || item.goodsStatus != 1) {
  363. item.disabled = true;
  364. } else {
  365. item.disabled = false;
  366. }
  367. item.show = false;
  368. item.gradObj = {}; //存储班级
  369. item.applyAreas = {};
  370. item.examDate = {};
  371. }
  372. self.list = res.data.rows;
  373. }
  374. });
  375. },
  376. delItem(item) {
  377. let self = this;
  378. this.$api.deleteCart(item.id).then(res => {
  379. if (res.data.code == 200) {
  380. self.cartList();
  381. }
  382. });
  383. },
  384. swipeChange(e, item) {
  385. item.show = e;
  386. },
  387. goBuy() {
  388. if (this.checkboxList.length == 0) {
  389. uni.showModal({
  390. title: '提示',
  391. content: '请选择商品',
  392. showCancel: false
  393. });
  394. return;
  395. }
  396. let checkGoodsList = [];
  397. for (let i = 0; i < this.checkboxList.length; i++) {
  398. let index = this.checkboxList[i];
  399. let item = this.list[index];
  400. checkGoodsList.push(item);
  401. if (item.templateType == 'class' && item.goodsType == 1) {
  402. if (!item.gradObj.className) {
  403. uni.showModal({
  404. title: '提示',
  405. content: '请选择班级',
  406. showCancel: false
  407. });
  408. return false;
  409. }
  410. }
  411. if (item.templateType == 'apply' && item.goodsType == 1) {
  412. // if (!item.applyAreas.areaName) {
  413. // uni.showModal({
  414. // title: '提示',
  415. // content: '请选择报考地区',
  416. // showCancel: false
  417. // });
  418. // return false;
  419. // }
  420. }
  421. }
  422. this.$store.commit('setShoppingCartList', { shoppingCartList: checkGoodsList });
  423. this.$navTo.togo('/pages2/order/confirm_pay?fromCart=true');
  424. },
  425. checkboxChange(n) {
  426. this.$nextTick(() => {
  427. this.totalPrice = 0.0;
  428. for (let i = 0; i < this.list.length; i++) {
  429. if(this.list[i].checked) {
  430. this.totalPrice += this.list[i].standPrice;
  431. }
  432. }
  433. })
  434. },
  435. checkboxAllChange(n) {
  436. this.$nextTick(() => {
  437. this.totalPrice = 0.0;
  438. this.checkboxList = [];
  439. if (n.value) {
  440. for (let i = 0; i < this.list.length; i++) {
  441. this.list[i].checked = true;
  442. this.totalPrice += this.list[i].standPrice;
  443. this.checkboxList.push(i);
  444. }
  445. } else {
  446. for (let i = 0; i < this.list.length; i++) {
  447. this.list[i].checked = false;
  448. }
  449. }
  450. })
  451. }
  452. }
  453. };
  454. </script>
  455. <style>
  456. page {
  457. background-color: #eaeef1;
  458. }
  459. </style>
  460. <style scoped lang="scss">
  461. .shop_list {
  462. padding: 16rpx 16rpx 180rpx 16rpx;
  463. // padding-bottom: 98rpx;
  464. }
  465. .operate {
  466. background-color: #ff3b30;
  467. color: #ffffff;
  468. border-top-right-radius: 16rpx;
  469. border-bottom-right-radius: 16rpx;
  470. margin-bottom: 20rpx;
  471. display: flex;
  472. align-items: center;
  473. justify-content: center;
  474. padding: 0 20rpx;
  475. }
  476. .picker-item {
  477. height: 50px;
  478. align-items: center;
  479. justify-content: center;
  480. text-align: center;
  481. }
  482. .picker-view {
  483. width: 100%;
  484. height: 420rpx;
  485. text-align: center;
  486. }
  487. .topTxt {
  488. font-size: 30rpx;
  489. color: #666666;
  490. text-align: center;
  491. padding: 20rpx 0;
  492. }
  493. .blackTxt {
  494. font-size: 30rpx;
  495. font-family: PingFang SC;
  496. font-weight: bold;
  497. color: #333333;
  498. }
  499. .redTxt {
  500. font-size: 30rpx;
  501. font-family: PingFang SC;
  502. color: #ff2d55;
  503. margin-top: 13rpx;
  504. }
  505. .blue-box {
  506. background: #ebf5ff;
  507. }
  508. .white-box {
  509. width: 646rpx;
  510. border-radius: 24rpx;
  511. align-items: center;
  512. display: flex;
  513. padding-left: 15rpx;
  514. }
  515. .okBtn {
  516. width: 200rpx;
  517. height: 64rpx;
  518. background: linear-gradient(0deg, #015eea, #00c0fa);
  519. border-radius: 32rpx;
  520. color: #ffffff;
  521. text-align: center;
  522. line-height: 64rpx;
  523. }
  524. .confrim-btn {
  525. border-top: 1px solid #eeeeee;
  526. height: 98rpx;
  527. width: 100%;
  528. display: flex;
  529. align-items: center;
  530. justify-content: center;
  531. }
  532. .grade {
  533. height: 23rpx;
  534. font-size: 24rpx;
  535. color: #999999;
  536. margin: 0 auto;
  537. margin-top: 15rpx;
  538. text-align: center;
  539. }
  540. .line1 {
  541. width: 80rpx;
  542. height: 8rpx;
  543. background: #999999;
  544. border-radius: 4rpx;
  545. margin: 0 auto;
  546. margin-top: 15rpx;
  547. }
  548. .popup_box {
  549. height: 700rpx;
  550. box-shadow: 0rpx 0rpx 16rpx 4rpx rgba(145, 156, 178, 0.1);
  551. border-radius: 32rpx 32rpx 0rpx 0rpx;
  552. }
  553. .goods-item {
  554. width: 100%;
  555. background: #ffffff;
  556. border-radius: 24rpx;
  557. margin-bottom: 12rpx;
  558. padding: 15rpx 0;
  559. display: flex;
  560. .item-wrap {
  561. width:100%;
  562. .goods-msg {
  563. padding: 0rpx 0rpx 0rpx 22rpx;
  564. display: flex;
  565. align-items:center;
  566. .flex {
  567. display: flex;
  568. padding-bottom: 15rpx;
  569. width:630rpx;
  570. .goods-img {
  571. overflow: hidden;
  572. width: 204rpx;
  573. height: 120rpx;
  574. border-radius: 22rpx;
  575. margin-left: 22rpx;
  576. margin-right: 24rpx;
  577. image {
  578. display: block;
  579. // width: 278rpx;
  580. // height: 156rpx;
  581. width: 100%;
  582. height: 100%;
  583. }
  584. }
  585. &__auto {
  586. flex: 1;
  587. .goods-title {
  588. color: #333333;
  589. font-size: 28rpx;
  590. font-weight: bold;
  591. text-align: right;
  592. width: 378rpx;
  593. overflow:hidden;
  594. text-overflow:ellipsis;
  595. white-space:nowrap;
  596. }
  597. .priceTag {
  598. font-size: 32rpx;
  599. font-family: PingFang SC;
  600. font-weight: bold;
  601. color: #FC3F3F;
  602. display: flex;
  603. // flex-direction: row-reverse;
  604. margin-right: 8rpx;
  605. margin-top: 25rpx;
  606. }
  607. }
  608. }
  609. }
  610. .goods-select {
  611. &__type {
  612. display: flex;
  613. justify-content: space-between;
  614. align-items: center;
  615. height: 50rpx;
  616. padding: 0 15rpx;
  617. }
  618. }
  619. }
  620. }
  621. .btn2 {
  622. font-size: 32rpx;
  623. font-weight: 500;
  624. color: #FFFFFF;
  625. margin-right: 8rpx;
  626. width: 232rpx;
  627. height: 92rpx;
  628. line-height: 92rpx;
  629. text-align: center;
  630. background: #FC3F3F;
  631. border-radius: 120rpx;
  632. }
  633. .bottomBox {
  634. position: fixed;
  635. bottom: 0rpx;
  636. width: 100%;
  637. left: 0;
  638. height: 132rpx;
  639. background-color: #ffffff;
  640. display: flex;
  641. justify-content: space-between;
  642. align-items: center;
  643. padding: 0 32rpx;
  644. box-shadow: 0px -2px 6px 0px rgba(0,0,0,0.1000);
  645. z-index: 9999;
  646. .bottons_all {
  647. // width: 674rpx;
  648. // height: 104rpx;
  649. // background: #007AFF;
  650. // border-radius: 52rpx;
  651. width: 100%;
  652. display: flex;
  653. align-items: center;
  654. justify-content: space-between;
  655. // padding: 0rpx 26rpx 0rpx 23rpx;
  656. }
  657. .priceTag {
  658. font-size: 32rpx;
  659. font-family: PingFang SC;
  660. font-weight: bold;
  661. color: #FC3F3F;
  662. display: flex;
  663. flex-direction: row-reverse;
  664. margin-right: 20rpx;
  665. }
  666. .check_alls {
  667. display: flex;
  668. align-items: center;
  669. color: #969696;
  670. // .rmb {
  671. // // margin-right: 9rpx;
  672. // // margin-left: 35rpx;
  673. // // font-size: 20rpx;
  674. // // position: relative;
  675. // // top: -14rpx;
  676. // // left: 0rpx;
  677. // }
  678. }
  679. .all_sum {
  680. font-size: 28rpx;
  681. font-weight: 800;
  682. color: #303030;
  683. margin-left: 35rpx;
  684. }
  685. .checkall {
  686. font-weight: 500;
  687. color: #969696;
  688. font-size: 28rpx;
  689. }
  690. }
  691. .half_circle {
  692. position: fixed;
  693. bottom: 0rpx;
  694. width: 100%;
  695. left: 0;
  696. height: 20rpx;
  697. border: 1rpx solid;
  698. display: flex;
  699. justify-content: center;
  700. .bulge {
  701. width: 110rpx;
  702. height: 55rpx;
  703. border-radius: 55px 55px 0px 0px;
  704. background-color: #fff;
  705. }
  706. }
  707. </style>