You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
670 B
Plaintext
41 lines
670 B
Plaintext
page{
|
|
background-color: #fff;
|
|
}
|
|
.nnTag{
|
|
width: calc((100vw - 54px) / 4);
|
|
margin: 4px;
|
|
height: 30px;
|
|
background: rgba(0,0,0,0.04);
|
|
border-radius: 4px;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
color: rgba(0,0,0,0.90);
|
|
line-height: 30px;
|
|
float: left;
|
|
}
|
|
.nnTag.active{
|
|
background: rgba(2,122,255,0.10);
|
|
color: #027aff;
|
|
}
|
|
.bottomQR{
|
|
position: fixed;
|
|
width: 100%;
|
|
bottom: 26px;
|
|
left: 0;
|
|
text-align: center;
|
|
}
|
|
.onlyBtn{
|
|
margin-top: 42px;
|
|
margin-bottom: 40px;
|
|
}
|
|
.loginBtn{
|
|
width: 260px;
|
|
height: 42px;
|
|
background: #027AFF;
|
|
border-radius: 25px;
|
|
font-size: 18px;
|
|
/* font-weight: 601; */
|
|
color: #ffffff;
|
|
line-height: 42px;
|
|
} |