|
@@ -30,13 +30,13 @@ watch([ name, room, url ], ([ _, __, ___ ], [ _o, __o, ___o ]) => {
|
|
|
<div class="login-title">
|
|
<div class="login-title">
|
|
|
<Icon
|
|
<Icon
|
|
|
name="min"
|
|
name="min"
|
|
|
- :size="15"
|
|
|
|
|
|
|
+ :size="20"
|
|
|
color="#fff"
|
|
color="#fff"
|
|
|
@click="titleEvent('minWin')"
|
|
@click="titleEvent('minWin')"
|
|
|
/>
|
|
/>
|
|
|
<Icon
|
|
<Icon
|
|
|
name="close"
|
|
name="close"
|
|
|
- :size="15"
|
|
|
|
|
|
|
+ :size="20"
|
|
|
color="#fff"
|
|
color="#fff"
|
|
|
@click="titleEvent('closeWin')"
|
|
@click="titleEvent('closeWin')"
|
|
|
/>
|
|
/>
|
|
@@ -102,7 +102,7 @@ watch([ name, room, url ], ([ _, __, ___ ], [ _o, __o, ___o ]) => {
|
|
|
.login {
|
|
.login {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
- font-size: 0.15rem;
|
|
|
|
|
|
|
+ font-size: 15px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -113,48 +113,52 @@ watch([ name, room, url ], ([ _, __, ___ ], [ _o, __o, ___o ]) => {
|
|
|
|
|
|
|
|
&-title {
|
|
&-title {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- right: 0.15rem;
|
|
|
|
|
- top: 0.12rem;
|
|
|
|
|
|
|
+ right: 15px;
|
|
|
|
|
+ top: 0px;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
-webkit-app-region: no-drag;
|
|
-webkit-app-region: no-drag;
|
|
|
- &>svg:last-child{
|
|
|
|
|
- margin-left: 0.1rem;
|
|
|
|
|
|
|
+ height: 35px;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+
|
|
|
|
|
+ &>svg:last-child {
|
|
|
|
|
+ margin-left: 15px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&-content {
|
|
&-content {
|
|
|
- width: 8rem;
|
|
|
|
|
- height: 4rem;
|
|
|
|
|
|
|
+ width: 800px;
|
|
|
|
|
+ height: 400px;
|
|
|
background: white;
|
|
background: white;
|
|
|
- border-radius: 0.2rem;
|
|
|
|
|
|
|
+ border-radius: 20px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
&-left {
|
|
&-left {
|
|
|
- width: 5rem;
|
|
|
|
|
|
|
+ width: 500px;
|
|
|
background: url(../assets/img/login-left.png) center center no-repeat;
|
|
background: url(../assets/img/login-left.png) center center no-repeat;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
-webkit-app-region: drag;
|
|
-webkit-app-region: drag;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&-right {
|
|
&-right {
|
|
|
- width: 3rem;
|
|
|
|
|
- padding: 0 0.3rem;
|
|
|
|
|
|
|
+ width: 300px;
|
|
|
|
|
+ padding: 0 30px;
|
|
|
-webkit-app-region: no-drag;
|
|
-webkit-app-region: no-drag;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
&>p {
|
|
&>p {
|
|
|
- font-size: 0.3rem;
|
|
|
|
|
|
|
+ font-size: 30px;
|
|
|
color: #5970C6;
|
|
color: #5970C6;
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- margin-top: 0.5rem;
|
|
|
|
|
- margin-bottom: 0.5rem;
|
|
|
|
|
|
|
+ margin-top: 50px;
|
|
|
|
|
+ margin-bottom: 50px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&>div {
|
|
&>div {
|
|
|
- padding: 0.1rem 0;
|
|
|
|
|
|
|
+ padding: 10px 0;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
|
|
|
@@ -164,15 +168,15 @@ watch([ name, room, url ], ([ _, __, ___ ], [ _o, __o, ___o ]) => {
|
|
|
|
|
|
|
|
input {
|
|
input {
|
|
|
border: none;
|
|
border: none;
|
|
|
- margin-left: 0.05rem;
|
|
|
|
|
|
|
+ margin-left: 5px;
|
|
|
outline: none;
|
|
outline: none;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- font-size: 0.15rem;
|
|
|
|
|
|
|
+ font-size: 15px;
|
|
|
color: #333;
|
|
color: #333;
|
|
|
|
|
|
|
|
&::placeholder {
|
|
&::placeholder {
|
|
|
color: #9DA1A8;
|
|
color: #9DA1A8;
|
|
|
- font-size: 0.15rem;
|
|
|
|
|
|
|
+ font-size: 15px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -181,21 +185,21 @@ watch([ name, room, url ], ([ _, __, ___ ], [ _o, __o, ___o ]) => {
|
|
|
border: none;
|
|
border: none;
|
|
|
outline: none;
|
|
outline: none;
|
|
|
color: white;
|
|
color: white;
|
|
|
- font-size: 0.16rem;
|
|
|
|
|
|
|
+ font-size: 16px;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
- border-radius: 1rem;
|
|
|
|
|
- margin-top: 0.4rem;
|
|
|
|
|
|
|
+ border-radius: 10px;
|
|
|
|
|
+ margin-top: 40px;
|
|
|
margin-left: auto;
|
|
margin-left: auto;
|
|
|
- line-height: 0.35rem;
|
|
|
|
|
- padding: 0 0.35rem;
|
|
|
|
|
|
|
+ line-height: 35px;
|
|
|
|
|
+ padding: 0 35px;
|
|
|
cursor: not-allowed;
|
|
cursor: not-allowed;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&>span {
|
|
&>span {
|
|
|
- height: 0.17rem;
|
|
|
|
|
|
|
+ height: 17px;
|
|
|
color: red;
|
|
color: red;
|
|
|
- font-size: 0.12rem;
|
|
|
|
|
|
|
+ font-size: 12px;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
display: block;
|
|
display: block;
|
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|