index.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667
  1. <template>
  2. <view class="box">
  3. <u-navbar title="厦门文物管家" :placeholder="true" bgColor="rgba(255,255,255,0)" :leftIconSize="0" titleStyle="font-weight:bold;color:#000000"></u-navbar>
  4. <view style="width: 90%; margin: auto">
  5. <u-swiper
  6. :list="swiperList"
  7. imgMode="aspectFill"
  8. :height="160"
  9. bgColor="transparent"
  10. :indicator="true"
  11. radius="5"
  12. keyName="image"
  13. :autoplay="true"
  14. :circular="true"
  15. indicatorStyle="bottom: 10px"
  16. indicatorMode="dot"
  17. indicatorActiveColor="#fff"
  18. indicatorInactiveColor="rgba(255, 255, 255, 0.35)"
  19. ></u-swiper>
  20. </view>
  21. <view class="cd_box">
  22. <view @click="menuBtn(index)" class="cd_item" v-for="(item, index) in menuList" :key="item.index">
  23. <view style="width: 322rpx; height: 68rpx">
  24. <image class="img" :src="item.image"></image>
  25. </view>
  26. <view class="cd_tit">{{ item.title }}</view>
  27. </view>
  28. </view>
  29. <!-- 新闻公告 -->
  30. <view class="map_tit" style="margin-left: 90rpx">
  31. <image style="width: 211rpx; height: 52rpx" src="/static/img/right_img.png"></image>
  32. <view class="">新闻公告</view>
  33. <image style="width: 211rpx; height: 52rpx" src="/static/img/left_img.png"></image>
  34. </view>
  35. <view style="position: relative" @click="noticeBtn">
  36. <view style="width: 660rpx; margin: auto; margin-top: 25rpx">
  37. <u-notice-bar
  38. speed="60"
  39. bgColor="#fefdfb"
  40. :text="newsList.title + (newsList.updated_at ? ` (${newsList.updated_at.split(' ')[0]})` : '')"
  41. mode="link"
  42. ></u-notice-bar>
  43. </view>
  44. </view>
  45. <view class="map_tit">
  46. <image style="width: 211rpx; height: 52rpx" src="/static/img/right_img.png"></image>
  47. <view class="">志愿者排行</view>
  48. <image style="width: 211rpx; height: 52rpx" src="/static/img/left_img.png"></image>
  49. </view>
  50. <!-- 排名 -->
  51. <view class="ranking_menu">
  52. <scroll-view scroll-x style="display: flex; white-space: nowrap" class="">
  53. <view @click="rankingTab(index)" v-for="(item, index) in rankingList" :key="item.id" class="ranking_item" :class="{ active: Tab == index }">
  54. {{ item.title }}
  55. </view>
  56. </scroll-view>
  57. </view>
  58. <view class="pm_box">
  59. <view class="pm_tit">排名</view>
  60. <view class="pm_tit">志愿者</view>
  61. <view class="pm_tit">活跃度</view>
  62. <view class="pm_tit" style="width: 60rpx">积分</view>
  63. <view class="pm_tit" style="width: 145rpx">任务达标率</view>
  64. </view>
  65. <view class="xx_box">
  66. <scroll-view style="height: 1000rpx" scroll-y="true" @scrolltolower="LoadMoress">
  67. <view @click="detailsBtn(item.id)" class="xx_item" v-for="(item, index) in information" :key="item.id">
  68. <view style="width: 64rpx; height: 64rpx">{{ index + 1 }}</view>
  69. <view style="width: 120rpx; font-size: 32rpx">{{ item.name }}</view>
  70. <view style="width: 60rpx">{{ item.active }}</view>
  71. <view>{{ item.score }}</view>
  72. <view>{{ item.completion_rate }}</view>
  73. </view>
  74. </scroll-view>
  75. </view>
  76. <view class="map_tit" style="margin-left: 90rpx">
  77. <image style="width: 211rpx; height: 52rpx" src="/static/img/right_img.png"></image>
  78. <view class="">文物研学</view>
  79. <image style="width: 211rpx; height: 52rpx" src="/static/img/left_img.png"></image>
  80. </view>
  81. <view @click="researchBtn" class="gengduo">更多</view>
  82. <view class="yx_box" @click="$common.navigateTo('/index_fenbao/HuoHuaLiYong/YanXue/XiangQing?id=' + research.id)">
  83. <view style="position: absolute; left: 6rpx; top: 6rpx">
  84. <image style="width: 160rpx; height: 240rpx" :src="research.image"></image>
  85. </view>
  86. <view style="margin-left: 200rpx">
  87. <view class="wwd">{{ research.title }}</view>
  88. <view class="time">活动时:{{ (research.start_time && research.start_time.split(' ')[0]) || '' }}</view>
  89. </view>
  90. <view class="baoming">
  91. <text>查看</text>
  92. <image style="margin-left: 10rpx; width: 32rpx; height: 32rpx" src="/static/img/arrow-right-line.png"></image>
  93. </view>
  94. </view>
  95. <!-- <view class="hd_btm">
  96. <view @click="researchBtn" style="display: flex;justify-content: flex-end;" >
  97. <view class="">查看更多</view>
  98. <image style="margin-left: 10rpx; width: 40rpx; height: 40rpx" src="/static/img/more.png"></image>
  99. </view>
  100. </view> -->
  101. <!-- 经典文物 -->
  102. <view class="map_tit" style="margin-left: 90rpx">
  103. <image style="width: 211rpx; height: 52rpx" src="/static/img/right_img.png"></image>
  104. <view class="">厦门文物</view>
  105. <image style="width: 211rpx; height: 52rpx" src="/static/img/left_img.png"></image>
  106. </view>
  107. <view @click="gengDuo" class="gengduo">更多</view>
  108. <view class="wenwu_box">
  109. <view @click="openBuildingInfo(item.id)" v-for="(item, index) in recommendList" :key="item.id">
  110. <view class="gc_item">
  111. <view class="gc_box" style="">
  112. <image v-if="item.thumbnail != null" style="width: 100%; height: 100%; border-radius: 15rpx" :src="item.thumbnail"></image>
  113. <image v-else src="https://huli-app.wenlvti.net/assets/addons/cms/img/noimage.jpg" style="width: 100%; height: 100%; border-radius: 15rpx"></image>
  114. </view>
  115. <view class="ww_tit">{{ item.title }}</view>
  116. <!-- <view class="bg_box">湖里区</view> -->
  117. <u-badge type="primary" max="99" :value="item.district" :absolute="true" :offset="[10, 5]"></u-badge>
  118. </view>
  119. </view>
  120. </view>
  121. <u-back-top :scrollTop="scrollTop" mode="square" top="1000" customStyle="background-color: #f1ceb4" :iconStyle="iconStyle"></u-back-top>
  122. </view>
  123. </template>
  124. <script>
  125. let that;
  126. export default {
  127. data() {
  128. return {
  129. user: {},
  130. iconStyle: {
  131. color: '#af7e44'
  132. },
  133. research: {} /* 研学 */,
  134. region_id: '' /* 排行区域id */,
  135. cycle: 'year' /* 年度id */,
  136. scrollTop: 0,
  137. Tab: 0,
  138. page: '1',
  139. page2: '1',
  140. isLoading: false,
  141. isLoading2: false,
  142. recommendList: [],
  143. swiperList: [],
  144. menuList: [
  145. {
  146. image: '/static/img/cd_bg2.png',
  147. title: '志愿服务',
  148. page: '/index_fenbao/fuWu/zuZhi/fuWu'
  149. },
  150. {
  151. image: '/static/img/cd_bg1.png',
  152. title: '巡查守护',
  153. page: '/index_fenbao/GuanLi/zhiYuanGeRen',
  154. path: '/index_fenbao/GuanLi/GuanLi'
  155. },
  156. {
  157. image: '/static/img/cd_bg1.png',
  158. title: '厦门文物',
  159. page: '/pages/wenWuPage/wenWuPage'
  160. },
  161. {
  162. image: '/static/img/cd_bg2.png',
  163. title: '活化利用',
  164. page: '/index_fenbao/HuoHuaLiYong/YanXue/HuoHuaLiYong'
  165. }
  166. ],
  167. newsList: {} /* 新闻 */,
  168. rankingList: [],
  169. // 信息列表
  170. information: []
  171. };
  172. },
  173. /* 页面触底 */
  174. onReachBottom() {
  175. if (this.isLoading) {
  176. return;
  177. } else {
  178. this.page++;
  179. this.getContentList();
  180. }
  181. },
  182. onShow() {
  183. this.page2 = 1;
  184. that.information = [];
  185. this.gitRankingList();
  186. },
  187. onLoad(option) {
  188. that = this;
  189. this.user = this.$common.userInfo();
  190. if (this.user === 'undefined' || this.user === '' || this.user === [] || this.user === null) {
  191. /* 跳转到登录页 */
  192. this.$common.toLogin();
  193. } else {
  194. // console.log(this.user);
  195. // 如果登录自动打卡
  196. this.checkInOnce();
  197. }
  198. this.getIndexBanner();
  199. this.getContentList();
  200. this.getCategoryOnlyChildList();
  201. this.getNewsNotice();
  202. // this.checkInOnce()
  203. this.activityLists();
  204. this.loadGlobalFont();
  205. },
  206. methods: {
  207. // 轮播
  208. getIndexBanner() {
  209. this.$api.getIndexBanner({ main_body_id: 1 }, function (res) {
  210. that.swiperList = res.data.filter((item) => {
  211. return item.title == '文物管家';
  212. });
  213. });
  214. },
  215. // 排行
  216. gitRankingList() {
  217. this.isLoading2 = true;
  218. this.$api.rankingList({ page: this.page2, pageSize: '50', main_body_id: 1, cycle: this.cycle || '', region_id: this.region_id || '' }, function (res) {
  219. that.isLoading2 = false;
  220. that.information = [...that.information, ...res.data];
  221. });
  222. },
  223. rankingTab(i) {
  224. this.Tab = i;
  225. this.page2 = 1;
  226. that.information = [];
  227. this.cycle = this.rankingList[i].cycleId;
  228. this.region_id = this.rankingList[i].id;
  229. this.gitRankingList();
  230. },
  231. getContentList() {
  232. this.isLoading = true;
  233. this.$api.getContentList({ main_body_id: 1, model_id: 1, page: this.page, pageSize: '10' }, function (res) {
  234. // console.log(res, 666666666);
  235. that.isLoading = false;
  236. that.recommendList = [...that.recommendList, ...res.data];
  237. });
  238. },
  239. LoadMoress() {
  240. if (this.isLoading2) {
  241. return;
  242. } else {
  243. this.page2++;
  244. this.gitRankingList(this.cycle, this.region_id);
  245. }
  246. },
  247. getCategoryOnlyChildList() {
  248. this.$api.getCategoryOnlyChildList({ main_body_id: 1, pid: '5' }, function (res) {
  249. if (res.code == 1) {
  250. let a = {
  251. title: '年度',
  252. cycleId: 'year'
  253. };
  254. let b = {
  255. title: '月度',
  256. cycleId: 'month'
  257. };
  258. let dataArray = Object.values(res.data);
  259. dataArray.unshift(a, b);
  260. that.rankingList = dataArray;
  261. // console.log( that.rankingList, 454);
  262. } else {
  263. // console.log(res);
  264. }
  265. });
  266. },
  267. menuBtn(i) {
  268. if (this.menuList[i].title === '厦门文物') {
  269. uni.switchTab({
  270. url: this.menuList[i].page
  271. });
  272. } else if (this.menuList[i].title === '巡查守护') {
  273. // 判断是否为管理员
  274. this.$api.userManageRegionCrAuth({ main_body_id: 1 }, function (res) {
  275. if (res.code === 1) {
  276. console.log(res.data, '管理员');
  277. if (res.data != false) {
  278. uni.navigateTo({
  279. url: that.menuList[i].path + '?id=' + res.data
  280. });
  281. } else {
  282. uni.navigateTo({
  283. url: that.menuList[i].page
  284. });
  285. }
  286. }
  287. });
  288. } else {
  289. uni.navigateTo({
  290. url: this.menuList[i].page
  291. });
  292. }
  293. },
  294. // 公告
  295. noticeBtn() {
  296. uni.navigateTo({
  297. url: '/index_fenbao/XinWen/XinWen?id=' + this.newsList.id
  298. });
  299. },
  300. // 公告
  301. getNewsNotice() {
  302. this.$api.getNotice({ main_body_id: 1 }, function (res) {
  303. if (res.code == 1) {
  304. that.newsList = res.data;
  305. // console.log(that.newsListTit,'新闻')
  306. }
  307. });
  308. },
  309. // 新闻公告
  310. // getNewsNotice(){
  311. // this.$api.getNewsNotice({main_body_id:1},function(res){
  312. // // console.log(res,'新闻')
  313. // that.newsList=res.data
  314. // })
  315. // },
  316. // 文物研学
  317. activityLists() {
  318. this.$api.activityLists({ main_body_id: 1, type: 1 }, function (res) {
  319. // console.log(res, '活动');
  320. that.research = res.data[0];
  321. });
  322. },
  323. checkInOnce() {
  324. // 获取当前UTC日期,确保跨时区的一致性
  325. const now = new Date();
  326. const todayUTC = new Date(Date.UTC(now.getUTCFullYear(), now.getUTCMonth(), now.getUTCDate()));
  327. const checkInKey = `checkInTimestamp_${todayUTC.toISOString().slice(0, 10)}`; // 根据UTC日期构建键
  328. console.log(checkInKey, '时间');
  329. // 从本地存储获取今天的打卡时间戳
  330. const lastCheckInTimestampStr = uni.getStorageSync(checkInKey);
  331. // 转换为日期对象进行比较,确保基于日期而非具体时间
  332. let lastCheckInDate;
  333. if (lastCheckInTimestampStr) {
  334. lastCheckInDate = new Date(parseInt(lastCheckInTimestampStr)).setHours(0, 0, 0, 0);
  335. } else {
  336. lastCheckInDate = null;
  337. }
  338. const nowDate = todayUTC.setHours(0, 0, 0, 0);
  339. // 检查昨天是否有打卡记录,且今天是新的日期
  340. if (lastCheckInDate && nowDate > lastCheckInDate) {
  341. // 新的一天,理论上允许打卡
  342. console.log('新的一天,可以打卡。');
  343. // 清除昨天的记录,准备新一天的打卡
  344. uni.removeStorageSync(checkInKey);
  345. // 实际调用打卡接口
  346. this.$api.checkIn({ main_body_id: 1 }, (res) => {
  347. if (res.code === 1) {
  348. console.log(res, '实际打卡成功');
  349. // 保存打卡时间戳
  350. uni.setStorageSync(checkInKey, now.getTime());
  351. } else {
  352. console.error('实际打卡失败:', res);
  353. }
  354. });
  355. } else if (lastCheckInDate && nowDate === lastCheckInDate) {
  356. // 如果今天已经有打卡记录,则提示已打卡
  357. console.log('今日已打卡,明天再来吧!');
  358. } else {
  359. // 如果昨天没有打卡记录(首次尝试打卡)
  360. console.log('今天首次尝试打卡。');
  361. // 尝试调用打卡接口
  362. this.$api.checkIn({ main_body_id: 1 }, (res) => {
  363. if (res.code === 1) {
  364. console.log(res, '打卡成功');
  365. // 保存打卡时间戳
  366. uni.setStorageSync(checkInKey, now.getTime());
  367. } else {
  368. console.error('打卡失败:', res);
  369. }
  370. });
  371. }
  372. },
  373. // 排行
  374. detailsBtn(id) {
  375. uni.navigateTo({
  376. url: '/index_fenbao/fuWu/paiMing/paiMingXQ?id=' + id
  377. });
  378. },
  379. researchBtn() {
  380. uni.navigateTo({
  381. url: '/index_fenbao/HuoHuaLiYong/YanXue/YanXue'
  382. });
  383. },
  384. // 文物风采
  385. openBuildingInfo(id) {
  386. uni.navigateTo({
  387. url: '/index_fenbao/GuanLi/XiangQing?id=' + id
  388. });
  389. },
  390. // 更多风采
  391. gengDuo() {
  392. uni.navigateTo({
  393. url: '/index_fenbao/GuanLi/gengDuoFC'
  394. });
  395. },
  396. onPageScroll(e) {
  397. this.scrollTop = e.scrollTop;
  398. },
  399. // 加载字体
  400. loadGlobalFont() {
  401. try {
  402. uni.loadFontFace({
  403. family: 'MyGlobalFont', // 自定义字体名
  404. source: 'url("https://huli-app.wenlvti.net/app_static/WenWuGuanJia/image/songTi.ttf")',
  405. success() {
  406. console.log('全局字体加载成功');
  407. }
  408. });
  409. } catch (error) {
  410. console.error('全局字体加载异常', error);
  411. }
  412. }
  413. }
  414. };
  415. </script>
  416. <style>
  417. /deep/.u-swiper-indicator__wrapper__dot--active {
  418. width: 5px !important;
  419. }
  420. .box {
  421. height: auto;
  422. width: 100%;
  423. padding-bottom: 50rpx;
  424. background-image: url('https://huli-app.wenlvti.net/app_static/minnanhun/image/gj_bg.png');
  425. background-repeat: repeat-y;
  426. background-size: 100%;
  427. }
  428. .tuchu {
  429. color: #000000 !important;
  430. }
  431. .img {
  432. width: 100%;
  433. height: 100%;
  434. }
  435. .cd_box {
  436. display: flex;
  437. width: 90%;
  438. margin: auto;
  439. justify-content: space-between;
  440. flex-flow: wrap;
  441. margin-top: 60rpx;
  442. margin-bottom: 50rpx;
  443. }
  444. .cd_item {
  445. width: 322rpx;
  446. position: relative;
  447. margin-top: 34rpx;
  448. }
  449. .cd_tit {
  450. position: absolute;
  451. font-size: 32rpx;
  452. top: 4rpx;
  453. left: 90rpx;
  454. font-weight: 900;
  455. line-height: 64rpx;
  456. letter-spacing: 8rpx;
  457. color: #feece3;
  458. font-family: 'MyGlobalFont';
  459. }
  460. .gengduo {
  461. width: 175rpx;
  462. height: 60rpx;
  463. position: relative;
  464. top: 10px;
  465. left: 30px;
  466. text-align: center;
  467. line-height: 62rpx;
  468. font-size: 30rpx;
  469. font-weight: 600;
  470. margin-left: 475rpx;
  471. background-image: url('/static/img/tab.png');
  472. background-size: 100% 100%;
  473. font-family: 'MyGlobalFont';
  474. }
  475. .map_tit {
  476. display: flex;
  477. align-items: center;
  478. margin-left: 60rpx;
  479. margin-top: 40rpx;
  480. font-size: 40rpx;
  481. font-weight: 900;
  482. line-height: 52rpx;
  483. color: #444444;
  484. font-family: 'MyGlobalFont';
  485. }
  486. .ranking_menu {
  487. width: 90%;
  488. margin: auto;
  489. margin-top: 30rpx;
  490. display: flex;
  491. justify-content: space-around;
  492. font-size: 28rpx;
  493. color: rgba(68, 68, 68, 0.6);
  494. text-align: center;
  495. line-height: 60rpx;
  496. }
  497. .ranking_item {
  498. display: inline-block;
  499. width: 200rpx;
  500. height: 62rpx;
  501. font-family: 'MyGlobalFont';
  502. }
  503. .active {
  504. background-image: url('/static/img/tab.png');
  505. background-size: 100% 100%;
  506. }
  507. .pm_box {
  508. display: flex;
  509. justify-content: space-between;
  510. width: 90%;
  511. margin: auto;
  512. margin-top: 40rpx;
  513. }
  514. .pm_tit {
  515. width: 135rpx;
  516. font-size: 26rpx;
  517. font-family: MiSans, MiSans;
  518. font-weight: 400;
  519. color: rgba(68, 68, 68, 0.6);
  520. line-height: 40rpx;
  521. }
  522. .xx_box {
  523. width: 90%;
  524. height: 400rpx;
  525. margin-top: 40rpx;
  526. margin-left: 30rpx;
  527. overflow: scroll;
  528. }
  529. .xx_item {
  530. display: flex;
  531. justify-content: space-between;
  532. margin-top: 40rpx;
  533. font-size: 28rpx;
  534. color: #444444;
  535. line-height: 44rpx;
  536. }
  537. .yx_box {
  538. position: relative;
  539. width: 670rpx;
  540. height: 252rpx;
  541. display: flex;
  542. align-items: center;
  543. padding-right: 10rpx;
  544. justify-content: space-around;
  545. margin: auto;
  546. margin-top: 34rpx;
  547. background-image: url('https://huli-app.wenlvti.net/app_static/WenWuGuanJia/image/hh_item_bg.png');
  548. background-size: 100% 100%;
  549. }
  550. .wwd {
  551. font-size: 36rpx;
  552. font-weight: 400;
  553. color: #444444;
  554. line-height: 52rpx;
  555. }
  556. .time {
  557. font-size: 28rpx;
  558. color: rgba(68, 68, 68, 0.6);
  559. line-height: 44rpx;
  560. margin-top: 12rpx;
  561. }
  562. .baoming {
  563. display: flex;
  564. width: 145rpx;
  565. height: 56rpx;
  566. line-height: 56rpx;
  567. justify-content: center;
  568. align-items: center;
  569. font-size: 28rpx;
  570. color: #eba869;
  571. border: 2rpx solid #eba869;
  572. }
  573. .hd_btm {
  574. width: 90%;
  575. margin: auto;
  576. margin-top: 12rpx;
  577. letter-spacing: 0.2em;
  578. }
  579. .gg_box {
  580. width: 670rpx;
  581. height: 150rpx;
  582. margin: auto;
  583. margin-top: 20rpx;
  584. padding: 0 20rpx 0 20rpx;
  585. border: 2rpx solid #ebc9a9;
  586. }
  587. .gg_item {
  588. display: flex;
  589. align-items: center;
  590. justify-content: space-between;
  591. margin-top: 25rpx;
  592. width: 630rpx;
  593. height: 80rpx;
  594. }
  595. .wenwu_box {
  596. width: 92%;
  597. margin: auto;
  598. margin-top: 25rpx;
  599. display: flex;
  600. flex-flow: wrap;
  601. justify-content: space-between;
  602. }
  603. .gc_item {
  604. position: relative;
  605. width: 324rpx;
  606. color: #444444;
  607. /* font-weight: 900; */
  608. font-size: 32rpx;
  609. margin-top: 20rpx;
  610. font-family: 'MyGlobalFont';
  611. /* background: url('https://huli-app.wenlvti.net/app_static/WenWuGuanJia/image/ww_bg2.png') no-repeat;
  612. background-size: 100% 100%; */
  613. }
  614. .gc_box {
  615. width: 333rpx;
  616. height: 280rpx;
  617. }
  618. .bg_box {
  619. width: 184rpx;
  620. height: 62rpx;
  621. margin: auto;
  622. margin-top: 20rpx;
  623. line-height: 62rpx;
  624. color: #fef3e1;
  625. font-size: 28rpx;
  626. font-weight: 500;
  627. background-image: url('/static/img/tab.png');
  628. background-size: 100% 100%;
  629. font-family: 'MyGlobalFont';
  630. }
  631. .ww_tit {
  632. white-space: nowrap;
  633. overflow: hidden;
  634. text-overflow: ellipsis;
  635. margin-top: 10rpx;
  636. margin-left: 10rpx;
  637. }
  638. /deep/.u-notice-bar.data-v-24c07869 {
  639. border: 2rpx solid #ebc9a9;
  640. }
  641. /deep/.u-notice-bar.data-v-6862e5d8 {
  642. border: 2rpx solid #ebc9a9;
  643. }
  644. </style>