|
@@ -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;
|
|
|
}
|
|
|
}
|