From 85caf086b76d96a875d527b457ab6c9690f3bc7a Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 7 Sep 2022 14:54:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B4=E4=B9=89=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/dv/apps/AppXyDv.vue | 52 ++++++++++++++++++++++++++++++++++--- 1 file changed, 49 insertions(+), 3 deletions(-) diff --git a/project/dv/apps/AppXyDv.vue b/project/dv/apps/AppXyDv.vue index cb1c852e..5807af5e 100644 --- a/project/dv/apps/AppXyDv.vue +++ b/project/dv/apps/AppXyDv.vue @@ -46,11 +46,15 @@
65 -
+
+ +

兴义

-
+
+ +
32144
@@ -914,16 +918,58 @@ .item-top__list { height: 400px; + padding: 10px 0; overflow-y: auto; .item { display: flex; align-items: center; justify-content: space-between; - padding: 10px 0; + padding: 10px 4px; + + .left .rate-wrapper { + flex-direction: row-reverse; + } div { + display: flex; + align-items: center; + justify-content: space-between; flex: 1; + + .rate-wrapper { + width: 100%; + padding: 0 10px; + } + + .rate { + height: 10px; + text-align: right; + background-image: linear-gradient(270deg, rgba(255,208,63,0.00) 0%, rgba(255,208,63,0.80) 100%); + } + } + + .right { + .rate { + background-image: linear-gradient(270deg, rgba(0,240,251,0.80) 0%, rgba(0,240,251,0.00) 100%); + } + } + + h2 { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + color: #FFFFFF; + font-size: 16px; + text-shadow: 0px 0px 13px rgb(59 182 255 / 80%); + background: #fff; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + } + + span { + color: #aeacaf; + font-size: 15px; } } }