reportForm.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  1. <template>
  2. <view class="reportForm-container">
  3. <view class="nav-bar-wrap" :style="{ height: navBarStyle.height, paddingTop: navBarStyle.paddingTop, paddingBottom: navBarStyle.paddingBottom }">
  4. <view class="content">
  5. <view class="hot-top" @click="goHot" v-if="isShowHot">
  6. <image class="hot-img" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/hot_icon_report.png"></image>
  7. <text class="sea_ipt">榜单</text>
  8. </view>
  9. <view class="search-box" @click="goSearch">
  10. <icon type="search" size="15" class="search_ico" />
  11. <text class="sea_ipt">搜索产业资源包</text>
  12. </view>
  13. </view>
  14. <view class="second-tabs">
  15. <view :class="['item', item.ChartPermissionId == tabAct_id && 'tabs-active']" v-for="(item, index) in tabBars" :key="item.ChartPermissionId" @click="toggleTab(item, index)">
  16. {{ item.PermissionName }}
  17. <view class="active" v-if="item.ChartPermissionId == tabAct_id"></view>
  18. </view>
  19. </view>
  20. </view>
  21. <!-- 内容 -->
  22. <view class="strategy" v-if="strategyIndex == 4">
  23. <view class="tab-cont-two">
  24. <block v-for="(item, index) in tabBarsTow" :key="item.CategoryId">
  25. <view :id="'__' + index" class="scroll-tab-item" :class="{ active: tabAct_idTwo == item.CategoryId }" @click.stop="toggleTabTwo(item, index)">
  26. {{ item.MatchTypeName }}
  27. <text class="reg-text" v-if="item.IsRed"></text>
  28. </view>
  29. </block>
  30. </view>
  31. <view class="row"> </view>
  32. <!-- 子组件 -->
  33. <strategy
  34. :strategyIndexTwo="strategyIndexTwo"
  35. :pageNumFather="pageNumFather"
  36. :matchTypeName="matchTypeName"
  37. :tabAct_idTwo="tabAct_idTwo"
  38. :isNum="isNum"
  39. :isSwitchover="isSwitchover"
  40. @hideIsred="hideIsred"
  41. />
  42. </view>
  43. <!-- </view> -->
  44. <view class="industrial_eport_one" v-else>
  45. <!-- 行业报告 -->
  46. <view class="industry" v-if="tradeList">
  47. <view class="industry-top">
  48. <view class="img-top-box">
  49. <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/industry-ico.png"></image>
  50. <text>行业综述</text>
  51. </view>
  52. <view> </view>
  53. </view>
  54. <view class="industry-box" @click="isClickHandle(item.CategoryId)" v-for="item in tradeList" :key="item.CategoryId">
  55. <view class="box-left">
  56. {{ item.MatchTypeName }}
  57. <text v-if="item.IsRed"></text>
  58. </view>
  59. <view class="box-right">
  60. <text>{{ item.UpdateTime }}</text>
  61. <u-icon name="arrow-right" color="#BDBDBD" size="34"></u-icon>
  62. </view>
  63. </view>
  64. </view>
  65. <!-- 产业报告 -->
  66. <view class="industry">
  67. <view style="height: 12rpx" v-if="!tradeList"></view>
  68. <view class="industry-top industry-sticky">
  69. <view class="img-top-box">
  70. <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/property_ico.png" style="height: 50rpx"></image>
  71. <text class="text-sub">细分产业</text>
  72. </view>
  73. <view class="checkbox-content">
  74. <van-checkbox-group class="checkbox-ui" :value="deepCoverFocus" @change="checkboxChange">
  75. <van-checkbox style="margin-right: 30rpx" name="cover" icon-size="14" shape="square">深度覆盖</van-checkbox>
  76. <van-checkbox name="focus" icon-size="14" shape="square">推荐关注</van-checkbox>
  77. </van-checkbox-group>
  78. </view>
  79. </view>
  80. <!-- 需要循环的地方 -->
  81. <view class="forindustry" v-for="item in industryList" :key="item.IndustrialManagementId">
  82. <!-- 火锅底料这个位置 -->
  83. <view class="industry-content">
  84. <view class="industry-box-left" @click="reportFllow(item.IndustrialManagementId)">
  85. <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/attention_act.png" v-if="item.IsFollow"></image>
  86. <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/attention_icon.png" v-else></image>
  87. </view>
  88. <view class="industry-box-right" @click="goIndustryReport(item.IndustrialManagementId)">
  89. <view class="ndustry-box-read">
  90. <text>{{ item.IndustryName }}</text>
  91. <image class="hot-icon" v-if="item.IsHot" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/hot_report.png" mode=""></image>
  92. <image v-if="item.IsNew" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/new_report.png" mode=""></image>
  93. </view>
  94. <view class="ndustry-box-arrow">
  95. <text v-if="item.IsRed" class="read"></text>
  96. <text class="ndustry-box-text">{{ item.UpdateTime }}</text>
  97. <u-icon name="arrow-right" color="#BDBDBD" size="34"></u-icon>
  98. </view>
  99. </view>
  100. </view>
  101. <view class="content-box" v-if="item.IndustrialSubjectList.length > 6">
  102. <u-read-more :toggle="true" :show-height="item.IndustrialSubjectList.length > 6 ? 140 : 150" :shadow-style="shadowStyle" close-text="展开" color="#D1D1D1">
  103. <view class="read-more">
  104. <view v-for="val in item.IndustrialSubjectList" :key="val.IndustrialSubjectId" @click="goIndustryReport(item.IndustrialManagementId)" class="text-box">
  105. {{ val.SubjectName }}
  106. </view>
  107. </view>
  108. </u-read-more>
  109. </view>
  110. <view class="content-box" v-else @click="goIndustryReport(item.IndustrialManagementId)">
  111. <view class="read-more">
  112. <view v-for="val in item.IndustrialSubjectList" :key="val.IndustrialSubjectId" class="text-box">{{ val.SubjectName }}</view>
  113. </view>
  114. </view>
  115. </view>
  116. <u-loadmore :status="status" icon-type="flower" :load-text="loadText" margin-top="20" v-if="totalPage > 1" />
  117. </view>
  118. </view>
  119. <coverGuide :isGuideShow="isGuideShow" />
  120. <u-modal
  121. v-model="goFollowShow"
  122. :content-style="{ fontSize: '32rpx' }"
  123. @confirm="goFollowShowBtn"
  124. :show-cancel-button="isCancelBtn"
  125. :confirm-text="confirmText"
  126. @cancel="isCancelBtn = false"
  127. :show-title="false"
  128. :cancel-style="{ borderRight: '1rpx solid #EBEBEB' }"
  129. :confirm-style="{ fontWeight: '700' }"
  130. >
  131. <view class="slot-content">
  132. <rich-text :nodes="accounts"></rich-text>
  133. </view>
  134. </u-modal>
  135. <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
  136. <suspenButton v-if="reportShow" />
  137. </view>
  138. </template>
  139. <script>
  140. import strategy from "./components/strategy.vue";
  141. import coverGuide from "./components/coverGuide.vue";
  142. import { Throttle, Debounce } from "@/config/util.js";
  143. import freeCharge from "@/components/freeCharge";
  144. import suspenButton from "@/components/suspen_button.vue";
  145. import { Reports } from "@/config/api.js";
  146. let app = getApp();
  147. export default {
  148. components: {
  149. strategy,
  150. coverGuide,
  151. freeCharge,
  152. suspenButton,
  153. },
  154. data() {
  155. return {
  156. tabAct_id: "",
  157. tabAct_idTwo: "",
  158. tabBars: [],
  159. pageNumFather: "",
  160. shadowStyle: {
  161. backgroundImage: "none",
  162. },
  163. tabBarsTow: [],
  164. isNum: 1,
  165. strategyIndex: "",
  166. strategyIndexTwo: 0,
  167. isSwitchover: 1,
  168. tradeList: [],
  169. OrderColumn: "",
  170. industryList: [],
  171. loadText: {
  172. loadmore: "上拉加载更多",
  173. loading: "加载中",
  174. nomore: "已经到底了",
  175. },
  176. refresh: false, //正在下拉
  177. page_no: 1,
  178. pageSize: 10,
  179. status: "loadmore",
  180. haveData: true,
  181. totalPage: "",
  182. matchTypeName: "",
  183. deepCoverFocus: [], //深度覆盖 //推荐关注
  184. isScrollShow: false,
  185. isGuideShow: false,
  186. limitIsShow: false, //限免显示隐藏
  187. goFollowShow: false,
  188. accounts: "",
  189. confirmText: "知道了",
  190. isCancelBtn: false,
  191. scrollLeft: 0,
  192. showTransition: false, //点击绝密后的隐现
  193. reportShow: false, //绝密标签的隐现
  194. isShowHot: false, //榜单的隐现
  195. };
  196. },
  197. onLoad(option) {
  198. this.loadList(option);
  199. this.initNavBar();
  200. },
  201. watch: {
  202. //监听tabs的变化
  203. tabAct_id: {
  204. handler() {
  205. this.initList();
  206. },
  207. immediate: true,
  208. },
  209. },
  210. methods: {
  211. //获取胶囊位置
  212. initNavBar() {
  213. let menuButtonInfo = uni.getMenuButtonBoundingClientRect();
  214. this.navBarStyle = {
  215. height: menuButtonInfo.height + menuButtonInfo.top + 46 + "px",
  216. paddingTop: menuButtonInfo.top + "px",
  217. paddingBottom: "4px",
  218. };
  219. },
  220. //获取一级事件
  221. getClassify() {
  222. Reports.getClassify().then((res) => {
  223. if (res.Ret !== 200) return;
  224. this.tabBars = res.Data.List || [];
  225. if (!this.tabAct_id) {
  226. this.tabAct_id = res.Data.List[0].ChartPermissionId;
  227. this.$store.dispatch("statistics", {
  228. PageType: "Report",
  229. ChartPermissionId: Number(this.tabAct_id),
  230. });
  231. }
  232. });
  233. },
  234. //获取二级事件
  235. getstrategyAll() {
  236. Reports.getstrategyAll().then((res) => {
  237. this.tabBarsTow = res.Data.List;
  238. if (!this.tabAct_idTwo) {
  239. this.tabAct_idTwo = res.Data.List[0].CategoryId;
  240. }
  241. this.matchTypeName = res.Data.List[0].MatchTypeName;
  242. });
  243. },
  244. //tabs切换事件
  245. toggleTab(item, index) {
  246. this.strategyIndex = index;
  247. this.deepCoverFocus = [];
  248. if (this.tabAct_id !== item.ChartPermissionId) {
  249. this.tabAct_id = item.ChartPermissionId;
  250. this.$store.dispatch("statistics", {
  251. PageType: "Report",
  252. ChartPermissionId: Number(this.tabAct_id),
  253. });
  254. this.pageNum = 1;
  255. uni.pageScrollTo({
  256. scrollTop: 0,
  257. duration: 0,
  258. });
  259. }
  260. },
  261. /* 绝密标签的隐现 */
  262. async reportIsShow() {
  263. const res = await Reports.reportIsShow();
  264. if (res.Ret === 200) {
  265. this.reportShow = res.Data.IsShow;
  266. this.limitIsShow = res.Data.IsShowResearch;
  267. this.isShowHot = res.Data.IsShowList;
  268. }
  269. },
  270. scrollMove(e) {
  271. this.scrollLeft = e.detail.scrollLeft;
  272. },
  273. //tabs切换二级事件
  274. toggleTabTwo(item, index) {
  275. this.matchTypeName = item.MatchTypeName;
  276. this.strategyIndexTwo = index;
  277. if (this.tabAct_idTwo !== item.CategoryId) {
  278. this.tabAct_idTwo = item.CategoryId;
  279. this.pageNum = 1;
  280. uni.pageScrollTo({
  281. scrollTop: 0,
  282. duration: 0,
  283. });
  284. }
  285. },
  286. //获取报告所有品种接口
  287. getTradeList() {
  288. Reports.getTradeList({
  289. ChartPermissionId: this.tabAct_id,
  290. }).then((res) => {
  291. if (res.Ret == 200) {
  292. this.tradeList = res.Data.List || [];
  293. }
  294. });
  295. },
  296. //获取产业报告所有品种接口
  297. getIndustryList() {
  298. Reports.getIndustryList({
  299. ChartPermissionId: this.tabAct_id,
  300. OrderColumn: this.OrderColumn,
  301. PageSize: this.pageSize,
  302. CurrentIndex: this.page_no,
  303. DeepCover: this.deepCoverFocus.includes("cover") ? 1 : 0,
  304. RecommendFocus: this.deepCoverFocus.includes("focus") ? 1 : 0,
  305. }).then((res) => {
  306. // this.industryList=res.Data.List
  307. this.status = this.page_no < res.Data.Paging.Pages ? "loadmore" : "nomore";
  308. this.totalPage = res.Data.Paging.Pages; //总页数
  309. if (this.page_no === 1) {
  310. this.industryList = res.Data.List || [];
  311. this.haveData = this.industryList.length ? true : false;
  312. if (this.refresh) {
  313. uni.stopPullDownRefresh();
  314. this.refresh = false;
  315. }
  316. } else {
  317. this.industryList = this.industryList.concat(res.Data.List);
  318. }
  319. });
  320. },
  321. //跳转季度策略
  322. async isClickHandle(id) {
  323. await this.$store.dispatch("checkHandle", "/reportPages/industrialReport/industrialReport?id=" + id);
  324. },
  325. //跳转产业报告
  326. async goIndustryReport(id) {
  327. await this.$store.dispatch("checkHandle", "/reportPages/IndustryReport/IndustryReport?id=" + id);
  328. },
  329. //点击关注的图标
  330. reportFllow(id) {
  331. if (!this.$store.state.isAuth && !this.$store.state.isBind) {
  332. Reports.reportFllow({
  333. IndustrialManagementId: id,
  334. }).then((res) => {
  335. if (res.Ret === 200) {
  336. if (res.Data.Status == 1) {
  337. this.goFollowShow = true;
  338. this.confirmText = res.Data.GoFollow ? "去关注" : "知道了";
  339. if (res.Data.GoFollow) {
  340. this.accounts = `产业关注成功 <br> 想要及时获取该产业内容的更新推送,请关注【查研观向小助手】公众号`;
  341. this.isCancelBtn = true;
  342. } else {
  343. this.accounts = "产业关注成功<br>请关注【查研观向小助手】公众号,及时获取产业报告更新提醒";
  344. }
  345. }
  346. this.industryList.forEach((key) => {
  347. if (key.IndustrialManagementId == id) {
  348. if (key.IsFollow == 1) {
  349. key.IsFollow = 0;
  350. uni.showToast({
  351. title: "已取消关注",
  352. icon: "none",
  353. duration: 2000,
  354. });
  355. } else {
  356. key.IsFollow = 1;
  357. }
  358. }
  359. });
  360. }
  361. });
  362. } else if (this.$store.state.isAuth) {
  363. //未授权
  364. uni.navigateTo({
  365. url: "/pageMy/authGuide/authGuide",
  366. });
  367. } else if (!this.$store.state.isAuth && this.$store.state.isBind) {
  368. //已授权未绑定
  369. uni.navigateTo({
  370. url: "/pageMy/login/login",
  371. });
  372. }
  373. },
  374. goFollowShowBtn() {
  375. if (this.confirmText == "去关注") {
  376. uni.navigateTo({
  377. url: "/activityPages/accountsOfficial/accountsOfficial",
  378. });
  379. }
  380. this.goFollowShow = false;
  381. },
  382. hideIsred(is) {
  383. this.tabBarsTow[this.strategyIndexTwo].IsRed = is;
  384. },
  385. /* 搜索 */
  386. async goSearch() {
  387. await this.$store.dispatch("checkHandle", "/reportPages/reportSearch/reportSearch?id=报告");
  388. },
  389. /* 初始 */
  390. initList() {
  391. if (this.tabAct_id && this.strategyIndex !== 4 && this.strategyIndex !== 5) {
  392. this.page_no = 1;
  393. this.refresh = true;
  394. this.getIndustryList();
  395. this.getTradeList();
  396. }
  397. this.strategyIndex == 4 ? this.getstrategyAll() : (this.tabAct_idTwo = "");
  398. this.isNum = 1;
  399. },
  400. /* 页面加载 */
  401. loadList(option) {
  402. if (!this.$db.get("guideSole")) {
  403. //新手指引
  404. this.isGuideShow = true;
  405. }
  406. app.globalData.isSx = true;
  407. this.tabAct_id = option.tab || "";
  408. if (option.tabs !== "" && option.tabs) {
  409. this.strategyIndex = 4;
  410. this.tabAct_idTwo = option.tabs;
  411. }
  412. if (this.tabAct_id == 31) {
  413. this.strategyIndex = 5;
  414. }
  415. this.getClassify();
  416. this.reportIsShow();
  417. this.$db.set("guideSole", 1); //新手指引
  418. },
  419. goSecretDetail(type) {
  420. uni.navigateTo({
  421. url: "/reportPages/secretDetails/secretDetails?type=" + type,
  422. });
  423. },
  424. /* 跳转榜单 */
  425. goHot() {
  426. uni.navigateTo({
  427. url: "/reportPages/hotList/hotList",
  428. });
  429. },
  430. //点击了checkbox
  431. checkboxChange(e) {
  432. this.deepCoverFocus = e.detail;
  433. this.page_no = 1;
  434. this.getIndustryList();
  435. },
  436. },
  437. /* 触底 */
  438. onReachBottom: Throttle(function () {
  439. if (this.strategyIndex == 4) {
  440. this.isNum++;
  441. return;
  442. }
  443. if (this.status === "nomore") return;
  444. this.status = "loading";
  445. this.page_no++;
  446. this.getIndustryList();
  447. }),
  448. /* 下拉刷新 */
  449. onPullDownRefresh: Throttle(function () {
  450. if (this.strategyIndex == 4) {
  451. this.pageNumFather = 1;
  452. } else {
  453. this.industryList = [];
  454. this.pageNumFather = null;
  455. this.page_no = 1;
  456. this.refresh = true;
  457. this.getIndustryList();
  458. this.getTradeList();
  459. }
  460. wx.stopPullDownRefresh();
  461. }),
  462. onShow() {
  463. this.$store.dispatch("checkHandle", "noGO");
  464. if (this.tabAct_id) {
  465. this.$store.dispatch("statistics", {
  466. PageType: "Report",
  467. ChartPermissionId: Number(this.tabAct_id),
  468. });
  469. }
  470. if (this.tabAct_id && app.globalData.isSx) {
  471. this.getTradeList();
  472. }
  473. },
  474. /**
  475. * 用户点击分享
  476. */
  477. onShareAppMessage: function (res) {
  478. return {
  479. title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" : "产业报告",
  480. path: "/pages/reportForm/reportForm?tab=" + this.tabAct_id + "&tabs=" + this.tabAct_idTwo,
  481. success: (res) => {},
  482. fail: (err) => {},
  483. };
  484. },
  485. onHide() {
  486. if (this.showTransition) {
  487. this.showTransition = false;
  488. }
  489. if (this.strategyIndex == 4 || this.strategyIndex == 5) return;
  490. },
  491. };
  492. </script>
  493. <style lang="scss">
  494. @import "./index.scss";
  495. .reportForm-container {
  496. .nav-bar-wrap {
  497. background-color: #fff;
  498. color: #fff;
  499. position: sticky;
  500. top: 0;
  501. left: 0;
  502. width: 100%;
  503. z-index: 99;
  504. padding-left: 30rpx;
  505. .content {
  506. position: relative;
  507. display: flex;
  508. align-items: center;
  509. width: 70%;
  510. height: 63rpx;
  511. margin-bottom: 20rpx;
  512. .hot-top {
  513. display: flex;
  514. align-items: center;
  515. width: 140rpx;
  516. height: 100%;
  517. color: #3385ff;
  518. font-size: 30rpx;
  519. flex-shrink: 0;
  520. .hot-img {
  521. width: 28rpx;
  522. height: 28rpx;
  523. }
  524. }
  525. .search-box {
  526. display: flex;
  527. align-items: center;
  528. flex: 1;
  529. height: 100%;
  530. font-size: 30rpx;
  531. color: #707070;
  532. background-color: #f6f6f6;
  533. padding-left: 33rpx;
  534. border-radius: 70rpx;
  535. border: 1rpx solid #e5e5e5;
  536. }
  537. .sea_ipt {
  538. padding-left: 15rpx;
  539. }
  540. }
  541. .second-tabs {
  542. width: 100%;
  543. display: flex;
  544. overflow-x: auto;
  545. background-color: #fff;
  546. font-size: 34rpx;
  547. color: #999999;
  548. &::-webkit-scrollbar {
  549. width: 0;
  550. height: 0;
  551. display: none;
  552. }
  553. .item {
  554. position: relative;
  555. padding-bottom: 16rpx;
  556. margin-right: 50rpx;
  557. flex-shrink: 0;
  558. .limit-img {
  559. position: absolute;
  560. top: -15rpx;
  561. right: -50rpx;
  562. z-index: 99;
  563. }
  564. .active {
  565. position: absolute;
  566. left: 0;
  567. bottom: 0;
  568. height: 4rpx;
  569. width: 100%;
  570. border-radius: 1rpx;
  571. background: linear-gradient(90deg, #2e85ff 0%, #7eeaf6 100%);
  572. }
  573. }
  574. .tabs-active {
  575. color: #3385ff;
  576. font-weight: 500;
  577. }
  578. .tabs-img {
  579. width: 46rpx;
  580. height: 26rpx;
  581. }
  582. }
  583. }
  584. }
  585. .content-intimate {
  586. position: fixed;
  587. display: flex;
  588. align-items: center;
  589. bottom: 96rpx;
  590. right: 41rpx;
  591. height: 156rpx;
  592. .content {
  593. width: 432rpx;
  594. height: 112rpx;
  595. background-color: #fff;
  596. display: flex;
  597. border-radius: 56rpx;
  598. overflow: hidden;
  599. .cont-border {
  600. margin: 0 2rpx;
  601. }
  602. view {
  603. flex: 1;
  604. background-color: #3385ff;
  605. font-size: 30rpx;
  606. color: #fff;
  607. padding-top: 15rpx;
  608. text-align: center;
  609. }
  610. }
  611. image {
  612. width: 156rpx;
  613. height: 100%;
  614. z-index: 99;
  615. }
  616. }
  617. .new-recommend {
  618. width: 220rpx;
  619. height: 51rpx;
  620. display: flex;
  621. align-items: center;
  622. justify-content: space-between;
  623. color: #999999;
  624. font-size: 24rpx;
  625. background-color: #f8f8fa;
  626. border-radius: 47rpx;
  627. margin: auto 0;
  628. overflow: hidden;
  629. text {
  630. height: 51rpx;
  631. line-height: 51rpx;
  632. width: 120rpx;
  633. text-align: center;
  634. }
  635. .items-act {
  636. background-color: #3385ff;
  637. color: #fff;
  638. border-radius: 47rpx;
  639. }
  640. }
  641. </style>