lottery.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  1. <template>
  2. <view>
  3. <view class="lottery_box">
  4. <view class="lottery_time" v-if="lotteryInfo.id">活动时间:{{ lotteryInfo.start_date }} ~ {{ lotteryInfo.end_date }}</view>
  5. <view class="lottery_info">
  6. <image class="lottery_logo" v-if="lotteryInfo.logo" :src="lotteryInfo.logo" mode="widthFix"></image>
  7. <button class="lottery_rule_btn" @click="showRule">活动规则</button>
  8. </view>
  9. <l-dialer
  10. :customStyle="'width: 500rpx;height: 500rpx;margin: 0rpx auto;'"
  11. @click="onClick"
  12. dial-style="color: rgba(60,48,158,0.7); padding: 32rpx;background-image: url(https://mall.findit.ltd/uploads/images/default/lottery_bg.png)"
  13. :prizeList="prizeList"
  14. :turns="5"
  15. :duration="5"
  16. @done="onDone"
  17. ref="dialer"
  18. />
  19. <view class="record_box">
  20. <view class="score_info">
  21. <view class="custom_score">可用次数:{{ lotteryInfo.number }}</view>
  22. <view class="need_score" v-if="!lotteryInfo.id">暂无可参与的活动</view>
  23. </view>
  24. <button class="lottery_record" @click="showRecord" v-if="lotteryInfo.id">
  25. <image class="lottery_record_img" src="https://mall.findit.ltd/uploads/images/default/lottery_record.png" mode=""></image>
  26. <text class="lottery_record_text">中奖记录</text>
  27. </button>
  28. </view>
  29. <button open-type="share" class="share-btn">分享好友再答一次题</button>
  30. </view>
  31. <uni-popup ref="lotteryRule" type="center">
  32. <view class="lottery_rule_box">
  33. <view class="lottery_rule_title">
  34. <text>活动规则</text>
  35. <view class="close_btn" @click="closeRule"> X </view>
  36. </view>
  37. <scroll-view class="lottery_rule_info" scroll-y="true">
  38. <rich-text :nodes="lotteryInfo.rule" class="rich_text"></rich-text>
  39. </scroll-view>
  40. </view>
  41. </uni-popup>
  42. <uni-popup ref="lotteryRecord" type="bottom">
  43. <view class="lottery_record_box">
  44. <view class="lottery_record_title">
  45. <text>我的奖品</text>
  46. <view class="close_btn" @click="closeRecord"> X </view>
  47. </view>
  48. <view class="lottery_record_none" v-if="!recordList.length">这里还是空的哦~</view>
  49. <scroll-view class="lottery_record_list" scroll-y="true">
  50. <view class="lottery_record_item" v-for="(item, index) in recordList" :key="index">
  51. <view class="reward_time">{{ item.insert_time }}</view>
  52. <view class="reward_name">{{ item.reward_name }}</view>
  53. <view class="reward_state" v-if="item.status">{{ item.state }}</view>
  54. <view class="reward_state" v-if="!item.status" @click="openAddr(index)">{{ item.state }}</view>
  55. </view>
  56. </scroll-view>
  57. </view>
  58. </uni-popup>
  59. <uni-popup ref="addrPopup" type="bottom" class="popup" background-color="#FFFFFF">
  60. <view class="popup_title">收货地址 <navigator url="/pages/addr/index?notify=addr" class="to_addr_page">管理</navigator> </view>
  61. <view class="addr_list">
  62. <view class="addr_item" v-for="(item, index) in addrList" :key="index" @click="checkedAddrItem(item)">
  63. <view class="radio_label">
  64. <image
  65. class="radio_icon"
  66. :src="item.id == checkedAddr.id ? 'https://kailin-mp.oss-cn-shenzhen.aliyuncs.com/static/icon/radioed.png' : 'https://kailin-mp.oss-cn-shenzhen.aliyuncs.com/static/icon/radio.png'"
  67. ></image>
  68. </view>
  69. <view class="contact_user">
  70. <text class="contact_name">{{ item.contact_name }}</text>
  71. <text class="contact_phone">{{ item.contact_phone }}</text>
  72. <text class="contact_default" v-if="item.is_default">默认</text>
  73. <text class="contact_shop">{{ item.contact_shop }}</text>
  74. </view>
  75. <view class="contact_addr"> {{ item.contact_province }} {{ item.contact_city }} {{ item.contact_area }} {{ item.contact_addr }} </view>
  76. </view>
  77. </view>
  78. <view class="create_box">
  79. <navigator url="/pages/addr/index?notify=addr&type=create" class="create_addr">新建收货地址</navigator>
  80. </view>
  81. </uni-popup>
  82. <uni-popup ref="addFollow" type="center" class="center_popup">
  83. <FollowPopup
  84. :picUrl="'https://kailin-mp.oss-cn-shenzhen.aliyuncs.com/static/qrcode/qrcode.jpg'"
  85. :closePopup="closePopup"
  86. :showRule="false"
  87. :clickTitle="'点击二维码添加客服抽奖'"
  88. :longTapTitle="'长按二维码添加客服抽奖'"
  89. />
  90. </uni-popup>
  91. </view>
  92. </template>
  93. <script>
  94. import FollowPopup from "@/components/FollowPopup/FollowPopup.vue";
  95. export default {
  96. components: {
  97. FollowPopup,
  98. },
  99. data() {
  100. return {
  101. height: "",
  102. // 奖项列表,
  103. prizeList: [],
  104. // 中奖记录
  105. recordList: [],
  106. // 地址列表
  107. addrList: [],
  108. // 抽奖信息
  109. lotteryInfo: {
  110. id: 0,
  111. name: "",
  112. logo: "",
  113. number: "0",
  114. start_date: "",
  115. end_date: "",
  116. start_time: "",
  117. end_time: "",
  118. rule: "",
  119. },
  120. recordId: 0,
  121. // 请求参数
  122. requestParam: {
  123. id: 0,
  124. activity_id: 0,
  125. },
  126. };
  127. },
  128. onLoad(param) {
  129. // 接收参数
  130. this.requestParam.id = param.id;
  131. this.requestParam.activity_id = param.activity_id;
  132. // 如果有scene参数的话,获取其中的ID
  133. if (param.scene) {
  134. // 转键值对参数
  135. let scene = this.$http.strToParam(param.scene);
  136. // 如果没有传入ID,但是传入了场景ID,获取场景ID
  137. if (!param.id && scene.id) this.requestParam.id = scene.id;
  138. }
  139. // 窗口信息
  140. var sysinfo = uni.getWindowInfo();
  141. // 获取屏幕可用高度
  142. this.height = "height:" + sysinfo.windowHeight + "px;";
  143. // 监听地址变动
  144. uni.$on("addr_list_change", (data) => {
  145. // 地址列表
  146. this.addrList = data.list;
  147. });
  148. // #ifdef MP-WEIXIN
  149. //分享按钮
  150. uni.showShareMenu({
  151. withShareTicket: true,
  152. menus: ["shareAppMessage", "shareTimeline"],
  153. });
  154. // #endif
  155. },
  156. onShareAppMessage(obj) {
  157. if (obj) {
  158. this.shareRequest();
  159. }
  160. return {
  161. title: "999智控终端平台\n正月十五猜灯谜",
  162. path: "/pages/activity/index?id=" + this.requestParam.activity_id,
  163. imageUrl: "https://kailin-mp.oss-cn-shenzhen.aliyuncs.com/static/lottery/20250210-143021.jpg",
  164. promise: new Promise((resolve, reject) => {
  165. this.$http.request("api/share_message/get_item", { item_id: this.requestParam.activity_id, pages: "/pages/activity/index" }).then((callback) => {
  166. console.log(callback, "api/share_message/get_item");
  167. let obj = {
  168. title: callback.data?.title == "" ? this.lotteryInfo.name : callback.data.title,
  169. path: "/pages/activity/index?id=" + this.requestParam.activity_id,
  170. imageUrl: callback.data?.image_url == "" ? this.lotteryInfo.logo : callback.data.image_url,
  171. };
  172. resolve(obj);
  173. });
  174. }),
  175. };
  176. },
  177. onShow() {
  178. // 没有数据的话,或者请求中,不允许刷新
  179. if (this.isReqing) return;
  180. // 登录提示
  181. if (!this.$checkAccess.alterLogin()) return;
  182. // 如果存在产品ID的话
  183. if (this.requestParam.id > 0) {
  184. // 设置请求中
  185. this.isReqing = true;
  186. // 请求
  187. this.$http.request("api/lottery_riddle/get_detail", this.requestParam).then((re) => {
  188. // 设置非请求中
  189. this.isReqing = false;
  190. // 成功结果
  191. if (re.code == "success") {
  192. this.lotteryInfo = re.data;
  193. this.prizeList = re.data.reward_list;
  194. } else {
  195. if (re.code != "no_login") {
  196. uni.showModal({
  197. content: re.msg,
  198. showCancel: false,
  199. });
  200. }
  201. }
  202. });
  203. } else {
  204. uni.showModal({
  205. content: "未知的活动ID",
  206. showCancel: false,
  207. });
  208. }
  209. },
  210. methods: {
  211. shareRequest() {
  212. this.$http.request("api/riddle_active_share/add", { active_id: this.requestParam.activity_id }).then((response) => {
  213. uni.showModal({
  214. title: "分享成功",
  215. confirmText: "立即答题",
  216. cancelText: "留在此页",
  217. success: (res) => {
  218. if (res.confirm) {
  219. uni.redirectTo({
  220. url: "/pages/activity/index?id=" + this.requestParam.activity_id,
  221. });
  222. }
  223. },
  224. });
  225. });
  226. },
  227. onDone(index) {
  228. // 奖项
  229. let prize = this.prizeList[index];
  230. // 结果
  231. uni.showModal({
  232. title: prize.id == 0 ? "很遗憾" : "恭喜您",
  233. content: (prize.id != 0 ? `获得` : "") + prize.name + (prize.reward_type == 5 ? ",请在中奖记录中填写收货地址" : ""),
  234. showCancel: false,
  235. success: (re) => {
  236. if (re.confirm && prize.reward_type == 5) {
  237. // 显示中奖列表
  238. this.showRecord();
  239. }
  240. },
  241. });
  242. },
  243. onClick() {
  244. // 活动是否开始
  245. if (!this.lotteryInfo.id) {
  246. uni.showToast({
  247. title: "暂无可参与活动",
  248. icon: "none",
  249. });
  250. return;
  251. }
  252. // 活动是否开始
  253. if (this.lotteryInfo.start_time * 1000 > new Date().getTime()) {
  254. uni.showToast({
  255. title: "活动还没开始哦",
  256. icon: "none",
  257. });
  258. return;
  259. }
  260. // 活动是否结束
  261. if (this.lotteryInfo.end_time * 1000 <= new Date().getTime()) {
  262. uni.showToast({
  263. title: "活动已结束了哦",
  264. icon: "none",
  265. });
  266. return;
  267. }
  268. // 次数已用完了
  269. if (this.lotteryInfo.number <= 0) {
  270. uni.showToast({
  271. title: "次数已用完了",
  272. icon: "none",
  273. });
  274. return;
  275. }
  276. if (!this.$checkAccess.getHasFollow()) {
  277. this.$refs.addFollow.open("center");
  278. return;
  279. }
  280. // 次数操作
  281. this.lotteryInfo.number = this.lotteryInfo.number - 1;
  282. // 请求列表
  283. this.$http.request("/api/lottery_riddle/get_reward", { lottery_id: this.lotteryInfo.id }).then((re) => {
  284. // 设置非请求中
  285. this.isReqing = false;
  286. // 成功结果
  287. if (re.code == "success") {
  288. // 奖品列表更新
  289. this.prizeList = re.data.reward_list;
  290. // 奖品的索引
  291. return this.$refs.dialer.run(re.data.reward_index);
  292. } else {
  293. uni.showToast({
  294. title: re.msg,
  295. icon: "none",
  296. });
  297. return;
  298. }
  299. });
  300. },
  301. closePopup() {
  302. this.$refs.addFollow.close();
  303. },
  304. showRule() {
  305. this.$refs.lotteryRule.open("center");
  306. },
  307. closeRule() {
  308. this.$refs.lotteryRule.close();
  309. },
  310. showRecord() {
  311. // 活动是否开始
  312. if (this.lotteryInfo.id) {
  313. // 请求列表
  314. this.$http.request("/api/lottery_riddle_record/get_list", { lottery_id: this.lotteryInfo.id }).then((re) => {
  315. // 设置非请求中
  316. this.isReqing = false;
  317. // 成功结果
  318. if (re.code == "success") {
  319. this.recordList = re.data;
  320. }
  321. });
  322. }
  323. this.$refs.lotteryRecord.open("bottom");
  324. },
  325. closeRecord() {
  326. this.$refs.lotteryRecord.close();
  327. },
  328. openAddr(index) {
  329. // 选择的下标
  330. this.recordIndex = index;
  331. // 地址列表
  332. this.getAddrList(true);
  333. },
  334. // 选择地址
  335. checkedAddrItem(item) {
  336. // 判断数据
  337. this.$http.request("api/lottery_riddle_record/set_addr", { id: this.recordList[this.recordIndex].id, addr_id: item.id }, "post").then((callback) => {
  338. // 获取成功
  339. if (callback.code == "success") {
  340. this.recordList[this.recordIndex].status = 1;
  341. this.recordList[this.recordIndex].state = "进行中";
  342. }
  343. this.$refs.addrPopup.close();
  344. });
  345. },
  346. getAddrList(showPopup = false) {
  347. // 判断数据
  348. this.$http.request("api/custom_addr/get_list").then((callback) => {
  349. // 获取成功
  350. if (callback.code == "success") {
  351. this.addrList = callback.data;
  352. // 如果有的话
  353. if (this.addrList.length) {
  354. // 获取默认的
  355. for (let i in this.addrList) {
  356. // 如果是默认的
  357. if (this.addrList[i].is_default) this.checkedAddr = this.addrList[i];
  358. }
  359. // 如果没有默认的话
  360. if (!this.checkedAddr.id) {
  361. this.checkedAddr = this.addrList[this.addrList.length - 1];
  362. }
  363. }
  364. // 弹出地址层
  365. if (showPopup) this.$refs.addrPopup.open("bottom");
  366. }
  367. });
  368. },
  369. },
  370. };
  371. </script>
  372. <style lang="less">
  373. .lottery_box {
  374. display: block;
  375. width: 750rpx;
  376. margin: 0 auto;
  377. position: relative;
  378. background: linear-gradient(to bottom, #fc335f 0%, #fb7224 80%, #ffffff 100%);
  379. padding-bottom: 200rpx;
  380. .share-btn {
  381. width: 80%;
  382. height: 80rpx;
  383. background-color: #f0370e;
  384. color: #fff;
  385. border-radius: 60rpx;
  386. display: flex;
  387. justify-content: center;
  388. align-items: center;
  389. padding: 16rpx;
  390. margin-top: 60rpx;
  391. box-sizing: border-box;
  392. }
  393. .lottery_time {
  394. top: 0rpx;
  395. left: 35rpx;
  396. z-index: 1;
  397. width: 700rpx;
  398. color: #ffffff;
  399. display: block;
  400. height: 40rpx;
  401. font-size: 24rpx;
  402. line-height: 40rpx;
  403. text-align: center;
  404. position: absolute;
  405. border-radius: 10rpx;
  406. background-color: rgba(0, 0, 0, 0.15);
  407. }
  408. .lottery_info {
  409. width: 750rpx;
  410. overflow: hidden;
  411. margin: 0rpx auto;
  412. position: relative;
  413. margin-bottom: 40rpx;
  414. .lottery_logo {
  415. float: left;
  416. width: 750rpx;
  417. height: 240rpx;
  418. display: block;
  419. }
  420. .lottery_rule_btn {
  421. top: 50%;
  422. right: 0rpx;
  423. width: 120rpx;
  424. height: 60rpx;
  425. color: #ffffff;
  426. overflow: hidden;
  427. font-size: 24rpx;
  428. text-align: center;
  429. line-height: 60rpx;
  430. position: absolute;
  431. padding: 0rpx 0rpx;
  432. border-top-left-radius: 30rpx;
  433. border-bottom-left-radius: 30rpx;
  434. border-top-right-radius: 0rpx;
  435. border-bottom-right-radius: 0rpx;
  436. background-color: rgba(0, 0, 0, 0.3);
  437. }
  438. .lottery_rule_btn::after {
  439. border: 0rpx solid transparent;
  440. }
  441. }
  442. .record_box {
  443. display: block;
  444. height: 120rpx;
  445. overflow: hidden;
  446. position: relative;
  447. margin-top: 40rpx;
  448. .score_info {
  449. display: block;
  450. overflow: auto;
  451. .custom_score {
  452. height: 60rpx;
  453. font-size: 28rpx;
  454. text-align: center;
  455. line-height: 60rpx;
  456. }
  457. .need_score {
  458. height: 60rpx;
  459. font-size: 32rpx;
  460. text-align: center;
  461. line-height: 60rpx;
  462. }
  463. }
  464. .lottery_record {
  465. top: 0rpx;
  466. right: 0rpx;
  467. width: 120rpx;
  468. height: 120rpx;
  469. overflow: hidden;
  470. text-align: center;
  471. position: absolute;
  472. padding: 0rpx 0rpx;
  473. background-color: transparent;
  474. .lottery_record_img {
  475. width: 60rpx;
  476. height: 60rpx;
  477. display: block;
  478. margin: 0rpx auto;
  479. }
  480. .lottery_record_text {
  481. color: #ffffff;
  482. display: block;
  483. height: 40rpx;
  484. width: 120rpx;
  485. font-size: 24rpx;
  486. line-height: 40rpx;
  487. }
  488. }
  489. .lottery_record::after {
  490. border: none;
  491. }
  492. }
  493. }
  494. .lottery_rule_box {
  495. width: 500rpx;
  496. display: block;
  497. overflow: hidden;
  498. background: #ffffff;
  499. font-size: 26rpx;
  500. margin: 0rpx auto;
  501. line-height: 50rpx;
  502. border-radius: 10rpx;
  503. padding: 0rpx 25rpx;
  504. padding-bottom: 20rpx;
  505. background-color: #fc335f;
  506. .lottery_rule_title {
  507. color: #ffffff;
  508. height: 60rpx;
  509. font-size: 32rpx;
  510. line-height: 60rpx;
  511. text-align: center;
  512. margin-bottom: 10rpx;
  513. .close_btn {
  514. float: right;
  515. width: 40rpx;
  516. height: 40rpx;
  517. font-size: 24rpx;
  518. margin-top: 9rpx;
  519. line-height: 40rpx;
  520. border-radius: 50%;
  521. border: 1rpx solid #ffffff;
  522. }
  523. }
  524. .lottery_rule_info {
  525. display: block;
  526. height: 500rpx;
  527. font-size: 24rpx;
  528. line-height: 40rpx;
  529. border-radius: 10rpx;
  530. padding: 20rpx 20rpx;
  531. box-sizing: border-box;
  532. background-color: #ffffff;
  533. .rich_text {
  534. white-space: break-spaces;
  535. }
  536. }
  537. }
  538. .lottery_record_box {
  539. display: block;
  540. color: #deb887;
  541. height: 700rpx;
  542. padding: 10rpx 25rpx;
  543. background-color: #faebd7;
  544. .lottery_record_title {
  545. color: #000000;
  546. height: 80rpx;
  547. font-weight: bold;
  548. font-size: 32rpx;
  549. line-height: 80rpx;
  550. text-align: center;
  551. margin-bottom: 20rpx;
  552. .close_btn {
  553. float: right;
  554. width: 40rpx;
  555. height: 40rpx;
  556. color: #deb887;
  557. font-size: 24rpx;
  558. margin-top: 9rpx;
  559. line-height: 40rpx;
  560. border-radius: 50%;
  561. border: 2rpx solid #deb887;
  562. }
  563. }
  564. .lottery_record_none {
  565. display: block;
  566. height: 200rpx;
  567. color: #deb887;
  568. font-size: 26rpx;
  569. text-align: center;
  570. line-height: 200rpx;
  571. }
  572. .lottery_record_list {
  573. display: block;
  574. height: 500rpx;
  575. .lottery_record_item {
  576. height: 80rpx;
  577. display: block;
  578. font-size: 26rpx;
  579. overflow: hidden;
  580. line-height: 80rpx;
  581. .reward_time {
  582. float: left;
  583. width: 300rpx;
  584. }
  585. .reward_name {
  586. float: left;
  587. width: 200rpx;
  588. }
  589. .reward_state {
  590. float: right;
  591. }
  592. }
  593. }
  594. }
  595. .popup {
  596. overflow: hidden;
  597. .popup_title {
  598. display: block;
  599. overflow: hidden;
  600. margin: 0rpx auto;
  601. font-size: 36rpx;
  602. height: 120rpx;
  603. line-height: 120rpx;
  604. padding: 0rpx 20rpx;
  605. border-bottom: 10rpx solid #f8f8f8;
  606. .to_addr_page {
  607. float: right;
  608. color: #f59a23;
  609. display: block;
  610. height: 120rpx;
  611. line-height: 120rpx;
  612. font-size: 26rpx;
  613. padding: 0rpx 10rpx;
  614. }
  615. }
  616. .addr_list {
  617. width: 730rpx;
  618. display: block;
  619. overflow: hidden;
  620. margin: 0rpx auto;
  621. min-height: 500rpx;
  622. .addr_item {
  623. display: block;
  624. font-size: 24rpx;
  625. overflow: hidden;
  626. line-height: 40rpx;
  627. padding: 15rpx 10rpx;
  628. border-radius: 15rpx;
  629. border-bottom: 2rpx solid #dddddd;
  630. .radio_label {
  631. width: 40rpx;
  632. float: left;
  633. height: 50rpx;
  634. padding-top: 30rpx;
  635. margin-right: 20rpx;
  636. .radio_icon {
  637. float: left;
  638. width: 40rpx;
  639. height: 40rpx;
  640. }
  641. }
  642. .contact_user {
  643. float: left;
  644. width: 640rpx;
  645. display: block;
  646. height: 50rpx;
  647. font-size: 24rpx;
  648. line-height: 50rpx;
  649. .contact_name {
  650. font-size: 26rpx;
  651. font-weight: bold;
  652. margin-right: 16rpx;
  653. }
  654. .contact_default {
  655. color: #f59a23;
  656. font-size: 20rpx;
  657. margin-left: 16rpx;
  658. border: 1rpx solid #f59a23;
  659. }
  660. .contact_shop {
  661. float: right;
  662. font-size: 26rpx;
  663. margin-right: 16rpx;
  664. }
  665. }
  666. .contact_addr {
  667. float: left;
  668. width: 640rpx;
  669. display: block;
  670. font-size: 24rpx;
  671. line-height: 30rpx;
  672. padding: 10rpx 5rpx;
  673. }
  674. }
  675. }
  676. .create_box {
  677. height: 140rpx;
  678. display: block;
  679. .create_addr {
  680. width: 700rpx;
  681. height: 80rpx;
  682. display: block;
  683. color: #ffffff;
  684. font-size: 30rpx;
  685. overflow: hidden;
  686. line-height: 80rpx;
  687. padding: 0rpx 0rpx;
  688. text-align: center;
  689. margin: 0rpx auto;
  690. margin-top: 20rpx;
  691. border-radius: 40rpx;
  692. background-color: #e03519;
  693. }
  694. }
  695. }
  696. </style>