dataCenter.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  1. <template>
  2. <view class="dataCenter">
  3. <view class="dataCenter-header">
  4. <view class="u-flex u-row-between" style="padding: 20rpx 0 4rpx 0;border-bottom: 2rpx solid #F5F5F5;height: 100rpx;">
  5. <view class="header-item u-flex-col u-col-center" v-for="(item,index) in tabs" :key="index" @click="change(index)">
  6. <text :class="current == index ? 'active1' : 'active'">{{item}}</text>
  7. <image :style="{opacity:current == index ? 1 : 0}" src="../../static/images/dataCenter1-1.png" mode=""></image>
  8. </view>
  9. </view>
  10. <view class="header-box u-flex u-row-between">
  11. <view class="name u-flex" @click="showcity = !showcity" v-if="cityleft.length > 0">
  12. <text>{{cityleft[cityleftindex].name}}</text>
  13. <text>{{cityright[cityrightindex].name}}</text>
  14. </view>
  15. <view class="u-flex" v-show="current == 0">
  16. <view class="time" v-if="defaulttime">
  17. <biaofunDatetimePicker placeholder="" :end="defaulttime" fields="day" :defaultValue="defaulttime" @change="changeday"></biaofunDatetimePicker>
  18. </view>
  19. <u-icon name="arrow-down" color="#979797" size="28"></u-icon>
  20. </view>
  21. <view class="u-flex" v-show="current == 1">
  22. <view class="time" v-if="defaulttime">
  23. <biaofunDatetimePicker placeholder="" :end="defaulttime" fields="month" :defaultValue="defaulttime" @change="changemonth"></biaofunDatetimePicker>
  24. </view>
  25. <u-icon name="arrow-down" color="#979797" size="28"></u-icon>
  26. </view>
  27. </view>
  28. </view>
  29. <view v-if="current == 0 || current == 1">
  30. <view class="data-item" v-for="(item,index) in list" :key="index">
  31. <view class="item-left">
  32. {{item.name}}每{{current == 0 ? '日' : '月'}}成交
  33. </view>
  34. <view class="item-center u-flex u-row-between">
  35. <view class="item-item u-flex-col">
  36. <view class="item-item1">
  37. 总成交量
  38. </view>
  39. <view class="item-item2 u-flex u-col-bottom">
  40. <text>{{item.cover_all}}</text>
  41. <text>套</text>
  42. </view>
  43. <view class="item-item3">
  44. {{item.area_all}}㎡
  45. </view>
  46. <view class="item-item4 u-flex-col u-row-center">
  47. <view class="u-flex" style="margin-bottom: 12rpx;">
  48. <text class="item-text1">环比:</text>
  49. <text class="item-text2">{{item.hb_all}}%</text>
  50. </view>
  51. <view class="u-flex">
  52. <text class="item-text1">同比:</text>
  53. <text class="item-text2">{{item.tb_all}}%</text>
  54. </view>
  55. </view>
  56. </view>
  57. <text class="xian"></text>
  58. <view class="item-item u-flex-col">
  59. <view class="item-item1">
  60. 其中住宅
  61. </view>
  62. <view class="item-item2 u-flex u-col-bottom">
  63. <text>{{item.cover_residence}}</text>
  64. <text>套</text>
  65. </view>
  66. <view class="item-item3">
  67. {{item.area_residence}}㎡
  68. </view>
  69. <view class="item-item4 u-flex-col u-row-center">
  70. <view class="u-flex" style="margin-bottom: 12rpx;">
  71. <text class="item-text1">环比:</text>
  72. <text class="item-text2">{{item.hb_residence}}%</text>
  73. </view>
  74. <view class="u-flex">
  75. <text class="item-text1">同比:</text>
  76. <text class="item-text2">{{item.tb_residence}}%</text>
  77. </view>
  78. </view>
  79. </view>
  80. <text class="xian"></text>
  81. <view class="item-item u-flex-col">
  82. <view class="item-item1">
  83. 其中非住宅
  84. </view>
  85. <view class="item-item2 u-flex u-col-bottom">
  86. <text>{{item.cover_general}}</text>
  87. <text>套</text>
  88. </view>
  89. <view class="item-item3">
  90. {{item.area_general}}㎡
  91. </view>
  92. <view class="item-item4 u-flex-col u-row-center">
  93. <view class="u-flex" style="margin-bottom: 12rpx;">
  94. <text class="item-text1">环比:</text>
  95. <text class="item-text2">{{item.hb_general}}%</text>
  96. </view>
  97. <view class="u-flex">
  98. <text class="item-text1">同比:</text>
  99. <text class="item-text2">{{item.tb_general}}%</text>
  100. </view>
  101. </view>
  102. </view>
  103. </view>
  104. </view>
  105. </view>
  106. <view v-if="current == 2">
  107. <view class="tabs2-box u-flex">
  108. <text :style="{color:tabs21 == 1 ? '#1F7EFF' : '#666666'}" @click="changetabs1(1)">近半年</text>
  109. <text :style="{color:tabs21 == 2 ? '#1F7EFF' : '#666666'}" @click="changetabs1(2)">近一年</text>
  110. </view>
  111. <view class="" style="height: 378rpx;width: 100%;">
  112. <echarts-box canvas-id="tabs21" ref="echarts" :option="option21"></echarts-box>
  113. </view>
  114. <scroll-view class="tabs21-type" scroll-x="true">
  115. <text :class="tabs21type == -1 ? 'tabs21-text tabs21-text1' : 'tabs21-text'" @click="changecity1(-1)">全市</text>
  116. <text v-for="(a,b) in qulist" :key="b" :class="tabs21type == b ? 'tabs21-text tabs21-text1' : 'tabs21-text'" @click="changecity1(b)">{{a.name}}</text>
  117. </scroll-view>
  118. <view class="tabs-tips" v-html="config.trend_remark_cover"></view>
  119. <view class="tabs2-box u-flex">
  120. <text :style="{color:tabs22 == 1 ? '#1F7EFF' : '#666666'}" @click="changetabs2(1)">近半年</text>
  121. <text :style="{color:tabs22 == 2 ? '#1F7EFF' : '#666666'}" @click="changetabs2(2)">近一年</text>
  122. </view>
  123. <view class="" style="height: 378rpx;width: 100%;">
  124. <echarts-box canvas-id="tabs22" ref="echarts" :option="option22"></echarts-box>
  125. </view>
  126. <scroll-view class="tabs21-type" scroll-x="true">
  127. <text :class="tabs22type == -1 ? 'tabs21-text tabs21-text1' : 'tabs21-text'" @click="changecity2(-1)">全市</text>
  128. <text v-for="(a,b) in qulist" :key="b" :class="tabs22type == b ? 'tabs21-text tabs21-text1' : 'tabs21-text'" @click="changecity2(b)">{{a.name}}</text>
  129. </scroll-view>
  130. <view class="tabs-tips" v-html="config.trend_remark_area"></view>
  131. </view>
  132. <view v-if="current == 3">
  133. <view class="tabs2-box u-flex">
  134. <text :style="{color:tabs31 == 1 ? '#1F7EFF' : '#666666'}" @click="changetabs3(1)">近半年</text>
  135. <text :style="{color:tabs31 == 2 ? '#1F7EFF' : '#666666'}" @click="changetabs3(2)">近一年</text>
  136. </view>
  137. <view class="" style="height: 378rpx;width: 100%;">
  138. <echarts-box canvas-id="tabs31" ref="echarts" :option="option31"></echarts-box>
  139. </view>
  140. <scroll-view class="tabs21-type" scroll-x="true">
  141. <text :class="tabs31type == -1 ? 'tabs21-text tabs21-text1' : 'tabs21-text'" @click="changecity3(-1)">全市</text>
  142. <text v-for="(a,b) in qulist" :key="b" :class="tabs31type == b ? 'tabs21-text tabs21-text1' : 'tabs21-text'" @click="changecity3(b)">{{a.name}}</text>
  143. </scroll-view>
  144. <view class="tabs-tips" v-html="config.trend_remark_price"></view>
  145. </view>
  146. <view class="changecity u-flex u-col-top" v-if="showcity" @click="showcity = false">
  147. <view class="city-box u-flex-col" @click.stop>
  148. <view class="scroll-box u-flex">
  149. <scroll-view class="scroll-left" scroll-y="true">
  150. <view :class="index == cityleftindex ? 'city-item city-item-active' : 'city-item'" v-for="(item,index) in cityleft" :key="index" @click="changecityleft(index)">
  151. {{item.name}}
  152. </view>
  153. </scroll-view>
  154. <scroll-view class="scroll-right" scroll-y="true">
  155. <u-radio-group v-model="cityrightindex1">
  156. <view class="right-item u-flex u-row-between" v-for="(item,index) in cityright" :key="index">
  157. <text :class="index == cityrightindex1 ? 'text-active' : 'text'" @click="cityrightindex1 = index">{{item.name}}</text>
  158. <u-radio :name="index"></u-radio>
  159. </view>
  160. </u-radio-group>
  161. </scroll-view>
  162. </view>
  163. <view class="city-btn u-flex u-row-between">
  164. <text @click="showcity = false">取消</text>
  165. <text @click="tosearch">确定</text>
  166. </view>
  167. </view>
  168. </view>
  169. </view>
  170. </template>
  171. <script>
  172. import echartsBox from "../components/echarts-uniapp/echarts-uniapp.vue"
  173. import * as echarts from '../components/echarts-uniapp/echarts.min.js';
  174. import biaofunDatetimePicker from "../../components/biaofun-datetime-picker/biaofun-datetime-picker.vue"
  175. import getDataCenter from "../../common/echartDate.js"
  176. import {
  177. mapState
  178. } from "vuex"
  179. export default {
  180. data() {
  181. return {
  182. config: {},
  183. option21: {},
  184. option22: {},
  185. option31: {},
  186. tabs: ['每日成交', '每月成交', '成交趋势', '价格趋势'],
  187. current: 0,
  188. showcity: false,
  189. cityleft: [],
  190. cityleftindex: 0,
  191. cityright: [],
  192. cityrightindex: 0,
  193. cityrightindex1: 0,
  194. daytime: '',
  195. monthtime: '',
  196. defaulttime: '',
  197. list: [],
  198. qulist: [],
  199. tabs21: 1,
  200. tabs22: 1,
  201. tabs21type: -1,
  202. tabs22type: -1,
  203. tabs31: 1,
  204. tabs31type: -1,
  205. title: ''
  206. }
  207. },
  208. onLoad(option) {
  209. this.title = option.title
  210. this.defaulttime = this.$u.timeFormat(new Date().getTime(), 'yyyy-mm-dd hh:MM')
  211. this.daytime = this.$u.timeFormat(new Date().getTime(), 'yyyy-mm-dd')
  212. this.monthtime = this.$u.timeFormat(new Date().getTime(), 'yyyy-mm')
  213. this.getsheng()
  214. this.getconfig()
  215. },
  216. onShow() {
  217. if (this.title) {
  218. uni.setNavigationBarTitle({
  219. title: this.title
  220. })
  221. }
  222. },
  223. components: {
  224. echartsBox,
  225. biaofunDatetimePicker
  226. },
  227. computed: {
  228. ...mapState(['defaultcity'])
  229. },
  230. methods: {
  231. changetabs3(index) {
  232. this.tabs31 = index
  233. this.getdata()
  234. },
  235. changecity3(index) {
  236. this.tabs31type = index
  237. this.getdata()
  238. },
  239. getconfig() {
  240. this.$u.post('/api/Index/platform_config').then(res => {
  241. this.config = res.data
  242. })
  243. },
  244. changecity2(index) {
  245. this.tabs22type = index
  246. this.getchengjiao(2)
  247. },
  248. changecity1(index) {
  249. this.tabs21type = index
  250. this.getchengjiao(1)
  251. },
  252. tosearch() {
  253. this.cityrightindex = this.cityrightindex1
  254. this.showcity = false
  255. this.tabs21 = 1
  256. this.tabs22 = 1
  257. this.tabs21type = -1
  258. this.tabs22type = -1
  259. this.tabs31 = 1
  260. this.tabs31type = -1
  261. this.getqu()
  262. this.getdata()
  263. },
  264. changecityleft(index) {
  265. this.cityleftindex = index
  266. this.cityrightindex1 = 0
  267. this.cityrightindex = 0
  268. this.getshi()
  269. },
  270. getsheng() {
  271. this.$u.post('/api/Data/area_list', {
  272. level: 1
  273. }).then(res => {
  274. this.cityleft = res.data
  275. this.cityleft.forEach((val, key) => {
  276. if (val.id == this.defaultcity.province_id) {
  277. this.cityleftindex = key
  278. }
  279. })
  280. this.getshi()
  281. })
  282. },
  283. getshi() {
  284. this.$u.post('/api/Data/area_list', {
  285. level: 2,
  286. province_id: this.cityleft[this.cityleftindex].id
  287. }).then(res => {
  288. this.cityright = res.data
  289. this.cityright.forEach((val, key) => {
  290. if (val.id == this.defaultcity.city_id) {
  291. this.cityrightindex1 = key
  292. this.cityrightindex = key
  293. }
  294. })
  295. this.getqu()
  296. this.getdata()
  297. })
  298. },
  299. getqu() {
  300. this.$u.post('/api/Data/area_list', {
  301. level: 3,
  302. city_id: this.cityright[this.cityrightindex].id
  303. }).then(res => {
  304. this.qulist = res.data
  305. })
  306. },
  307. changetabs1(index) {
  308. this.tabs21 = index
  309. this.getchengjiao(1)
  310. },
  311. changetabs2(index) {
  312. this.tabs22 = index
  313. this.getchengjiao(2)
  314. },
  315. getdata() {
  316. if (this.current == 0 || this.current == 1) {
  317. this.$u.post('/api/Data/turnover_info', {
  318. type: this.current == 0 ? 1 : 2,
  319. time: this.current == 0 ? this.daytime : this.monthtime,
  320. city_id: this.cityright[this.cityrightindex].id,
  321. default_time: 0
  322. }).then(res => {
  323. this.list = res.data
  324. })
  325. }
  326. if (this.current == 2) {
  327. this.getchengjiao(1)
  328. this.getchengjiao(2)
  329. }
  330. if (this.current == 3) {
  331. this.$u.post('/api/Data/trend_info_price', {
  332. type: this.tabs31,
  333. area_id: this.tabs31type == -1 ? this.cityright[this.cityrightindex].id : this.qulist[this.tabs31type].id,
  334. }).then(res => {
  335. var xAxis = []
  336. var yAxis = []
  337. res.data.forEach(val => {
  338. xAxis.unshift(`${val.month}月`)
  339. yAxis.unshift(val.price_all)
  340. })
  341. this.setechart(getDataCenter.getDataCenter(xAxis, yAxis, '价格'), 3)
  342. })
  343. }
  344. },
  345. getchengjiao(type) {
  346. uni.showLoading({
  347. mask: true,
  348. title: "请稍后"
  349. })
  350. if (type == 1) {
  351. this.$u.post('/api/Data/trend_info_cover', {
  352. type: this.tabs21,
  353. area_id: this.tabs21type == -1 ? this.cityright[this.cityrightindex].id : this.qulist[this.tabs21type].id,
  354. }).then(res => {
  355. var xAxis = []
  356. var yAxis = []
  357. res.data.forEach(val => {
  358. xAxis.unshift(`${val.month}月`)
  359. yAxis.unshift(val.cover_all)
  360. })
  361. uni.showLoading({
  362. mask: true,
  363. title: "请稍后"
  364. })
  365. this.setechart(getDataCenter.getDataCenter(xAxis, yAxis, '总套数'), 1)
  366. })
  367. } else {
  368. this.$u.post('/api/Data/trend_info_area', {
  369. type: this.tabs22,
  370. area_id: this.tabs22type == -1 ? this.cityright[this.cityrightindex].id : this.qulist[this.tabs22type].id,
  371. }).then(res => {
  372. var xAxis = []
  373. var yAxis = []
  374. res.data.forEach(val => {
  375. xAxis.unshift(`${val.month}月`)
  376. yAxis.unshift(val.area_all)
  377. })
  378. uni.showLoading({
  379. mask: true,
  380. title: "请稍后"
  381. })
  382. this.setechart(getDataCenter.getDataCenter(xAxis, yAxis, '总面积'), 2)
  383. })
  384. }
  385. },
  386. changemonth(e) {
  387. this.monthtime = e.f6
  388. this.getdata()
  389. },
  390. changeday(e) {
  391. this.daytime = e.f1
  392. this.getdata()
  393. },
  394. setechart(data, type) {
  395. // console.log(data);
  396. // uni.showLoading({
  397. // mask:true,
  398. // title:"请稍后"
  399. // })
  400. setTimeout(() => {
  401. uni.hideLoading()
  402. if (type == 1) {
  403. this.option21 = data
  404. }
  405. if (type == 2) {
  406. this.option22 = data
  407. }
  408. if (type == 3) {
  409. this.option31 = data
  410. }
  411. }, 200)
  412. // this.option21 = data
  413. },
  414. change(index) {
  415. this.showcity = false
  416. this.current = index
  417. this.option21 = {}
  418. this.option22 = {}
  419. this.option31 = {}
  420. this.getdata()
  421. }
  422. }
  423. }
  424. </script>
  425. <style lang="scss">
  426. .dataCenter {
  427. .changecity {
  428. position: fixed;
  429. z-index: 99;
  430. width: 750rpx;
  431. height: calc(100vh - 220rpx);
  432. background-color: rgba(0, 0, 0, 0.4);
  433. left: 0;
  434. bottom: 0;
  435. .city-box {
  436. width: 750rpx;
  437. height: 70vh;
  438. background: #FFFFFF;
  439. .scroll-box {
  440. flex: 1;
  441. min-height: 1rpx;
  442. width: 750rpx;
  443. .scroll-right {
  444. flex: 1;
  445. height: 100%;
  446. .right-item {
  447. height: 100rpx;
  448. padding: 0 52rpx;
  449. .text {
  450. font-size: 28rpx;
  451. font-family: PingFangSC-Regular, PingFang SC;
  452. font-weight: 400;
  453. color: #333333;
  454. }
  455. .text-active {
  456. font-size: 28rpx;
  457. font-family: PingFangSC-Regular, PingFang SC;
  458. font-weight: 400;
  459. color: #1F7EFF;
  460. }
  461. }
  462. }
  463. .scroll-left {
  464. width: 258rpx;
  465. height: 100%;
  466. background: #F7F7F7;
  467. .city-item {
  468. width: 258rpx;
  469. line-height: 100rpx;
  470. // background: #FFFFFF;
  471. text-align: center;
  472. padding: 0 20rpx;
  473. font-size: 28rpx;
  474. font-family: PingFangSC-Regular, PingFang SC;
  475. font-weight: 400;
  476. color: #333333;
  477. }
  478. .city-item-active {
  479. background-color: rgba(255, 255, 255, 1);
  480. color: rgba(31, 126, 255, 1);
  481. }
  482. }
  483. }
  484. .city-btn {
  485. width: 750rpx;
  486. height: 166rpx;
  487. background: #FFFFFF;
  488. padding: 0 48rpx;
  489. text:first-child {
  490. width: 200rpx;
  491. line-height: 84rpx;
  492. background: #CCCCCC;
  493. border-radius: 20rpx;
  494. text-align: center;
  495. font-size: 28rpx;
  496. font-family: PingFangSC-Regular, PingFang SC;
  497. font-weight: 400;
  498. color: #FFFFFF;
  499. }
  500. text:last-child {
  501. width: 414rpx;
  502. line-height: 84rpx;
  503. background: #1F7EFF;
  504. border-radius: 20rpx;
  505. text-align: center;
  506. font-size: 28rpx;
  507. font-family: PingFangSC-Regular, PingFang SC;
  508. font-weight: 400;
  509. color: #FFFFFF;
  510. }
  511. }
  512. }
  513. }
  514. .tabs-tips {
  515. font-size: 18rpx;
  516. font-family: PingFangSC-Regular, PingFang SC;
  517. font-weight: 400;
  518. color: #CCCCCC;
  519. padding: 24rpx 30rpx 24rpx 30rpx;
  520. border-bottom: 1rpx solid #F5F5F5;
  521. }
  522. .tabs21-type {
  523. white-space: nowrap;
  524. margin: 0 20rpx;
  525. .tabs21-text {
  526. font-size: 30rpx;
  527. font-family: PingFangSC-Regular, PingFang SC;
  528. font-weight: 400;
  529. color: #666666;
  530. display: inline-block;
  531. padding: 10rpx 14rpx;
  532. }
  533. .tabs21-text1 {
  534. color: #1F7EFF;
  535. }
  536. }
  537. .tabs2-box {
  538. padding: 24rpx;
  539. border-bottom: 2rpx solid #F5F5F5;
  540. text {
  541. font-size: 28rpx;
  542. font-family: PingFangSC-Regular, PingFang SC;
  543. font-weight: 400;
  544. color: #666666;
  545. margin-right: 36rpx;
  546. }
  547. }
  548. .data-item {
  549. width: 702rpx;
  550. background: rgba(31, 126, 255, 0.1);
  551. border-radius: 20rpx;
  552. margin: 20rpx auto;
  553. padding-bottom: 14rpx;
  554. .item-center {
  555. width: 662rpx;
  556. height: 320rpx;
  557. background: #FFFFFF;
  558. border-radius: 20rpx;
  559. margin: 16rpx auto;
  560. .xian {
  561. width: 2rpx;
  562. height: 180rpx;
  563. background: #F5F5F5;
  564. border-radius: 20rpx;
  565. }
  566. .item-item {
  567. flex: 1;
  568. padding: 26rpx 20rpx 42rpx 20rpx;
  569. .item-item1 {
  570. font-size: 24rpx;
  571. font-family: PingFangSC-Regular, PingFang SC;
  572. font-weight: 400;
  573. color: #999999;
  574. }
  575. .item-item2 {
  576. text:first-child {
  577. font-size: 48rpx;
  578. font-family: PingFangSC-Regular, PingFang SC;
  579. font-weight: 400;
  580. color: #333333;
  581. }
  582. text:last-child {
  583. font-size: 24rpx;
  584. color: #999999;
  585. margin-bottom: 10rpx;
  586. }
  587. }
  588. .item-item3 {
  589. font-size: 24rpx;
  590. font-family: PingFangSC-Regular, PingFang SC;
  591. font-weight: 400;
  592. color: #999999;
  593. margin-bottom: 20rpx;
  594. }
  595. .item-item4 {
  596. // width: 168rpx;
  597. height: 98rpx;
  598. background: #F5F5F5;
  599. border-radius: 8rpx;
  600. padding: 0 10rpx;
  601. .item-text1 {
  602. font-size: 20rpx;
  603. font-family: PingFangSC-Regular, PingFang SC;
  604. font-weight: 400;
  605. color: #333333;
  606. }
  607. .item-text2 {
  608. font-size: 20rpx;
  609. font-family: PingFangSC-Regular, PingFang SC;
  610. font-weight: 400;
  611. color: #FF2600;
  612. }
  613. }
  614. }
  615. }
  616. .item-left {
  617. width: 242rpx;
  618. line-height: 80rpx;
  619. background: #1F7EFF;
  620. border-radius: 20rpx 0px 20rpx 0px;
  621. text-align: center;
  622. font-size: 28rpx;
  623. font-family: PingFangSC-Regular, PingFang SC;
  624. font-weight: 400;
  625. color: #FFFFFF;
  626. margin-bottom: 8rpx;
  627. }
  628. }
  629. .header-box {
  630. width: 702rpx;
  631. height: 80rpx;
  632. background: #E8F2FF;
  633. border-radius: 20rpx;
  634. margin: 20rpx auto;
  635. padding: 0 20rpx;
  636. .name {
  637. text:first-child {
  638. font-size: 28rpx;
  639. font-family: PingFangSC-Medium, PingFang SC;
  640. font-weight: 500;
  641. color: #333333;
  642. margin-right: 20rpx;
  643. }
  644. text:last-child {
  645. font-size: 28rpx;
  646. font-family: PingFangSC-Regular, PingFang SC;
  647. font-weight: 400;
  648. color: #999999;
  649. }
  650. }
  651. .time {
  652. font-size: 28rpx;
  653. font-family: PingFangSC-Medium, PingFang SC;
  654. font-weight: 500;
  655. color: #333333;
  656. margin-right: 10rpx;
  657. }
  658. }
  659. .dataCenter-header {
  660. padding: 0 24rpx 1rpx 24rpx;
  661. // height: 120rpx;
  662. background-color: #fff;
  663. position: sticky;
  664. top: 0;
  665. left: 0;
  666. z-index: 10;
  667. .header-item {
  668. .active {
  669. font-size: 28rpx;
  670. font-family: PingFangSC-Regular, PingFang SC;
  671. font-weight: 400;
  672. color: #666666;
  673. }
  674. .active1 {
  675. font-size: 34rpx;
  676. font-family: PingFangSC-Medium, PingFang SC;
  677. font-weight: 500;
  678. color: #333333;
  679. }
  680. image {
  681. width: 50rpx;
  682. height: 20rpx;
  683. // margin-top: 10rpx;
  684. }
  685. }
  686. }
  687. }
  688. </style>