From c7cc306d6fd67645d5704e4cc131b66ae8c98eb4 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 18 Jun 2024 15:58:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/modules/home/left.vue | 42 +++++++++++++++++++-------------- src/style/reset.css | 3 +++ 2 files changed, 27 insertions(+), 18 deletions(-) diff --git a/src/pages/modules/home/left.vue b/src/pages/modules/home/left.vue index 5bf3d55..06f531a 100644 --- a/src/pages/modules/home/left.vue +++ b/src/pages/modules/home/left.vue @@ -79,7 +79,7 @@

A
G
V

-
+

{{ e.point_code }}

{{ e.material_name }}

@@ -357,18 +357,20 @@ export default { .state_wrap margin-bottom .38rem .state_icon - _wh(.1rem, .1rem) + _wh(.14rem, .14rem) .state_title _font(.2rem, .2rem, #fff,,) margin 0 .4rem 0 .1rem .bg_col_1 - background-color #EF5252 border-radius 4px box-shadow 0px 0px 12px 4px rgba(239, 82, 82, .5) + border 1px solid #B55F4E + background radial-gradient(circle at 50% 100%, rgba(251, 135, 105, 80%), #77200F, #58190E); .bg_col_2 - background-color #8EB5E5 border-radius 4px box-shadow 0px 0px 12px 4px rgba(142, 181, 229, .5) + border 1px solid rgba(42, 189, 251, 50%) + background radial-gradient(circle at 50% 100%, rgba(95, 217, 252, 50%), rgba(14, 82, 140, 50%), rgba(10, 54, 106, 50%)); .pie_num_wrap margin-bottom .2rem .pie_wrap @@ -400,24 +402,28 @@ export default { &:last-child margin-bottom 0 .hw_item - _wh(.6rem, auto) - padding .096rem .05rem .05rem .05rem - margin-bottom .02rem - background center / 100% 100% url('../../../images/bg-hw.png') no-repeat -.hw_item_active - background-image url('../../../images/bg-hw_active.png') - .hw_p1 - color #3CC1FF -.hw_p1 - _font(.1rem, .11rem,#fff,,) - font-family: 'YouSheBiaoTiHei' - height .22rem + _wh(.58rem, .545rem) + padding 0.14rem 0.01rem 0 0.01rem + margin-bottom .04rem + // background center / 100% 100% url('../../../images/bg-hw.png') no-repeat + border-radius 4px + background radial-gradient(circle at 50% 100%, rgba(95, 217, 252, 50%), rgba(14, 82, 140, 50%), rgba(10, 54, 106, 50%)); + border 4px solid rgba(42, 189, 251, 50%) overflow hidden +.hw_item_active + // background-image url('../../../images/bg-hw_active.png') + background radial-gradient(circle at 50% 100%, rgba(251, 135, 105, 80%), #77200F, #58190E); + border 4px solid #B55F4E +.hw_p1 + _font(.09rem, .09rem,#EFF2FF,,) + font-family: 'YouSheBiaoTiHei' + height .09rem + margin-bottom: 0.05rem + text-shadow: 0px 1px 1px #A0D4FF; .hw_p2 - _font(.1rem, .1rem, #fff,,center) + _font(.1rem, .1rem, #EFF2FF,,center) font-family: "SourceHanSansCN-Bold"; height 0.2rem - overflow hidden .txt _font(.2rem, .4rem, #fff,,center) font-family: "YouSheBiaoTiHei" diff --git a/src/style/reset.css b/src/style/reset.css index 204fc82..99ecee6 100644 --- a/src/style/reset.css +++ b/src/style/reset.css @@ -241,4 +241,7 @@ div, p { } .allHeight { height: 100%; +} +.rowReverse{ + flex-direction: row-reverse } \ No newline at end of file