diff --git a/nezha-fronted/src/assets/css/components/page/tool/ping.scss b/nezha-fronted/src/assets/css/components/page/tool/ping.scss
index 008ba7789..e0acdd396 100644
--- a/nezha-fronted/src/assets/css/components/page/tool/ping.scss
+++ b/nezha-fronted/src/assets/css/components/page/tool/ping.scss
@@ -188,7 +188,7 @@
display: block;
margin-right: 5px;
font-size: 14px;
- color: #666666;
+ color: $--color-text-regular;
letter-spacing: 0;
text-align: right;
line-height: 30px;
@@ -197,11 +197,12 @@
.tools-header-left {
width: 360px;
display: flex;
+ margin-left: 15px;
> span{
display: block;
margin-right: 5px;
font-size: 14px;
- color: #666666;
+ color: $--color-text-regular;
letter-spacing: 0;
text-align: right;
line-height: 30px;
@@ -221,7 +222,7 @@
display: flex;
justify-content: center;
.tools-header-right-title{
- color: #FA901C;
+ color: $--color-primary;
}
.right-content-text {
font-size: 14px;
@@ -230,6 +231,9 @@
letter-spacing: 0;
margin-bottom: 10px;
}
+ .right-content-box{
+ width: 380px;
+ }
.tools-header-right-content{
margin-left: 30px;
}
@@ -248,7 +252,7 @@
border-radius: 50%;
- border: 3px solid #FA901C;
+ border: 3px solid $--color-primary;
overflow: hidden;
div {
@@ -271,7 +275,7 @@
border-radius: 50%;
- border: 1px solid #FA901C;
+ border: 1px solid $--color-primary;
overflow: hidden;
}
@@ -292,7 +296,7 @@
border-radius: 50%;
- border: 1px solid #FA901C;
+ border: 1px solid $--color-primary;
overflow: hidden;
background: rgba(250,144,28, 0.2);
@@ -301,7 +305,7 @@
content: ' ';
width: 100%;
height: 0;
- border-top: 1px solid #FA901C;
+ border-top: 1px solid $--color-primary;
position: absolute;
left: 50%;
@@ -315,7 +319,7 @@
content: ' ';
width: 100%;
height: 0;
- border-top: 1px solid #FA901C;
+ border-top: 1px solid $--color-primary;
position: absolute;
left: 50%;
@@ -355,7 +359,7 @@
height: 100%;
transform-origin: 0% 100%;
transform: rotate(0deg) skewY(-22deg);
- background: #FA901C;
+ background: $--color-primary;
opacity: 0.3;
}
.sector:after{
@@ -368,7 +372,7 @@
height: 100%;
transform-origin: 0% 100%;
transform: rotate(18deg) skewY(-58deg);
- background: #FA901C;
+ background: $--color-primary;
opacity: 0.9;
}
diff --git a/nezha-fronted/src/components/page/tool/ping.vue b/nezha-fronted/src/components/page/tool/ping.vue
index 997b4a31a..b9741b1b5 100644
--- a/nezha-fronted/src/components/page/tool/ping.vue
+++ b/nezha-fronted/src/components/page/tool/ping.vue
@@ -8,7 +8,7 @@
{{$t('ping.dcs')}}
-
-
-
-
-