|
@@ -118,9 +118,9 @@ import { nextTick } from "vue"
|
|
|
|
|
|
.robot{
|
|
.robot{
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
- width: 48px;
|
|
|
|
- height: 48px;
|
|
|
|
- margin-left: 15px;
|
|
|
|
|
|
+ width: 4%; // 48px;
|
|
|
|
+ height: 90%; // 48px;
|
|
|
|
+ margin-left: 2%; // 15px;
|
|
image{
|
|
image{
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -128,9 +128,8 @@ import { nextTick } from "vue"
|
|
}
|
|
}
|
|
.titleText{
|
|
.titleText{
|
|
display: flex;
|
|
display: flex;
|
|
- margin-left: 10px;
|
|
|
|
- // height: 100%;
|
|
|
|
- font-size: 30px;
|
|
|
|
|
|
+ margin-left: 1%; //10px;
|
|
|
|
+ font-size: 3vw; // 30px
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
@@ -143,13 +142,13 @@ import { nextTick } from "vue"
|
|
.navigator_box{
|
|
.navigator_box{
|
|
position: relative;
|
|
position: relative;
|
|
display: flex;
|
|
display: flex;
|
|
- margin-left: 30px;
|
|
|
|
- width: 80px;
|
|
|
|
- height: 67px;
|
|
|
|
|
|
+ margin-left: 3vw; //30px;
|
|
|
|
+ // width: 80px;
|
|
|
|
+ // height: 67px;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
- align-items: center;
|
|
|
|
|
|
+ align-items: center;
|
|
|
|
+ font-size: 2.5vw; //20px;
|
|
|
|
|
|
- font-size: 20px;
|
|
|
|
.navigator_box_normal{
|
|
.navigator_box_normal{
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
@@ -161,8 +160,8 @@ import { nextTick } from "vue"
|
|
}
|
|
}
|
|
.navigator_box_selected_line {
|
|
.navigator_box_selected_line {
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: 75%;
|
|
|
|
- width: 50%;
|
|
|
|
|
|
+ bottom: -0.3vw;
|
|
|
|
+ width: 100%;
|
|
height: 1.5px;
|
|
height: 1.5px;
|
|
background: linear-gradient(90deg, #24BF74 10%, #FAEE07 90%);
|
|
background: linear-gradient(90deg, #24BF74 10%, #FAEE07 90%);
|
|
}
|
|
}
|
|
@@ -173,16 +172,17 @@ import { nextTick } from "vue"
|
|
position: absolute;
|
|
position: absolute;
|
|
display: flex;
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
+ width: 20%;
|
|
height: 100%;
|
|
height: 100%;
|
|
top: 0px;
|
|
top: 0px;
|
|
right: 15px;
|
|
right: 15px;
|
|
align-items: center;
|
|
align-items: center;
|
|
.user_regist{
|
|
.user_regist{
|
|
display: flex;
|
|
display: flex;
|
|
- width: 65px;
|
|
|
|
- height: 28px;
|
|
|
|
- border-radius: 28px;
|
|
|
|
- font-size: 16px;
|
|
|
|
|
|
+ width: 47%; //65px;
|
|
|
|
+ height: 50%; //28px;
|
|
|
|
+ border-radius: 5vw; //28px;
|
|
|
|
+ font-size: 1.5vw; //16px;
|
|
color: #878787;
|
|
color: #878787;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -190,21 +190,22 @@ import { nextTick } from "vue"
|
|
}
|
|
}
|
|
.user_login{
|
|
.user_login{
|
|
display: flex;
|
|
display: flex;
|
|
- width: 65px;
|
|
|
|
- height: 28px;
|
|
|
|
- border-radius: 28px;
|
|
|
|
- font-size: 16px;
|
|
|
|
|
|
+ width: 47%; //65px;
|
|
|
|
+ height: 50%; //28px;
|
|
|
|
+ border-radius: 5vw; //28px;
|
|
|
|
+ // border-radius: 28px;
|
|
|
|
+ font-size: 1.5vw; //16px;
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
background-color: #4C9CF1;
|
|
background-color: #4C9CF1;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
- margin-left: 15px;
|
|
|
|
|
|
+ margin-left: 6%; //15px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.userState_logout{
|
|
.userState_logout{
|
|
- width: 145px;
|
|
|
|
|
|
+ // width: 145px;
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
- font-size: 18px;
|
|
|
|
|
|
+ font-size: 2vw; //18px;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
}
|
|
}
|