+
+
- {{item.title}}
+ {{ item.title }}
+
+
+
+
-
-
-
@@ -48,6 +43,7 @@ const props = defineProps({
padding: 1.999rem;
font-size: 1.6rem;
color: #fff;
+
.container {
width: 100%;
height: 50%;
@@ -58,20 +54,23 @@ const props = defineProps({
}
}
-.titleBox{
+
+.titleBox {
display: flex;
width: 100%;
height: 10%;
/* justify-content: center; */
align-items: center;
- .icon{
- width: 0.6rem;
- height: 0.6rem;
- background-color: rgb(244, 186, 78);
- border-radius: 50%;
- margin-right: 0.9rem;
+
+ .icon {
+ width: 0.6rem;
+ height: 0.6rem;
+ background-color: rgb(244, 186, 78);
+ border-radius: 50%;
+ margin-right: 0.9rem;
}
- .title{
+
+ .title {
width: 14.799rem;
height: 1.8rem;
border-radius: 0.9rem;
@@ -81,23 +80,33 @@ const props = defineProps({
padding-left: 1rem;
}
}
-.main{
+
+.main {
+ margin-left: 1rem ;
width: 80%;
height: 20%;
display: flex;
- justify-content: center;
+ justify-content: start;
align-items: center;
- .title1{
- border:1px transparent solid;
- width: 9rem;
+ .title2 {
+ padding: 0.3rem;
+ width: 9rem;
height: 3.6rem;
- border-radius: 1.75rem;
+ border-radius: 17.5px;
+ background: linear-gradient(to right, #b8b7b7 0%, transparent 100%);
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ .title1 {
+ width: 9rem;
+ height: 3.6rem;
+ border-radius: 17.5px;
opacity: 1;
background: linear-gradient(270deg, #73737300 0%, #366543 100%);
display: flex;
- justify-content: center;
+ justify-content: center;
align-items: center;
- /* border-image:linear-gradient(to right #94AEA3 0%, transparent 100%) 1; */
}
}
+}
From ae798952e9f206d03692a5ff29349608f111a80b Mon Sep 17 00:00:00 2001
From: xya-526 <468422680@qq.com>
Date: Wed, 21 May 2025 13:30:34 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/style.css b/src/style.css
index 97e3d39..983d672 100644
--- a/src/style.css
+++ b/src/style.css
@@ -15,7 +15,7 @@
--border-default: rgba(255, 255, 255, 0.3);
--border-light: rgba(255, 255, 255, 0.1);
--border-active: rgba(255, 255, 255, 0.3);
- --border-radius: 8px;
+ --border-radius:0.8rem;
/* 图表颜色 */
--chart-green-normal: #275b38;