布局修改 部分bug修复
This commit is contained in:
@@ -88,8 +88,10 @@
|
||||
position: relative;
|
||||
border-radius: 4rem;
|
||||
overflow: hidden;
|
||||
border: .1rem solid;
|
||||
background: transparent;
|
||||
@media (max-width: 768px) {
|
||||
border-radius: 2.5rem;
|
||||
}
|
||||
:deep(.nsm7Bb-HzV7m-LgbsSe-bN97Pc-sM5MNb ){
|
||||
justify-content: center;
|
||||
.nsm7Bb-HzV7m-LgbsSe-Bz112c{
|
||||
@@ -112,24 +114,36 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border: 1px solid #dadce0;
|
||||
border-radius: 4rem;
|
||||
padding: .5rem 3rem;
|
||||
padding: 1.3rem 4.6rem;
|
||||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
background: transparent;
|
||||
pointer-events: none;
|
||||
background-color: #f5f5f5;
|
||||
@media (max-width: 768px) {
|
||||
border-radius: 2.5rem;
|
||||
padding: .32rem 1.7rem;
|
||||
}
|
||||
&:hover{
|
||||
background: #f8faff;
|
||||
}
|
||||
img{
|
||||
width: 3.8rem;
|
||||
height: 3.8rem;
|
||||
@media (max-width: 768px) {
|
||||
width: 2.7rem;
|
||||
height: 2.7rem;
|
||||
}
|
||||
}
|
||||
span{
|
||||
font-size: 1.4rem;
|
||||
margin-left: 1.4rem;
|
||||
@media (max-width: 768px) {
|
||||
font-size: 1.2rem;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.g_id_signin{
|
||||
|
||||
Reference in New Issue
Block a user