trafficAnalysis.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779
  1. <template>
  2. <div class="search-form">
  3. <!-- 站点选择和时间筛选 -->
  4. <a-row class="r1" :gutter="8">
  5. <a-col :xl="7" :xxl="6">
  6. <div class="choose-site">
  7. <span class="t1">站点:</span>
  8. <select-site @set-site-info="changeSite" select-width="100%" />
  9. </div>
  10. </a-col>
  11. <a-col :xl="8" :xxl="6">
  12. <div class="choose-site">
  13. <span class="t1">统计时间:</span>
  14. <a-range-picker @change="onChangeDatePicker" :disabledDate="disabledDate" :value="rangeDate" style="width: 70%" />
  15. </div>
  16. </a-col>
  17. <a-col :xl="9" :xxl="12">
  18. <a-button :class="queryParam.dateType == '' ? 'active' : ''" @click="setTime('')">全部时间 </a-button>
  19. <a-button :class="queryParam.dateType == 'thirtyDay' ? 'active' : ''" @click="setTime('thirtyDay')">近30天 </a-button>
  20. <a-button :class="queryParam.dateType == 'sevenDay' ? 'active' : ''" @click="setTime('sevenDay')">近一周 </a-button>
  21. <a-button :class="queryParam.dateType == 'yesterday' ? 'active' : ''" @click="setTime('yesterday')">昨日 </a-button>
  22. <a-button :class="queryParam.dateType == 'today' ? 'active' : ''" @click="setTime('today')"> 今日 </a-button>
  23. </a-col>
  24. </a-row>
  25. </div>
  26. <a-spin :spinning="loading" tip="加载中...">
  27. <a-row class="r2">
  28. <a-col :span="6">
  29. <p class="t1">访客数(UV)</p>
  30. <p class="t3">{{ flowIndexNums.uv }}</p>
  31. </a-col>
  32. <a-col :span="6">
  33. <p class="t1">浏览量(PV)</p>
  34. <p class="t3">{{ flowIndexNums.pv }}</p>
  35. </a-col>
  36. <a-col :span="6">
  37. <p class="t1">会话数</p>
  38. <p class="t3">{{ flowIndexNums.sessions }}</p>
  39. </a-col>
  40. <a-col :span="6">
  41. <p class="t1">询盘数</p>
  42. <!-- <router-link-->
  43. <!-- :to="{ path: '/inquiry/list', query: {dateType: queryParam.dateType, start: queryParam.start, end: queryParam.end} }">-->
  44. <p class="t3">{{ flowIndexNums.enquiry }}</p>
  45. <!-- </router-link>-->
  46. </a-col>
  47. </a-row>
  48. <a-row>
  49. <a-col :span="24">
  50. <a-card style="margin: 10px" title="核心数据">
  51. <a-row class="r5" :gutter="[20,20]">
  52. <a-row class="r5-1">
  53. <a-col :span="24">
  54. <div class="fr" v-if="coreDataChart.x.length > 0">
  55. <span><i style="background: #53A2D3"></i>访客数(UV)</span>
  56. <span><i style="background: #FF951A"></i>浏览量(PV)</span>
  57. <span><i style="background: #399C5C"></i>询盘数</span>
  58. </div>
  59. <area-chart v-if="coreDataChart.x.length > 0"
  60. :dataSource="coreDataChart"></area-chart>
  61. <a-empty v-else style="float: right;width: 100%;margin-top: 110px;"></a-empty>
  62. </a-col>
  63. </a-row>
  64. </a-row>
  65. <a-row class="r2">
  66. <a-col style="width: 20%;">
  67. <p class="t1">日均访问量</p>
  68. <p class="t3">{{ statistics.averageVisit }}</p>
  69. </a-col>
  70. <a-col style="width: 20%;">
  71. <p class="t1">平均访问时长</p>
  72. <p class="t3">{{ statistics.averageVisitDuration }}</p>
  73. </a-col>
  74. <a-col style="width: 20%;">
  75. <p class="t1">访客平均访问页面数</p>
  76. <p class="t3">{{ statistics.averageVisitPage }}</p>
  77. </a-col>
  78. <a-col style="width: 20%;">
  79. <p class="t1">跳出率</p>
  80. <p class="t3">{{ statistics.bounceRate }}</p>
  81. </a-col>
  82. <a-col style="width: 20%;">
  83. <p class="t1">UV到询盘转化率</p>
  84. <p class="t3">{{ statistics.conversionRate }}</p>
  85. </a-col>
  86. </a-row>
  87. </a-card>
  88. </a-col>
  89. <a-col :span="24">
  90. <a-card style="margin: 10px" title="访客数地域分布">
  91. <a-row class="r5">
  92. <a-col :span="18">
  93. <map-adweb v-if="countryMapData.length > 0" :dataSource="countryMapData"
  94. height="400"></map-adweb>
  95. <a-empty v-else style="margin-top: 50px;">
  96. </a-empty>
  97. </a-col>
  98. <a-col :span="6">
  99. <a-table
  100. :rowKey="(record,index)=>{return index}"
  101. class="chartTable"
  102. :scroll="{ y: 500 }"
  103. :pagination=false
  104. :columns="chartDetailDataCol"
  105. :data-source="chartDetailData"
  106. :showHeader="false">
  107. <template #bodyCell="{ column, record }">
  108. <template v-if="column.key === 'flagSlot' ">
  109. <span class="img-box">
  110. <span :class="'flag-icon flag-icon-'+record.countryCode"></span>
  111. </span>
  112. </template>
  113. <template v-if="column.key === 'numSlot' ">
  114. {{ record.totalUsers }} | {{ record.totalUsersProportion }}
  115. </template>
  116. </template>
  117. </a-table>
  118. </a-col>
  119. </a-row>
  120. </a-card>
  121. </a-col>
  122. <a-col :span="24">
  123. <a-card style="margin: 10px" title="来源媒介">
  124. <a-row class="r5" :gutter="[20,20]">
  125. <a-col :span="24">
  126. <a-table
  127. :columns="mediaListColumns"
  128. :data-source="mediaDatasource"
  129. size="middle"
  130. rowKey="type"
  131. :pagination="false">
  132. <div style="padding: 10px;" slot="filterDropdown">
  133. affiliate:通过联属营销计划点击链接的用户<br />
  134. cpc:(每次点击费用的缩写)点击付费广告的用户<br />
  135. organic:点击搜索引擎中的链接的用户<br />
  136. referral:点击网站上的链接(例如,视频说明中的链接)的用户<br />
  137. (none):直接流量
  138. </div>
  139. <a-icon slot="filterIcon" type='question-circle'
  140. :style="{ fontSize:'16px',color: '#108ee9' }" />
  141. <template #bodyCell="{ column, record, index, text }">
  142. <template v-if="column.key === 'typeSlotFirst' ">
  143. {{ record.type.split("/")[0] }}
  144. </template>
  145. <template v-if="column.key === 'typeSlotLast' ">
  146. <a-popover>
  147. <template slot="content">
  148. <template v-if="record.type.split('/')[1] === ' affiliate'">
  149. 通过联属营销计划点击链接的用户
  150. </template>
  151. <template v-if="record.type.split('/')[1] === ' cpc'">
  152. (每次点击费用的缩写)点击付费广告的用户
  153. </template>
  154. <template v-if="record.type.split('/')[1] === ' organic'">
  155. 点击搜索引擎中的链接的用户
  156. </template>
  157. <template v-if="record.type.split('/')[1] === ' referral'">
  158. 点击网站上的链接(例如,视频说明中的链接)的用户
  159. </template>
  160. <template v-if="record.type.split('/')[1] === ' (none)'">
  161. 直接流量
  162. </template>
  163. </template>
  164. {{ record.type.split("/")[1] }}
  165. </a-popover>
  166. </template>
  167. <template v-if="column.key === 'avgSessionDurationSlot' ">
  168. <span style="margin-left: 30px;">{{ record.avgSessionDuration }} s</span>
  169. </template>
  170. </template>
  171. </a-table>
  172. </a-col>
  173. </a-row>
  174. </a-card>
  175. </a-col>
  176. <a-col :span="24">
  177. <a-card style="margin: 10px" title="最多访问TOP10">
  178. <a-row class="r5" :gutter="[20,20]">
  179. <a-col :span="24">
  180. <a-table
  181. :columns="mostAccessColumns"
  182. :data-source="mostAccessDatasource"
  183. size="middle"
  184. rowKey="type"
  185. :pagination="false">
  186. <template #bodyCell="{ column, record, index, text }">
  187. <template v-if="column.key ==='pagePathSlot' ">
  188. <a-popover>
  189. <template slot="content">
  190. {{ text }}
  191. </template>
  192. <a :href="text" target="_blank">
  193. <div
  194. style="width: 700px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis">
  195. {{ text }}
  196. </div>
  197. </a>
  198. </a-popover>
  199. </template>
  200. <template v-if="column.key ==='centerSlot' ">
  201. <span style="margin-left: 20px;">{{ text }}</span>
  202. </template>
  203. <template v-if="column.key ==='avgTimeOnPageSlot' ">
  204. <span style="margin-left: 30px;">{{ text }} s</span>
  205. </template>
  206. </template>
  207. </a-table>
  208. </a-col>
  209. </a-row>
  210. </a-card>
  211. </a-col>
  212. </a-row>
  213. </a-spin>
  214. </template>
  215. <script lang="ts" name="data-trafficAnalysis" setup>
  216. import selectSite from "@/components/Adweb/selectSite.vue";
  217. import areaChart from "./chart/areaChart.vue";
  218. import { reactive, ref } from "vue";
  219. import { getAction } from "@/api/manage/manage";
  220. import MapAdweb from "@/components/chart/mapAdweb.vue";
  221. import "flag-icon-css/css/flag-icons.css";
  222. import dayjs from 'dayjs';
  223. const queryParam = reactive<any>({});
  224. queryParam.limit = 10;
  225. queryParam.siteCode = localStorage.getItem("siteCode");
  226. const loading = ref(false);
  227. const chartDetailDataCol = ref([
  228. {
  229. title: "国旗",
  230. align: "center",
  231. key: "flagSlot",
  232. width: 30,
  233. scopedSlots: { customRender: "flagSlot" }
  234. },
  235. {
  236. title: "国家",
  237. align: "left",
  238. dataIndex: "countryName",
  239. customRender: function(text, record) {
  240. return text === null ? record.country : text;
  241. }
  242. },
  243. {
  244. title: "数量",
  245. align: "right",
  246. key: "numSlot",
  247. scopedSlots: { customRender: "numSlot" }
  248. }
  249. ]);
  250. // 来源媒介列表
  251. const mediaListColumns = ref([
  252. {
  253. title: "来源",
  254. key: "typeSlotFirst",
  255. scopedSlots: {
  256. customRender: "typeSlotFirst"
  257. }
  258. },
  259. {
  260. title: "媒介",
  261. key: "typeSlotLast",
  262. scopedSlots: {
  263. filterDropdown: "filterDropdown",
  264. filterIcon: "filterIcon",
  265. customRender: "typeSlotLast"
  266. }
  267. },
  268. {
  269. title: "访客数(UV)",
  270. dataIndex: "totalUsers"
  271. },
  272. {
  273. title: "占比",
  274. dataIndex: "totalUsersProportion"
  275. },
  276. {
  277. title: "新访客数",
  278. dataIndex: "newUsers"
  279. },
  280. {
  281. title: "新客占比",
  282. dataIndex: "newUsersRatio"
  283. },
  284. {
  285. title: "浏览量(PV)",
  286. dataIndex: "pageViews"
  287. },
  288. {
  289. title: "平均访问页面数",
  290. dataIndex: "pageViewsPerSession"
  291. },
  292. {
  293. title: "会话数",
  294. dataIndex: "sessions"
  295. },
  296. {
  297. title: "平均会话时长",
  298. key: "avgSessionDurationSlot",
  299. sortDirections: ["descend", "ascend"],
  300. sorter: (a, b) => a.avgSessionDuration - b.avgSessionDuration,
  301. scopedSlots: {
  302. customRender: "avgSessionDurationSlot"
  303. }
  304. }
  305. ]);
  306. // 最多访问TOP10列表
  307. const mostAccessColumns = ref([
  308. {
  309. title: "来源",
  310. dataIndex: "pagePath",
  311. scopedSlots: {
  312. customRender: "pagePathSlot"
  313. }
  314. },
  315. {
  316. title: "浏览量(PV)",
  317. dataIndex: "pageViews",
  318. defaultSortOrder: "descend",
  319. sorter: (a, b) => a.pageViews - b.pageViews,
  320. width: 160,
  321. scopedSlots: {
  322. customRender: "centerSlot"
  323. }
  324. },
  325. {
  326. title: "浏览量占比",
  327. dataIndex: "pvProportion",
  328. width: 160,
  329. scopedSlots: {
  330. customRender: "centerSlot"
  331. }
  332. }
  333. // {
  334. // title: '平均页面停留时间',
  335. // dataIndex: 'avgTimeOnPage',
  336. // sortDirections: ['descend', 'ascend'],
  337. // width: 160,
  338. // scopedSlots: {
  339. // customRender: 'avgTimeOnPageSlot',
  340. // }
  341. // },
  342. ]);
  343. function changeSite(selectedSiteInfo: any) {
  344. queryParam.siteCode = selectedSiteInfo.code;
  345. localStorage.setItem("siteCode", queryParam.siteCode);
  346. reloadData();
  347. }
  348. //重新刷新页面数据
  349. function reloadData() {
  350. loading.value = true;
  351. getFlowIndexNumber();
  352. getCountryMapData();
  353. getMediaList();
  354. getMostAccessList();
  355. }
  356. const flowIndexNums = ref({
  357. uv: 0,
  358. pv: 0,
  359. sessions: 0,
  360. enquiry: 0
  361. });
  362. const coreDataChart = ref({
  363. x: [],
  364. uv: [],
  365. pv: [],
  366. enquiry: []
  367. });
  368. const statistics = ref({
  369. averageVisit: 0,
  370. averageVisitDuration: 0,
  371. averageVisitPage: 0,
  372. bounceRate: "0%",
  373. conversionRate: "0%"
  374. });
  375. //访客量、浏览量、询盘数量、折线图以及统计
  376. const getFlowIndexNumber = async () => {
  377. try {
  378. const res = await getAction("/dmp-data/site-overview/stats", queryParam);
  379. if (!res.result) {
  380. flowIndexNums.value = {
  381. uv: 0,
  382. pv: 0,
  383. sessions: 0,
  384. enquiry: 0
  385. };
  386. coreDataChart.value = {
  387. x: [],
  388. uv: [],
  389. pv: [],
  390. enquiry: []
  391. };
  392. statistics.value = {
  393. averageVisit: 0,
  394. averageVisitDuration: 0,
  395. averageVisitPage: 0,
  396. bounceRate: "0%",
  397. conversionRate: "0%"
  398. };
  399. loading.value = false;
  400. return;
  401. }
  402. flowIndexNums.value.uv = res.result.totalUsers;
  403. flowIndexNums.value.pv = res.result.pageViews;
  404. flowIndexNums.value.sessions = res.result.sessions;
  405. flowIndexNums.value.enquiry = res.result.enquires;
  406. const r = res.result.dailyStats;
  407. const x = [], pv = [], uv = [], enquiry = [];
  408. if (r != null && r.length > 0) {
  409. for (let item of r) {
  410. x.push(item.date);
  411. pv.push(item.pageViews);
  412. uv.push(item.totalUsers);
  413. enquiry.push(item.enquires);
  414. }
  415. }
  416. coreDataChart.value.x = x;
  417. coreDataChart.value.pv = pv;
  418. coreDataChart.value.uv = uv;
  419. coreDataChart.value.enquiry = enquiry;
  420. statistics.value.averageVisit = res.result.dailyTotalUsers;
  421. statistics.value.averageVisitDuration = res.result.avgTimeOnPage;
  422. statistics.value.averageVisitPage = res.result.pageViewsPerSession;
  423. statistics.value.bounceRate = res.result.bounceRate;
  424. statistics.value.conversionRate = res.result.enquiryConversionRate;
  425. loading.value = false;
  426. } catch (error) {
  427. console.error(error);
  428. }
  429. };
  430. const chartDetailData = ref([]);
  431. const countryMapData = ref([]);
  432. //访客数地域分布
  433. const getCountryMapData = async () => {
  434. try {
  435. const res = await getAction("/dmp-data/country/stats", queryParam);
  436. if (res.code === 200) {
  437. chartDetailData.value = res.result;
  438. countryMapData.value = chartDetailData.value.map(entry => ({
  439. name: entry.countryName,
  440. value: entry.totalUsers
  441. }));
  442. console.log("countryMapData", countryMapData.value);
  443. }
  444. } catch (error) {
  445. console.error(error);
  446. }
  447. };
  448. const mediaDatasource = ref([]);
  449. //来源媒介列表、最多访问top10列表
  450. const getMediaList = async () => {
  451. try {
  452. const res = await getAction("/dmp-data/source-medium/stats", queryParam);
  453. if (res.code == 200) {
  454. mediaDatasource.value = res.result;
  455. } else {
  456. mediaDatasource.value = [];
  457. }
  458. } catch (error) {
  459. console.error(error);
  460. }
  461. };
  462. const mostAccessDatasource = ref([]);
  463. //
  464. const getMostAccessList = async () => {
  465. try {
  466. const res = await getAction("/dmp-data/page-path/stats", queryParam);
  467. if (res.code == 200) {
  468. mostAccessDatasource.value = res.result;
  469. } else {
  470. mostAccessDatasource.value = [];
  471. }
  472. } catch (error) {
  473. console.error(error);
  474. }
  475. };
  476. const rangeDate = ref([]);
  477. const onChangeDatePicker = (date, dateString) => {
  478. if (dateString.length > 0) {
  479. console.log("rangeDate:", rangeDate.value);
  480. rangeDate.value = date;
  481. console.log("date:", date);
  482. queryParam.start = dateString[0];
  483. queryParam.end = dateString[1];
  484. queryParam.dateType = undefined;
  485. reloadData();
  486. }
  487. };
  488. //日期选择只能今天之前
  489. function disabledDate(current) {
  490. return current && current > dayjs();
  491. }
  492. const setTime = (time) => {
  493. queryParam.dateType = time;
  494. queryParam.start = "";
  495. queryParam.end = "";
  496. if (time == "") {
  497. rangeDate.value = undefined;
  498. } else if (time == "sevenDay") {
  499. rangeDate.value = [dayjs().add(-7, 'd'), dayjs().add(-1, 'd')];
  500. } else if (time == "thirtyDay") {
  501. rangeDate.value = [dayjs().add(-30, 'd'), dayjs().add(-1, 'd')];
  502. } else if (time == "yesterday") {
  503. rangeDate.value = [dayjs().add(-1, 'd'), dayjs().add(-1, 'd')];
  504. } else if (time == "today") {
  505. rangeDate.value = [dayjs(), dayjs()];
  506. }
  507. reloadData();
  508. };
  509. </script>
  510. <style lang="less" scoped>
  511. .self-pop {
  512. .ant-popover-inner-content {
  513. background: rgb(245, 243, 254);
  514. p {
  515. font-size: 13px;
  516. }
  517. }
  518. .ant-popover-arrow {
  519. border-color: rgb(245, 243, 254) !important;
  520. }
  521. }
  522. .img-box {
  523. width: 22px;
  524. height: 15px;
  525. display: flex;
  526. justify-content: center;
  527. align-items: center;
  528. img {
  529. width: 100%;
  530. height: 100%;
  531. }
  532. }
  533. .ant-alert {
  534. /deep/ .ant-btn {
  535. border-radius: 0;
  536. margin-left: 10px;
  537. }
  538. }
  539. .theme-color {
  540. color: @primary-color;
  541. }
  542. .r1 {
  543. margin: 20px;
  544. .choose-site {
  545. display: flex;
  546. }
  547. .t1 {
  548. font-size: 18px;
  549. font-weight: 400;
  550. letter-spacing: 0px;
  551. line-height: 24px;
  552. margin-left: 10px;
  553. }
  554. .ant-form-item {
  555. flex: 1;
  556. }
  557. .ant-calendar-picker {
  558. margin-right: 20px;
  559. }
  560. /deep/ .ant-btn {
  561. background: transparent;
  562. margin-right: 10px;
  563. &.active {
  564. color: @primary-color;
  565. }
  566. }
  567. }
  568. .r2 {
  569. background: #fff;
  570. padding: 30px 20px;
  571. margin: 10px;
  572. .ant-col:not(:last-child) {
  573. border-right: 1px solid #e6e6e6;
  574. }
  575. p {
  576. margin: 0;
  577. text-align: center;
  578. &.t1 {
  579. color: #333;
  580. margin-bottom: 15px;
  581. img {
  582. margin-right: 10px;
  583. width: 15px;
  584. margin-top: -5px;
  585. }
  586. }
  587. &.t2 {
  588. color: @primary-color;
  589. font-size: 30px;
  590. font-weight: 500;
  591. line-height: 1;
  592. padding-left: 25px;
  593. }
  594. &.t3 {
  595. font-size: 32px;
  596. font-weight: 700;
  597. letter-spacing: 0px;
  598. line-height: 38px;
  599. color: rgba(13, 62, 122, 1);
  600. }
  601. }
  602. }
  603. .r5 {
  604. background: #fff;
  605. padding: 10px;
  606. border-radius: 10px;
  607. margin: 0 !important;
  608. .wrap {
  609. box-shadow: 0px 2px 4px 0px @primary-color;
  610. padding: 15px;
  611. border-radius: 10px;
  612. overflow: hidden;
  613. background: #fff;
  614. transition: all .3s;
  615. &.blue {
  616. box-shadow: 0px 2px 4px 0px @primary-color;
  617. }
  618. &.effect:hover {
  619. box-shadow: none;
  620. background: rgb(241, 248, 255);
  621. }
  622. img {
  623. width: 15px;
  624. }
  625. .fr {
  626. float: right;
  627. width: calc(100% - 15px);
  628. text-align: center;
  629. p:last-child {
  630. font-size: 30px;
  631. text-align: center;
  632. margin-top: 10px;
  633. }
  634. }
  635. }
  636. /deep/ .ant-table-thead > tr > th {
  637. background: rgb(241, 248, 255);
  638. border: none;
  639. color: #000;
  640. padding: 10px;
  641. }
  642. /deep/ .ant-table-tbody .ant-table-row td {
  643. padding: 10px;
  644. color: #000;
  645. }
  646. .r5-1 {
  647. display: inline-block;
  648. width: 100%;
  649. margin-top: 30px;
  650. .fl {
  651. float: left;
  652. position: relative;
  653. .ant-btn {
  654. border-radius: 0;
  655. border: none;
  656. margin-right: 10px;
  657. }
  658. }
  659. .fr {
  660. float: right;
  661. line-height: 2;
  662. span {
  663. margin-right: 30px;
  664. i {
  665. display: inline-block;
  666. width: 25px;
  667. height: 3px;
  668. background: #544BEB;
  669. position: relative;
  670. top: -4px;
  671. margin-right: 20px;
  672. }
  673. &:last-child i {
  674. background: #F0B358;
  675. }
  676. }
  677. }
  678. }
  679. .box {
  680. border-radius: 10px;
  681. text-align: center;
  682. min-height: 180px;
  683. display: flex;
  684. flex-direction: column;
  685. justify-content: center;
  686. p {
  687. color: #fff;
  688. img {
  689. width: 19px;
  690. margin: -5px 10px 0 0;
  691. }
  692. }
  693. .num {
  694. font-size: 30px;
  695. margin-bottom: 10px;
  696. }
  697. &.b1 {
  698. background: rgb(233, 107, 95);
  699. }
  700. &.b2 {
  701. background: rgb(88, 204, 168);
  702. }
  703. &.b3 {
  704. background: rgb(124, 152, 252);
  705. }
  706. &.b4 {
  707. background: #F0B358;
  708. }
  709. }
  710. }
  711. </style>