diff --git a/src/views/modules/shequzhili/analysis/css/index.scss b/src/views/modules/shequzhili/analysis/css/index.scss index f9c3df4f4..c368df410 100644 --- a/src/views/modules/shequzhili/analysis/css/index.scss +++ b/src/views/modules/shequzhili/analysis/css/index.scss @@ -93,7 +93,7 @@ border-left: #777 solid 1px; // margin: 0 21px 0 21px; .item { - width: 282px; + width: 20%; height: 86px; background: #f7faff; border-radius: 6px; @@ -130,16 +130,28 @@ border-left: #777 solid 1px; display: flex; align-items: center; height: 23px; - .row_left { - font-size: 18px; - font-family: PingFang SC; - font-weight: 500; - color: #666666; - text-align: center; - margin-left: 5px; + font-size: 24px; + font-weight: bold; + color: #333333; + text-align: center; + margin-left: 5px; } - + .text1{ + font-size: 16px; + font-family: PingFang SC; + color: #00BB72; + margin-left:20px + + } + + .text2{ + font-size: 16px; + font-family: PingFang SC; + color: #FF7135; + margin-left:20px + + } .row_right { margin: 0px 5px 0 0; @@ -151,13 +163,7 @@ border-left: #777 solid 1px; height: 16px; margin-top: 2px; } - .text{ - font-size: 16px; - font-family: PingFang SC; - color: #333333; - padding-left:10px ; - - } + } } @@ -169,8 +175,6 @@ border-left: #777 solid 1px; height: 23px; margin-top: 10px; .row_left { - font-size: 18px; - font-family: PingFang SC; font-weight: 500; color: #666666; text-align: center; @@ -249,7 +253,7 @@ border-left: #777 solid 1px; } } .item1 { - width: 400px; + width: 30%; height: 86px; background: #f7faff; border-radius: 6px; @@ -281,21 +285,39 @@ border-left: #777 solid 1px; font-weight: bold; color: #333333; } + .row_left1 { + font-size: 24px; + font-weight: bold; + color: #333333; + text-align: center; + margin-left: 5px; + } .item_row1 { border-radius: 4px; display: flex; align-items: center; height: 23px; - .row_left { - font-size: 11px; - font-family: PingFang SC; - font-weight: 500; - color: #666666; + .row_left1 { + font-size: 24px; + font-weight: bold; + color: #333333; text-align: center; margin-left: 5px; } - + .row_left2 { + font-size: 24px; + font-weight: bold; + color: #FF7035; + text-align: center; + margin-left: 5px; + } + .text1{ + font-size: 16px; + font-family: PingFang SC; + color: #FDB305; + padding-left:20px + } .row_right { margin: 0px 5px 0 0; @@ -307,12 +329,7 @@ border-left: #777 solid 1px; height: 16px; margin-top: 2px; } - .text{ - font-size: 16px; - font-family: PingFang SC; - color: #333333; - padding-left:10px - } + } } @@ -324,10 +341,8 @@ border-left: #777 solid 1px; height: 23px; margin-top: 10px; .row_left { - font-size: 18px; - font-family: PingFang SC; font-weight: 500; - color: #666666; + color: #333333; text-align: center; margin-left: 5px; } diff --git a/src/views/modules/shequzhili/analysis/index.vue b/src/views/modules/shequzhili/analysis/index.vue index 30a13f584..ae021843b 100644 --- a/src/views/modules/shequzhili/analysis/index.vue +++ b/src/views/modules/shequzhili/analysis/index.vue @@ -29,6 +29,9 @@