This commit is contained in:
2024-04-25 13:13:26 +08:00
parent ed832c3972
commit 0ef2692358
3 changed files with 8 additions and 61 deletions

View File

@@ -1,49 +0,0 @@
$red = #ed4754
$green = #67c23a
$yellow = #f2d648
$orange = #f17d3a
$blue = #6798ef
$gray = #c9c9c9
$fc1 = #323232
.green
background-color #11ff0d
.yellow
background-color #fdfd0f
.gray
background-color #bfbfbf
.red
background-color #ff1016
//
_wh(w, h)
width: w
height: h
//
_font(size,height,color=$fc1,weight=normal,align=left)
font-size: size
line-height: height
color: color
font-weight: weight
text-align: align
//flex
_fj(x=space-between,y=center)
display: flex
justify-content: x
align-items: y
//
_bis(url,w,h=auto,x=center,y=center)
background-position: x y
background-size: w h
background-image: url(url)
background-repeat: no-repeat
//
_ct()
position: absolute
top: 50%
transform: translateY(-50%)

View File

@@ -100,7 +100,6 @@
<script>
import THeader from '@components/header3.vue'
// import * as echarts from 'echarts'
import { cockpitpress } from '@js/getData1'
// import {cockpitpress} from '@js/mork1.js'
export default {
@@ -632,9 +631,7 @@ export default {
</script>
<style lang="stylus" scoped>
// @import '~@css/mixin'
@import '../../css/mixin'
// @import '~@style/mixin'
@import '~@style/mixin'
.bg
_wh(100%, 100%)
overflow hidden
@@ -886,7 +883,7 @@ export default {
.scroll-ul_2_div
float left
_wh(7%, 44px)
_fj(center)
_fj(row,center)
_font(12px, 44px, #fff,,center)
word-wrap break-word
word-break break-all

View File

@@ -471,8 +471,7 @@ export default {
</script>
<style lang="stylus" scoped>
// @import '~@css/mixin'
@import '../../css/mixin'
@import '~@style/mixin'
.bg
_wh(100%, 100%)
overflow hidden
@@ -545,12 +544,12 @@ export default {
&:nth-child(1)
color #2ef6ff
.zdy_box
_fj(flex-start, flex-start)
_fj(row,flex-start, flex-start)
flex-wrap wrap
align-content flex-start
.one_wrap_item
height calc(50% - 15px)
_fj(flex-start)
_fj(row,flex-start)
margin-top 15px
margin-right 15px
.one_w_item_label
@@ -563,7 +562,7 @@ export default {
min-width 20px
height 100%
_font(30px, 1, #f7b502,,center)
_fj(center)
_fj(row,center)
background-color rgba(50,197,255,0.1)
padding 0 10px
.two_wrap
@@ -572,7 +571,7 @@ export default {
.two_wrap_item
_wh(50%, 100%)
padding 0 15px
_fj()
_fj(row)
.two_w_item_label
width 170px
_font(18px, 1, #32c5ff,,)
@@ -655,7 +654,7 @@ export default {
.scroll-ul_2_div
float left
_wh(11.1%, 44px)
_fj(center)
_fj(row,center)
_font(12px, 44px, #fff,,center)
word-wrap break-word
word-break break-all