reportSearch.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657
  1. <template>
  2. <view class="searchTarget-container container">
  3. <view class="searchTarget-header">
  4. <input type="text" placeholder="请输入关键字" placeholder-class="sea_ipt_placeholder" class="sea_ipt" v-model="searchTxt" focus="true" confirm-type="search" @confirm="searchHandle" />
  5. <icon type="search" size="15" class="sea_ico" />
  6. <view class="ipt-right">
  7. <icon type="clear" size="16" color="#E0E0E0" v-show="searchTxt" @click="clearIpt" />
  8. <text class="line">|</text>
  9. <text @click="searchHandle" style="color: #3385ff">搜索</text>
  10. </view>
  11. </view>
  12. <view class="radio-content">
  13. <van-radio-group :value="radioSelect" @change="onChangeRadio" direction="horizontal">
  14. <van-radio icon-size="16" name="1">搜报告</van-radio>
  15. <van-radio icon-size="16" name="2">搜资源包</van-radio>
  16. </van-radio-group>
  17. </view>
  18. <view class="search-cont">
  19. <template v-if="!isResult">
  20. <view class="search-cont-top">
  21. <view class="cont-tit">
  22. <text>热搜关键词:</text>
  23. </view>
  24. <view class="targetList">
  25. <view class="target-item" v-for="(item, index) in hotKeyWord" :key="index" @click="chooseTarget(item.KeyWord)"># {{ item.KeyWord }}</view>
  26. </view>
  27. </view>
  28. <view class="search-cont-top">
  29. <view class="cont-tit">
  30. <text>弘则推荐:</text>
  31. </view>
  32. <view class="targetList">
  33. <view class="target-item" v-for="(item, index) in keywordList" :key="index" @click="chooseTarget(item)"># {{ item }}</view>
  34. </view>
  35. </view>
  36. <view class="search-cont-top" v-if="historySearchList.length">
  37. <view class="cont-tit">
  38. <text>搜索历史:</text>
  39. <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/empty_ico.png" class="empty_ico" @click="clearHistory"></image>
  40. </view>
  41. <view class="targetList">
  42. <block v-for="(item, index) in historySearchList" :key="index">
  43. <view v-if="index < 8" class="target-item" @click="chooseTarget(item)"># {{ item }}</view>
  44. </block>
  45. </view>
  46. </view>
  47. </template>
  48. <template v-else>
  49. <block v-if="haveResult">
  50. <view class="content-list" v-if="radioSelect == '2'">
  51. <block v-if="ListHz.length">
  52. <view class="resource">
  53. <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/zybico.jpg"></image>
  54. <text>弘则资源包</text>
  55. </view>
  56. <text style="height: 1rpx; background: #ececec"></text>
  57. <view class="list-ui" v-for="item in ListHz" :key="item.IndustrialManagementId" @click="themeDetails(item)">
  58. <view class="item-title">
  59. <text>
  60. {{ item.IndustryName }}
  61. </text>
  62. <view class="publish">
  63. {{ item.PublishDate }}更新
  64. <u-icon name="arrow-right" color="#BDBDBD" size="34"></u-icon>
  65. </view>
  66. </view>
  67. <view class="read-more" v-if="item.IndustrialSubjectList">
  68. <text class="text-box text_oneLine" v-for="val in item.IndustrialSubjectList" :key="val.IndustrialSubjectId">
  69. {{ val.SubjectName }}
  70. </text>
  71. </view>
  72. </view>
  73. </block>
  74. <block v-if="ListYx.length">
  75. <text style="height: 10rpx; background: #ececec"></text>
  76. <view class="resource">
  77. <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/zybico.jpg"></image>
  78. <text>研选主题</text>
  79. </view>
  80. <text style="height: 1rpx; background: #ececec"></text>
  81. <view class="list-ui" v-for="item in ListYx" :key="item.IndustrialManagementId" @click="themeDetails(item)">
  82. <view class="item-title">
  83. <text>
  84. {{ item.IndustryName }}
  85. </text>
  86. <view class="publish">
  87. {{ item.PublishDate }}更新
  88. <u-icon name="arrow-right" color="#BDBDBD" size="34"></u-icon>
  89. </view>
  90. </view>
  91. <view class="read-more" @click="themeDetails(item)" v-if="item.IndustrialSubjectList">
  92. <text class="text-box text_oneLine" v-for="val in item.IndustrialSubjectList" :key="val.IndustrialSubjectId">
  93. {{ val.SubjectName }}
  94. </text>
  95. </view>
  96. </view>
  97. </block>
  98. </view>
  99. <view class="content-report" v-if="radioSelect == '1'">
  100. <block v-if="ListYx.length">
  101. <view class="resource">
  102. <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/report_Yx.png"></image>
  103. <text>研选报告</text>
  104. </view>
  105. <text style="height: 1rpx; background: #ececec"></text>
  106. <view class="content-item" v-for="item in ListYx" :key="item.ArticleId">
  107. <view class="item-user">
  108. <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/user_report.png"></image>
  109. <text> {{ item.NickName }}</text>
  110. </view>
  111. <view class="item-title">
  112. <text style="display: inline" @click="goDetailReport(item)">
  113. {{ item.Title }}
  114. </text>
  115. <text class="item-industry" v-if="item.IndustryName" @click="themeDetails(item)">&nbsp;&nbsp;&nbsp;#{{ item.IndustryName }}</text>
  116. </view>
  117. <view class="item-more">
  118. <text>{{ item.PublishDate }}</text>
  119. <view class="pv-ollect">
  120. <view>
  121. <image class="pv" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/examine_icon.png"></image>
  122. {{ item.Pv }}
  123. </view>
  124. <view @click="collectClick(item)">
  125. <image v-if="item.IsCollect" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/collect_act.png"></image>
  126. <image v-else src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/collect_ico.png"></image>
  127. {{ item.CollectNum }}人收藏
  128. </view>
  129. </view>
  130. </view>
  131. </view>
  132. </block>
  133. <block v-if="ListHz.length">
  134. <text style="height: 10rpx; background: #ececec"></text>
  135. <view class="resource">
  136. <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/report_Hz.png"></image>
  137. <text>弘则报告</text>
  138. </view>
  139. <text style="height: 1rpx; background: #ececec"></text>
  140. <view class="content-item" v-for="item in ListHz" :key="item.ArticleId">
  141. <!-- <view class="item-user">
  142. <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/user_report.png"></image>
  143. <text> {{ item.NickName }}</text>
  144. </view> -->
  145. <view class="item-title">
  146. <text style="display: inline" @click="goDetailReport(item)">
  147. {{ item.Title }}
  148. </text>
  149. <text class="item-industry" @click="themeDetails(item)" v-if="item.IndustryName">&nbsp;&nbsp;&nbsp;#{{ item.IndustryName }}</text>
  150. </view>
  151. <view class="item-more">
  152. <text>{{ item.PublishDate }}</text>
  153. <view class="pv-ollect">
  154. <view>
  155. <image class="pv" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/examine_icon.png"></image>
  156. {{ item.Pv }}
  157. </view>
  158. <view @click="collectClick(item)">
  159. <image v-if="item.IsCollect" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/collect_act.png"></image>
  160. <image v-else src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/collect_ico.png"></image>
  161. {{ item.CollectNum }}人收藏
  162. </view>
  163. </view>
  164. </view>
  165. </view>
  166. </block>
  167. </view>
  168. </block>
  169. <view class="nodata" v-else>
  170. <image src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/act_search.png" mode="" class="nodata_img"></image>
  171. <text>未找到您想搜索的内容</text>
  172. <text> 正式客户可联系销售免费发起新调研主题 </text>
  173. </view>
  174. </template>
  175. </view>
  176. <u-modal
  177. v-model="goFollowShow"
  178. :content-style="{ fontSize: '32rpx' }"
  179. @confirm="goFollowShowBtn"
  180. :show-cancel-button="isCancelBtn"
  181. :confirm-text="confirmText"
  182. @cancel="isCancelBtn = false"
  183. :show-title="false"
  184. :cancel-style="{ borderRight: '1rpx solid #EBEBEB' }"
  185. :confirm-style="{ fontWeight: '700' }"
  186. >
  187. <view class="slot-content">
  188. <rich-text :nodes="accounts"></rich-text>
  189. </view>
  190. </u-modal>
  191. <freeCharge class="free-charge" :isShowFreeBtn="isShowFree" />
  192. </view>
  193. </template>
  194. <script>
  195. import { Search, Reports, Research, Report } from "@/config/api.js";
  196. import { Debounce, Throttle } from "@/config/util.js";
  197. import freeCharge from "@/components/freeCharge";
  198. let app = getApp({ allowDefault: true });
  199. export default {
  200. data() {
  201. return {
  202. searchTxt: "", //搜索关键字
  203. isResult: false, //显示搜索结果
  204. haveResult: true, //是否有搜索数据
  205. // 历史搜索列表
  206. historySearchList: [],
  207. // 关键字列表
  208. keywordList: [],
  209. targetList: [], //所有指标列表
  210. // 搜索结果列表
  211. resultList: [],
  212. indList: [],
  213. page_no: 1,
  214. pageSize: 10,
  215. totalPage: 0,
  216. hotKeyWord: [],
  217. loadText: {
  218. loadmore: "上拉加载更多",
  219. loading: "加载中",
  220. nomore: "",
  221. },
  222. status: "loadmore",
  223. shadowStyle: {
  224. backgroundImage: "none",
  225. },
  226. radioSelect: "",
  227. ListHz: [],
  228. ListYx: [],
  229. goFollowShow: false,
  230. confirmText: "知道了",
  231. isCancelBtn: false,
  232. accounts: "",
  233. };
  234. },
  235. watch: {
  236. searchTxt(newVal) {
  237. if (newVal.length <= 0) {
  238. this.isResult = false;
  239. }
  240. },
  241. },
  242. components: {
  243. freeCharge,
  244. },
  245. methods: {
  246. async researchHotKeyWord() {
  247. const res = await Research.researchHotKeyWord();
  248. if (res.Ret === 200) {
  249. this.hotKeyWord = res.Data.List || [];
  250. }
  251. },
  252. onChangeRadio(value) {
  253. this.radioSelect = value.detail;
  254. this.clearIpt();
  255. },
  256. /* 获取关键词 */
  257. getKeyWord() {
  258. Search.getKeys().then((res) => {
  259. if (res.Ret === 200) {
  260. this.keywordList = res.Data.Item.ConfigValue ? res.Data.Item.ConfigValue.split(",") : [];
  261. }
  262. });
  263. },
  264. // 选择历史搜索
  265. chooseTarget(item) {
  266. this.searchTxt = item;
  267. this.SecName = item;
  268. this.resultList = [];
  269. this.indList = [];
  270. if (!this.historySearchList.includes(this.searchTxt)) {
  271. this.historySearchList.unshift(this.searchTxt);
  272. this.$db.set("historySearchListReport", JSON.stringify(this.historySearchList));
  273. }
  274. this.getDataList();
  275. },
  276. // 键盘输入过程中
  277. searchDoing() {
  278. this.isResult = false;
  279. //全部指标列表
  280. let arr = JSON.parse(JSON.stringify(this.targetList));
  281. let filterArr = [];
  282. // // 过滤出符合搜索条件的值
  283. arr.forEach((item, index) => {
  284. if (item.SecName.includes(this.searchTxt)) {
  285. item.SecName = this.join(item.SecName, this.searchTxt);
  286. filterArr.unshift(item);
  287. }
  288. });
  289. this.keywordList = filterArr;
  290. },
  291. // 拼接
  292. join(str, key) {
  293. return str.replace(new RegExp(`${key}`, "g"), `%%${key}%%`).split("%%");
  294. },
  295. // 搜索数据
  296. searchHandle: Debounce(function () {
  297. if (this.searchTxt) {
  298. //添加搜索记录
  299. if (!this.historySearchList.includes(this.searchTxt)) {
  300. this.historySearchList.unshift(this.searchTxt);
  301. this.$db.set("historySearchListReport", JSON.stringify(this.historySearchList));
  302. }
  303. this.resultList = [];
  304. this.indList = [];
  305. this.getDataList();
  306. } else {
  307. this.$util.toast("请输入关键字");
  308. }
  309. }),
  310. // 查找数据
  311. async getDataList() {
  312. this.isResult = true;
  313. const res =
  314. this.radioSelect == 2
  315. ? await Reports.getIndustryAndArticle({
  316. KeyWord: this.searchTxt,
  317. })
  318. : await Reports.getReportSearchReport({
  319. KeyWord: this.searchTxt,
  320. });
  321. if (res.Ret === 200) {
  322. this.ListHz = res.Data.ListHz || [];
  323. this.ListYx = res.Data.ListYx || [];
  324. console.log(this.ListHz, this.ListYx);
  325. this.haveResult = this.ListHz.length > 0 || this.ListYx.length > 0;
  326. }
  327. },
  328. // 点击数据列表修改数据
  329. itemClick(item) {
  330. let data = encodeURIComponent(JSON.stringify(item));
  331. uni.navigateTo({
  332. url: "/pages/recordData/recordData?data=" + data,
  333. });
  334. },
  335. /* 表单清空 */
  336. clearIpt() {
  337. this.searchTxt = "";
  338. this.isTabAct = false;
  339. },
  340. /* 历史搜索清空 */
  341. clearHistory() {
  342. this.historySearchList = [];
  343. this.$db.del("historySearchListReport");
  344. },
  345. //去往文章详情页面
  346. goDetailReport(item) {
  347. this.$store.dispatch("checkHandle", "/pageMy/reportDetail/reportDetail?id=" + item.ArticleId);
  348. },
  349. /* 进入详情 校验是否有该品种权限 */
  350. goDetail(item) {
  351. uni.navigateTo({
  352. url: "/reportPages/IndustryReport/IndustryReport?id=" + item.IndustrialManagementId,
  353. });
  354. },
  355. goDetailIndust(id) {
  356. this.$store.dispatch("checkHandle", "/pageMy/reportDetail/reportDetail?id=" + id);
  357. },
  358. //去往主题详情
  359. themeDetails(item) {
  360. this.$store.dispatch("checkHandle", "/reportPages/researchTheme/researchTheme?id=" + item.IndustrialManagementId);
  361. },
  362. //收藏
  363. async collectClick(item) {
  364. const res = await Report.collectRpt({ ArticleId: item.ArticleId });
  365. if (res.Ret === 200) {
  366. item.IsCollect = !item.IsCollect;
  367. item.IsCollect
  368. ? (item.CollectNum += 1) &&
  369. uni.showToast({
  370. title: "收藏成功",
  371. icon: "none",
  372. duration: 2000,
  373. })
  374. : (item.CollectNum -= 1);
  375. !item.IsCollect &&
  376. uni.showToast({
  377. title: "已取消收藏",
  378. icon: "none",
  379. duration: 2000,
  380. });
  381. }
  382. },
  383. //点击了去关注
  384. goFollowShowBtn() {
  385. if (this.confirmText == "去关注") {
  386. uni.navigateTo({
  387. url: "/activityPages/accountsOfficial/accountsOfficial",
  388. });
  389. }
  390. this.goFollowShow = false;
  391. },
  392. },
  393. onLoad(options) {
  394. this.radioSelect = options.id == 31 ? "1" : "2";
  395. if (options.text) {
  396. this.searchTxt = options.text;
  397. this.getDataList();
  398. }
  399. // 获取历史搜索记录
  400. if (this.$db.get("historySearchListReport")) {
  401. let historyList = JSON.parse(this.$db.get("historySearchListReport"));
  402. this.historySearchList = historyList;
  403. }
  404. },
  405. onShow() {
  406. this.$store.dispatch("statistics", { PageType: "ReportSearch" });
  407. this.getKeyWord();
  408. this.researchHotKeyWord();
  409. },
  410. /**
  411. * 用户点击分享
  412. */
  413. onShareAppMessage: function (res) {
  414. return {
  415. title: this.isHorzMobile ? "好友向您推荐此内容,上传名片享查研观向免费月卡!" : "报告",
  416. path: "/reportPages/reportSearch/reportSearch?text=" + this.searchTxt,
  417. success: (res) => {},
  418. fail: (err) => {},
  419. };
  420. },
  421. };
  422. </script>
  423. <style lang="scss">
  424. .searchTarget-container {
  425. background-color: #fff;
  426. padding-bottom: 30rpx;
  427. .searchTarget-header {
  428. padding: 0 34rpx;
  429. width: 100%;
  430. background-color: #fff;
  431. position: fixed;
  432. top: 0;
  433. left: 0;
  434. z-index: 99;
  435. padding: 30rpx 0;
  436. display: flex;
  437. justify-content: center;
  438. align-items: center;
  439. .sea_ipt_placeholder {
  440. color: #8d8d8d;
  441. }
  442. .sea_ipt {
  443. width: 682rpx;
  444. height: 70rpx;
  445. line-height: 70rpx;
  446. box-sizing: border-box;
  447. border: 1rpx solid #e5e5e5;
  448. background-color: rgba(245, 245, 245, 0.2);
  449. font-size: 26rpx;
  450. color: #4a4a4a;
  451. padding: 0 180rpx 0 78rpx;
  452. border-radius: 70rpx;
  453. }
  454. .sea_ico {
  455. width: 31rpx;
  456. height: 31rpx;
  457. position: absolute;
  458. left: 68rpx;
  459. top: 50%;
  460. transform: translateY(-50%);
  461. }
  462. .ipt-right {
  463. display: flex;
  464. align-items: center;
  465. position: absolute;
  466. right: 59rpx;
  467. top: 50%;
  468. transform: translateY(-50%);
  469. color: #3385ff;
  470. .line {
  471. margin: 0 21rpx;
  472. color: #e0e0e0;
  473. }
  474. }
  475. }
  476. .radio-content {
  477. width: 100%;
  478. padding-left: 58rpx;
  479. background-color: #fff;
  480. position: fixed;
  481. height: 70rpx;
  482. top: 128rpx;
  483. left: 0;
  484. z-index: 99;
  485. display: flex;
  486. }
  487. .resource {
  488. padding: 0 30rpx;
  489. background-color: #fff;
  490. margin-top: 4rpx;
  491. height: 91rpx;
  492. width: 100%;
  493. display: flex;
  494. align-items: center;
  495. justify-content: center;
  496. color: #333333;
  497. font-size: 30rpx;
  498. image {
  499. width: 34rpx;
  500. height: 36rpx;
  501. margin-right: 10rpx;
  502. }
  503. }
  504. .content-list {
  505. .list-ui {
  506. background-color: #fff;
  507. margin-top: 2rpx;
  508. }
  509. .item-title {
  510. display: flex;
  511. align-items: center;
  512. justify-content: space-between;
  513. height: 100rpx;
  514. border-bottom: 1px solid #f6f6f6;
  515. padding: 0 30rpx;
  516. background-color: #fff;
  517. .publish {
  518. display: flex;
  519. align-items: center;
  520. color: #999999;
  521. font-style: 26rpx;
  522. }
  523. }
  524. .read-more {
  525. margin-top: 20rpx;
  526. display: flex;
  527. flex-wrap: wrap;
  528. margin-left: 30rpx;
  529. .text-box {
  530. margin-bottom: 27rpx;
  531. margin-right: 15rpx;
  532. padding: 0;
  533. font-size: 24rpx;
  534. color: #408fff;
  535. width: 216rpx;
  536. height: 46rpx;
  537. line-height: 46rpx;
  538. text-align: center !important;
  539. background: url(~@/static/img/report_bg.png) no-repeat;
  540. background-size: 100% 100%;
  541. text-indent: 0em;
  542. }
  543. }
  544. }
  545. .search-cont {
  546. padding-top: 180rpx;
  547. .search-cont-top {
  548. padding: 0 34rpx 0;
  549. margin-bottom: 10rpx;
  550. padding-top: 20rpx;
  551. &:last-child {
  552. margin-bottom: 0;
  553. }
  554. .cont-tit {
  555. font-size: 32rpx;
  556. margin-bottom: 20rpx;
  557. font-weight: 500;
  558. display: flex;
  559. justify-content: space-between;
  560. .empty_ico {
  561. width: 32rpx;
  562. height: 33rpx;
  563. }
  564. }
  565. .targetList {
  566. display: flex;
  567. flex-wrap: wrap;
  568. font-size: 28rpx;
  569. .target-item {
  570. width: 50%;
  571. margin-bottom: 20rpx;
  572. }
  573. }
  574. }
  575. .result-cont {
  576. padding: 0 34rpx 0;
  577. padding-left: 21rpx;
  578. .result-list {
  579. display: flex;
  580. align-items: center;
  581. color: #333;
  582. padding-bottom: 30rpx;
  583. border-bottom: 1rpx solid #ebedf0;
  584. margin-bottom: 30rpx;
  585. .result_ico {
  586. width: 28rpx;
  587. height: 28rpx;
  588. margin-right: 20rpx;
  589. }
  590. text {
  591. display: inline;
  592. }
  593. .highlight {
  594. color: #3385ff;
  595. }
  596. }
  597. }
  598. .result-data {
  599. // margin-top: 80rpx;
  600. min-height: calc(100vh - 130rpx);
  601. padding: 20rpx 34rpx 40rpx;
  602. display: flex;
  603. background-color: #f7f7f7;
  604. }
  605. }
  606. .content-report {
  607. .content-item {
  608. background-color: #fff;
  609. padding: 35rpx 20rpx 0;
  610. .item-title {
  611. font-weight: 500;
  612. .item-industry {
  613. margin-left: 10rpx;
  614. color: #3385ff;
  615. display: inline-block;
  616. }
  617. }
  618. .item-user {
  619. display: flex;
  620. align-items: center;
  621. color: #999999;
  622. font-size: 28rpx;
  623. margin-bottom: 20rpx;
  624. image {
  625. width: 23rpx;
  626. height: 26rpx;
  627. margin-right: 20rpx;
  628. }
  629. }
  630. .item-more {
  631. display: flex;
  632. justify-content: space-between;
  633. color: #cecece;
  634. margin: 20rpx 0 0;
  635. padding-bottom: 30rpx;
  636. border-bottom: 1rpx solid #ececec;
  637. .pv-ollect {
  638. display: flex;
  639. align-items: center;
  640. width: 40%;
  641. justify-content: space-between;
  642. image {
  643. width: 22rpx;
  644. height: 21rpx;
  645. margin-right: 10rpx;
  646. }
  647. .pv {
  648. height: 16rpx;
  649. }
  650. }
  651. }
  652. }
  653. }
  654. }
  655. </style>