diff --git a/jero-web/src/components/tools/Logo.vue b/jero-web/src/components/tools/Logo.vue
index 7c5a7f2..7c8b558 100644
--- a/jero-web/src/components/tools/Logo.vue
+++ b/jero-web/src/components/tools/Logo.vue
@@ -6,10 +6,11 @@
-
-
+ 拆分对比工具
+ 拆分对比工具
+
-
+
@@ -57,6 +58,7 @@ export default {
transition: background 300ms;
background-color: transparent !important;
padding: 0 24px 0 0;
+ text-align: center;
h1 {
color: @primary-color !important;
@@ -66,7 +68,11 @@ export default {
a {
width: 100%;
display: inline-block;
- color: white;
+ /*color: #000;*/
+ font-weight: bold;
+ font-size: 16px;
+ /*color: white;*/
+
img {
width: 100%;
@@ -74,7 +80,7 @@ export default {
}
&:hover {
- color: rgba(255, 255, 255, 0.8);
+ /*color: rgba(255, 255, 255, 0.8);*/
}
}
}
@@ -83,4 +89,7 @@ export default {
background-color: @primary-color;
}
}
+ .noTitle{
+ font-size: 12px;
+ }