cart.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767
  1. <template>
  2. <!-- 购物车 -->
  3. <view class="page">
  4. <u-navbar :safeAreaInsetTop="true" :placeholder="true">
  5. <view class="u-nav-slot" slot="left">
  6. <view class="">
  7. <text class="shopcart">{{ i18n.Shopping }}</text>
  8. <text class="sum">({{ goodsNum }})</text>
  9. </view>
  10. </view>
  11. <view class="u-nav-slot" slot="right">
  12. <view class="u-flex">
  13. <text @click="admin" v-if="success">{{ i18n.manage }}</text>
  14. <text @click="admin" v-else>{{ i18n.complete }}</text>
  15. <view class="" style="width: 200rpx"></view>
  16. </view>
  17. </view>
  18. </u-navbar>
  19. <u-checkbox-group
  20. v-model="checkboxValue1"
  21. placement="column"
  22. @change="checkboxChange"
  23. >
  24. <view class="box" v-for="(item, idx) in goodsList" :key="idx">
  25. <view class="item">
  26. <view class="shopname u-flex">
  27. <image
  28. src="/static/mine/354.png"
  29. class="circle"
  30. mode="scaleToFill"
  31. @click="shopSelectAll(item.goods)"
  32. v-if="shop(item.goods)"
  33. />
  34. <image
  35. src="/static/mine/353.png"
  36. class="circle"
  37. mode="scaleToFill"
  38. @click="shopSelectAll(item.goods)"
  39. v-else
  40. />
  41. <image
  42. :src="item.image"
  43. style="width: 28rpx; height: 28rpx"
  44. mode=""
  45. ></image>
  46. <text>{{ item.merchant_name }}</text>
  47. <image
  48. src="/static/express/next1.png"
  49. style="width: 32rpx; height: 32rpx"
  50. mode=""
  51. ></image>
  52. </view>
  53. <u-swipe-action>
  54. <view
  55. class="u-flex"
  56. style="margin-top: 30rpx; width: 100%"
  57. v-for="(chid, index) in item.goods"
  58. :key="index"
  59. >
  60. <u-swipe-action-item
  61. :options="options2"
  62. @click="followOrdelete"
  63. :autoClose="true"
  64. :name="chid.cart.sku_item_id"
  65. :disabled="chid.status == 'down'"
  66. >
  67. <!-- <view class="" style="position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 100;background-color: rgba(255, 255, 255, 0.5);"></view> -->
  68. <u-checkbox
  69. shape="circle"
  70. :customStyle="{ marginBottom: '8px' }"
  71. :name="chid.cart.sku_item_id"
  72. activeColor="#F83224"
  73. :disabled="chid.status == 'down'"
  74. >
  75. </u-checkbox>
  76. <view
  77. class=""
  78. style="
  79. position: relative;
  80. width: 172rpx;
  81. height: 172rpx;
  82. border-radius: 16rpx;
  83. "
  84. >
  85. <image
  86. :src="chid.image"
  87. style="width: 172rpx; height: 172rpx"
  88. mode=""
  89. >
  90. </image>
  91. <view class="down" v-if="chid.status == 'down'"
  92. ><view class="sold"> 商品下架 </view></view
  93. >
  94. </view>
  95. <view class="good" style="flex: 1; margin-left: 10rpx">
  96. <view class="goodname">{{ chid.name_cn }}</view>
  97. <view class="goods" v-if="chid.sku_item.length > 0">{{
  98. chid.sku_item[0].item
  99. }}</view>
  100. <view class="" style="margin-top: 21rpx">
  101. <view
  102. class="goodtab"
  103. v-for="itemLabel in chid.label_arr"
  104. :key="itemLabel.id"
  105. >{{ itemLabel.name_cn }}</view
  106. >
  107. </view>
  108. <view
  109. class="u-flex u-row-between"
  110. style="width: 100%; margin-top: 20rpx"
  111. >
  112. <view class="" v-if="chid.sku_item.length > 0">
  113. <text class="money">¥</text>
  114. <text class="money" style="font-size: 30rpx">{{
  115. chid.sku_item[0].price.split(".")[0]
  116. }}</text>
  117. <text class="money"
  118. >.{{ chid.sku_item[0].price.split(".")[1] }}</text
  119. >
  120. <text class="weight"
  121. >{{ chid.sku_item[0].weight }}kg</text
  122. >
  123. </view>
  124. <view class="aaaaaa">
  125. <!-- <view class="delect" v-if='dele'>{{i18n.delete}}</view> -->
  126. <view
  127. class=""
  128. v-if="num == chid.cart.sku_item_id && success"
  129. >
  130. <!-- <u-number-box v-model="value" @change="valChange"></u-number-box> -->
  131. <u-number-box
  132. v-model="chid.cart.goods_num"
  133. @change="addOrReduce"
  134. >
  135. <view slot="minus" class="minus">
  136. <u-icon
  137. name="minus"
  138. color="#B5B5B5"
  139. size="12"
  140. ></u-icon>
  141. </view>
  142. <text
  143. slot="input"
  144. style="
  145. width: 50px;
  146. text-align: center;
  147. font-size: 20rpx;
  148. "
  149. class="input"
  150. >{{ chid.cart.goods_num }}</text
  151. >
  152. <view slot="plus" class="plus">
  153. <u-icon
  154. name="plus"
  155. color="#B5B5B5"
  156. size="12"
  157. ></u-icon>
  158. </view>
  159. </u-number-box>
  160. </view>
  161. <view
  162. class="num"
  163. v-if="
  164. num != chid.cart.sku_item_id &&
  165. success &&
  166. chid.status == 'normal'
  167. "
  168. @click="num = chid.cart.sku_item_id"
  169. >
  170. x{{ chid.cart.goods_num }}
  171. </view>
  172. <view
  173. v-if="chid.status == 'down'"
  174. class="del"
  175. @click="
  176. followOrdelete({
  177. index: 1,
  178. name: chid.cart.sku_item_id,
  179. })
  180. "
  181. >删除</view
  182. >
  183. </view>
  184. <view v-if="success == false" class="icon">
  185. <u-icon name="trash" color="#fff" size="20"></u-icon>
  186. </view>
  187. </view>
  188. </view>
  189. </u-swipe-action-item>
  190. </view>
  191. </u-swipe-action>
  192. </view>
  193. </view>
  194. </u-checkbox-group>
  195. <u-toast ref="uToast"></u-toast>
  196. <view class="" style="height: 260rpx"></view>
  197. <view class="back-top" @click="backTop">
  198. <image
  199. class="back-icon"
  200. src="../../static/mine/355.png"
  201. mode="scaleToFill"
  202. />
  203. <text class="back-text">顶部</text>
  204. </view>
  205. <kj-tabbar
  206. ref="tabbar1"
  207. :value1="3"
  208. @allSelect="allSelect"
  209. :goodsWeight="goodsWeight"
  210. :goodsPrice="String(goodsPrice.toFixed(2))"
  211. ></kj-tabbar>
  212. </view>
  213. </template>
  214. <script>
  215. export default {
  216. data() {
  217. return {
  218. dele: true,
  219. success: true,
  220. shopitem: -1,
  221. checkboxValue1: [], //商品数组
  222. value: 0,
  223. all: [], //全选数组
  224. goodsList: [],
  225. selectall: -1,
  226. goodsNum: 0,
  227. num: false,
  228. goodsWeight: 0, //商品重量
  229. goodsPrice: 0, //商品价格
  230. options2: [
  231. {
  232. text: "移入关注",
  233. style: {
  234. backgroundColor: "#FFB115",
  235. },
  236. },
  237. {
  238. text: "删除",
  239. style: {
  240. backgroundColor: "#F83224",
  241. },
  242. },
  243. ],
  244. tabarheight: "",
  245. };
  246. },
  247. computed: {
  248. i18n() {
  249. return this.$t("index");
  250. },
  251. },
  252. onLoad() {
  253. const systemInfo = wx.getSystemInfoSync();
  254. const tab =
  255. systemInfo.screenHeight -
  256. systemInfo.safeArea.bottom +
  257. systemInfo.statusBarHeight;
  258. this.tabarheight = tab;
  259. },
  260. methods: {
  261. //返回顶部
  262. backTop() {
  263. uni.pageScrollTo({
  264. scrollTop: 0, // 滚动到页面的目标位置 这个是滚动到顶部, 0
  265. duration: 300, // 滚动动画的时长
  266. });
  267. },
  268. //关注商品 or 删除商品
  269. followOrdelete(e) {
  270. console.log("调用", e);
  271. //关注商品
  272. if (e.index == 0) {
  273. this.goodsList.map((item) => {
  274. item.goods.map((items) => {
  275. if (e.name == items.cart.sku_item_id) {
  276. uni.$u.http
  277. .post(`/api/interest/follow`, {
  278. interest_type: 0,
  279. interest_id: items.merchant_goods_id,
  280. })
  281. .then((res) => {
  282. console.log(res);
  283. });
  284. }
  285. });
  286. });
  287. } else {
  288. //删除商品
  289. this.goodsList.map((item) => {
  290. item.goods.map((items) => {
  291. if (e.name == items.cart.sku_item_id) {
  292. uni.$u.http
  293. .delete(`/api/cart?ids=${items.cart.id}`)
  294. .then((res) => {
  295. this.$refs.uToast.show({
  296. type: "default",
  297. title: "默认主题",
  298. message: "删除成功",
  299. });
  300. this.getShopCarList();
  301. });
  302. }
  303. });
  304. });
  305. }
  306. },
  307. shop(value) {
  308. let num = 0;
  309. value.map((item) => {
  310. if (this.checkboxValue1.indexOf(item.cart.sku_item_id) >= 0) {
  311. num++;
  312. }
  313. });
  314. return num;
  315. },
  316. //修改购物车商品数量
  317. addOrReduce(n) {
  318. uni.$u.http
  319. .post(`/api/cart/num/${this.num}`, { goods_num: n.value, type: "" })
  320. .then((res) => {
  321. console.log(res);
  322. });
  323. },
  324. //店铺商品全选
  325. shopSelectAll(value) {
  326. this.goodsPrice = 0;
  327. this.goodsWeight = 0;
  328. //先判断存放选中的数组有没有选中的数据
  329. if (this.checkboxValue1.length == 0) {
  330. //没有数据则直接将选中店铺中的商品存入数组
  331. value.map((item) => {
  332. this.checkboxValue1.push(item.cart.sku_item_id);
  333. });
  334. } else {
  335. if (this.shop(value) > 0 && this.shop(value) == value.length) {
  336. value.map((item) => {
  337. //先判断选中的商品数组中该店铺商品是否已被选中,已被选中则取消选中,未被选中则推入选中状态
  338. if (this.checkboxValue1.indexOf(item.cart.sku_item_id) >= 0) {
  339. this.checkboxValue1.splice(
  340. this.checkboxValue1.indexOf(item.cart.sku_item_id),
  341. 1
  342. );
  343. }
  344. });
  345. } else if (
  346. (this.shop(value) > 0 && this.shop(value) != value.length) ||
  347. this.shop(value) == 0
  348. ) {
  349. value.map((item) => {
  350. //先判断选中的商品数组中该店铺商品是否已被选中,已被选中则取消选中,未被选中则推入选中状态
  351. if (this.checkboxValue1.indexOf(item.cart.sku_item_id) == -1) {
  352. this.checkboxValue1.push(item.cart.sku_item_id);
  353. }
  354. });
  355. }
  356. }
  357. if (this.checkboxValue1.length == this.goodsNum) {
  358. this.$refs.tabbar1.cancelAll();
  359. } else {
  360. this.$refs.tabbar1.cancelAll("取消");
  361. }
  362. //将选中的商品价格相加
  363. this.goodsList.map((item) => {
  364. item.goods.map((items) => {
  365. if (this.checkboxValue1.indexOf(items.cart.sku_item_id) > -1) {
  366. this.goodsWeight += items.sku_item[0].weight * items.cart.goods_num;
  367. this.goodsPrice +=
  368. Number(items.sku_item[0].price) * items.cart.goods_num;
  369. }
  370. });
  371. });
  372. this.shop(value);
  373. },
  374. admin() {
  375. this.success = !this.success;
  376. },
  377. valChange(e) {
  378. console.log("当前值为: " + e.value);
  379. },
  380. //全选
  381. checkAll(e) {
  382. console.log("all", e);
  383. },
  384. //购物车单选
  385. checkboxChange(n) {
  386. //首先将价格和商品重量重置
  387. this.goodsWeight = 0;
  388. this.goodsPrice = 0;
  389. this.checkboxValue1 = n;
  390. this.goodsList.map((item) => {
  391. item.goods.map((items) => {
  392. if (n.indexOf(items.cart.sku_item_id) > -1) {
  393. this.goodsWeight += items.sku_item[0].weight * items.cart.goods_num;
  394. this.goodsPrice +=
  395. Number(items.sku_item[0].price) * items.cart.goods_num;
  396. }
  397. });
  398. });
  399. //判断是否全部选中
  400. if (this.checkboxValue1.length == this.goodsNum && this.goodsNum != 0) {
  401. this.$refs.tabbar1.cancelAll();
  402. } else if (this.checkboxValue1.length < this.goodsNum) {
  403. this.$refs.tabbar1.cancelAll("取消");
  404. }
  405. },
  406. //购物车全选
  407. allSelect() {
  408. const all = this.$refs.tabbar1.cancelAll("全选");
  409. if (this.checkboxValue1.length == this.goodsNum && all.length == 0) {
  410. return;
  411. }
  412. //判断是否已经全选,如已全选,则取消全选
  413. if (this.checkboxValue1.length == this.goodsNum) {
  414. this.checkboxValue1 = [];
  415. this.goodsPrice = 0;
  416. this.goodsWeight = 0;
  417. } else {
  418. this.goodsList.map((item) => {
  419. item.goods.map((items) => {
  420. //判断是否有商品已被选中
  421. if (this.checkboxValue1.indexOf(items.cart.sku_item_id) == -1) {
  422. this.checkboxValue1.push(items.cart.sku_item_id);
  423. this.goodsWeight +=
  424. items.sku_item[0].weight * items.cart.goods_num;
  425. this.goodsPrice +=
  426. Number(items.sku_item[0].price) * items.cart.goods_num;
  427. }
  428. });
  429. });
  430. }
  431. },
  432. //获取购物车数据
  433. getShopCarList() {
  434. uni.$u.http.get(`/api/cart`).then((res) => {
  435. this.goodsList = res.data;
  436. //循环店铺,获取购物车商品数量
  437. this.goodsList.map((item) => {
  438. this.goodsNum += item.goods.length;
  439. });
  440. });
  441. },
  442. },
  443. mounted() {
  444. this.getShopCarList();
  445. },
  446. };
  447. </script>
  448. <style lang="scss" scoped>
  449. .page {
  450. position: relative;
  451. .back-top {
  452. position: fixed;
  453. display: flex;
  454. flex-direction: column;
  455. justify-content: center;
  456. align-items: center;
  457. width: 88rpx;
  458. height: 88rpx;
  459. background-color: #fff;
  460. border-radius: 50%;
  461. bottom: 210rpx;
  462. right: 20rpx;
  463. .back-icon {
  464. width: 32rpx;
  465. height: 30rpx;
  466. }
  467. .back-text {
  468. font-size: 20rpx;
  469. color: #555;
  470. }
  471. }
  472. }
  473. .sold {
  474. width: 108rpx;
  475. height: 36rpx;
  476. background: rgba(0, 0, 0, 0.4);
  477. border-radius: 18rpx;
  478. // padding: 0 14rpx;
  479. text-align: center;
  480. box-sizing: border-box;
  481. line-height: 36rpx;
  482. font-family: PingFangSC, PingFang SC;
  483. font-weight: 400;
  484. font-size: 20rpx;
  485. color: #ffffff;
  486. font-style: normal;
  487. position: absolute;
  488. top: 50%;
  489. left: 50%;
  490. margin-top: -18rpx;
  491. margin-left: -54rpx;
  492. }
  493. .delect {
  494. // width: 68rpx;
  495. height: 44rpx;
  496. line-height: 44rpx;
  497. border-radius: 22rpx;
  498. border: 1rpx solid #ff1515;
  499. padding: 0 14rpx;
  500. box-sizing: border-box;
  501. font-family: PingFangSC, PingFang SC;
  502. font-weight: 400;
  503. font-size: 20rpx;
  504. color: #ff1515;
  505. text-align: center;
  506. font-style: normal;
  507. }
  508. .allweight {
  509. font-family: PingFangSC, PingFang SC;
  510. font-weight: 400;
  511. font-size: 22rpx;
  512. color: #333333;
  513. line-height: 32rpx;
  514. text-align: left;
  515. font-style: normal;
  516. }
  517. .sum {
  518. font-family: PingFangSC, PingFang SC;
  519. font-weight: 400;
  520. font-size: 22rpx;
  521. color: #333333;
  522. line-height: 32rpx;
  523. text-align: left;
  524. font-style: normal;
  525. }
  526. .summon {
  527. font-family: JDZhengHT, JDZhengHT;
  528. font-weight: 400;
  529. font-size: 24rpx;
  530. color: #ff1515;
  531. line-height: 30rpx;
  532. text-align: left;
  533. font-style: normal;
  534. }
  535. .settle {
  536. width: 176rpx;
  537. height: 68rpx;
  538. background: #f83224;
  539. border-radius: 38rpx;
  540. font-family: PingFangSC, PingFang SC;
  541. font-weight: 500;
  542. font-size: 28rpx;
  543. color: #ffffff;
  544. line-height: 68rpx;
  545. text-align: center;
  546. font-style: normal;
  547. margin-left: 20rpx;
  548. }
  549. .icon {
  550. width: 40rpx;
  551. height: 40rpx;
  552. background: #f83224;
  553. border-radius: 12rpx;
  554. display: flex;
  555. justify-content: center;
  556. align-items: center;
  557. }
  558. .dle {
  559. width: 136rpx;
  560. height: 60rpx;
  561. border-radius: 38rpx;
  562. border: 1rpx solid #979797;
  563. font-family: PingFangSC, PingFang SC;
  564. font-weight: 400;
  565. font-size: 26rpx;
  566. color: #333333;
  567. line-height: 60rpx;
  568. text-align: center;
  569. font-style: normal;
  570. }
  571. ::v-deep .u-swipe-action-item__content {
  572. flex-direction: row !important;
  573. }
  574. ::v-deep .u-swipe-action-item__right__button__wrapper {
  575. width: 32px;
  576. word-wrap: break-word;
  577. font-size: 20rpx !important;
  578. }
  579. ::v-deep .u-swipe-action-item__right__button__wrapper__text {
  580. word-wrap: break-word;
  581. }
  582. ::v-deep .u-swipe-action-item {
  583. width: 100% !important;
  584. }
  585. ::v-deep .u-swipe-action-item__right {
  586. top: 2rpx !important;
  587. right: 2rpx !important;
  588. bottom: 2rpx !important;
  589. }
  590. .bottom {
  591. width: 750rpx;
  592. height: 100rpx;
  593. background: #ffffff;
  594. padding: 0 24rpx;
  595. box-sizing: border-box;
  596. }
  597. .num {
  598. width: 40rpx;
  599. height: 40rpx;
  600. border-radius: 20rpx;
  601. border: 1rpx solid rgba(151, 151, 151, 0.4);
  602. font-family: HarmonyOS_Sans;
  603. font-size: 20rpx;
  604. color: #222222;
  605. line-height: 40rpx;
  606. text-align: center;
  607. font-style: normal;
  608. }
  609. .del {
  610. width: 68rpx;
  611. height: 44rpx;
  612. text-align: center;
  613. line-height: 44rpx;
  614. border: 2rpx solid #f83224;
  615. color: #f83224;
  616. font-size: 20rpx;
  617. border-radius: 22rpx;
  618. }
  619. .box {
  620. padding: 0rpx 24rpx 20rpx;
  621. margin-top: 20rpx;
  622. box-sizing: border-box;
  623. .item {
  624. padding: 36rpx 20rpx;
  625. box-sizing: border-box;
  626. width: 702rpx;
  627. // height: 556rpx;
  628. background: #ffffff;
  629. border-radius: 16rpx;
  630. .money {
  631. font-family: HarmonyOS_Sans_Medium;
  632. font-size: 20rpx;
  633. color: #ff1515;
  634. line-height: 26rpx;
  635. text-align: left;
  636. font-style: normal;
  637. }
  638. .weight {
  639. font-family: SFPro, SFPro;
  640. font-weight: 400;
  641. font-size: 20rpx;
  642. color: #333333;
  643. line-height: 24rpx;
  644. text-align: left;
  645. font-style: normal;
  646. margin-left: 12rpx;
  647. }
  648. .goodtab {
  649. // width: 96rpx;
  650. height: 32rpx;
  651. border-radius: 4rpx;
  652. border: 1rpx solid #ff1515;
  653. padding: 2rpx 8rpx;
  654. box-sizing: border-box;
  655. text-align: center;
  656. line-height: 32rpx;
  657. display: inline;
  658. font-family: PingFangSC, PingFang SC;
  659. font-weight: 400;
  660. font-size: 20rpx;
  661. color: #ff1515;
  662. line-height: 28rpx;
  663. text-align: left;
  664. font-style: normal;
  665. margin-right: 6rpx;
  666. }
  667. .goods {
  668. // width: 284rpx;
  669. height: 40rpx;
  670. background: #f4f4f4;
  671. border-radius: 8rpx;
  672. display: inline;
  673. text-align: center;
  674. line-height: 40rpx;
  675. margin-top: 20rpx;
  676. padding: 6rpx 12rpx;
  677. box-sizing: border-box;
  678. font-family: PingFangSC, PingFang SC;
  679. font-weight: 400;
  680. font-size: 20rpx;
  681. color: #555555;
  682. line-height: 28rpx;
  683. text-align: left;
  684. font-style: normal;
  685. }
  686. .goodname {
  687. font-family: PingFangSC, PingFang SC;
  688. font-weight: 500;
  689. font-size: 28rpx;
  690. color: #333333;
  691. line-height: 40rpx;
  692. text-align: left;
  693. font-style: normal;
  694. }
  695. .shopname {
  696. font-family: PingFangSC, PingFang SC;
  697. font-weight: 500;
  698. font-size: 26rpx;
  699. color: #333333;
  700. line-height: 36rpx;
  701. text-align: left;
  702. font-style: normal;
  703. .circle {
  704. width: 32rpx;
  705. height: 32rpx;
  706. margin-right: 10rpx;
  707. }
  708. }
  709. }
  710. }
  711. .shopcart {
  712. font-family: PingFangSC, PingFang SC;
  713. font-weight: 500;
  714. font-size: 36rpx;
  715. color: #222222;
  716. line-height: 50rpx;
  717. text-align: right;
  718. font-style: normal;
  719. }
  720. .sum {
  721. font-family: HarmonyOS_Sans;
  722. font-size: 22rpx;
  723. color: #333333;
  724. line-height: 32rpx;
  725. text-align: left;
  726. font-style: normal;
  727. }
  728. .down {
  729. position: absolute;
  730. top: 0;
  731. left: 0;
  732. background-color: #c7c7c7;
  733. opacity: 0.2;
  734. width: 100%;
  735. height: 100%;
  736. }
  737. </style>