Browse Source

小优化

future 2 years ago
parent
commit
485916ce4b
1 changed files with 2 additions and 3 deletions
  1. 2 3
      pages/enter/enter-navigator.vue

+ 2 - 3
pages/enter/enter-navigator.vue

@@ -147,7 +147,7 @@ import { nextTick } from "vue"
 				// height: 67px;
 				justify-content: center;
 				align-items: center;				
-				font-size: 2.5vw; //20px;
+				font-size: 2vw; //20px;
 				
 				.navigator_box_normal{
 					color: #ffffff;
@@ -193,7 +193,6 @@ import { nextTick } from "vue"
 				width: 47%; //65px;
 				height: 50%; //28px;
 				border-radius: 5vw; //28px;
-				// border-radius: 28px;
 				font-size: 1.5vw; //16px;
 				color: #ffffff;
 				background-color: #4C9CF1;
@@ -205,7 +204,7 @@ import { nextTick } from "vue"
 		.userState_logout{
 			// width: 145px;
 			color: #ffffff;
-			font-size: 2vw; //18px;
+			font-size: 1.8vw; //18px;
 			justify-content: center;
 		}
 	}