style: 上线全局样式
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
{
|
||||
width: 414px;
|
||||
height:522px;
|
||||
border: 1px solid rgba(0, 255, 136, 0.2);
|
||||
/* background-color: #FFFFFF; */
|
||||
}
|
||||
.div-right
|
||||
@@ -89,22 +90,20 @@ height: 25px;
|
||||
}
|
||||
.left-btn button
|
||||
{
|
||||
border: 1px solid #000;
|
||||
border: 1px solid rgba(0, 255, 136, 0.2);
|
||||
width: 100px;
|
||||
height: 35px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.btn-login
|
||||
{
|
||||
background-color: #EF6562;
|
||||
color: #FFFFFF;
|
||||
color: #000000;
|
||||
background: #00DB73;
|
||||
|
||||
}
|
||||
.btn-reg
|
||||
{
|
||||
margin-left: 20px;
|
||||
background-color: #FFFFFF;
|
||||
|
||||
}
|
||||
.left-lable
|
||||
{
|
||||
@@ -198,7 +197,7 @@ align-items: flex-end;
|
||||
width: 414px;
|
||||
height:522px;
|
||||
/* background-color: #FFFFFF; */
|
||||
|
||||
border: 1px solid rgba(0, 255, 136, 0.2);
|
||||
}
|
||||
.div-right-register
|
||||
{
|
||||
@@ -218,4 +217,12 @@ align-items: flex-end;
|
||||
{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-login:hover {
|
||||
box-shadow: 0 10px 25px rgba(0, 255, 136, 0.3);
|
||||
}
|
||||
.btn-reg:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
border-color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
Reference in New Issue
Block a user