@media screen and (max-width: 750px) {
html {
font-size: calc(100vw / 7.5);
}
}
@media screen and (min-width: 750px) {
html {
font-size: calc(450px / 7.5);
}
}
html, body, div, ul, li, p {
padding: 0;
margin: 0;
}
ul, li {
list-style: none;
}
input{
background:none;
outline:none;
border:0px;
}
.container{
width: 100%;
height: 100vh;
background: linear-gradient(180deg, #F4F9FF 0%, #FFFFFF 100%);
}
.logo-row{
width: 100%;
display: flex;
justify-content: center;
padding-top: 3rem;
}
.logo{
width: 2.4rem;
height: 0.72rem;
}
.search-wrap{
display: flex;
align-items: center;
margin: auto;
margin-top: 0.4rem;
width: 6.9rem;
height: 0.9rem;
background: #FFFFFF;
border-radius: 0.2rem;
border: 0.03rem solid #696969;
}
.search-icon{
width: 0.52rem;
height: 0.52rem;
margin-left: 0.24rem;
}
.ipt{
margin-left: 0.1rem;
font-size: 0.3rem;
font-weight: 500;
color: #333333;
}
.tag-wrap{
padding-top: 0.24rem;
display: flex;
flex-wrap: wrap;
margin-left: 0.2rem;
}
.tag-item{
width: 1.6rem;
/* height: 2.16rem; */
background: #F4F9FF;
border-radius: 0.2rem;
display: flex;
flex-direction: column;
/* justify-content: space-around; */
padding-left: 0.1rem;
padding-top: 0.24rem;
margin-top: 0.3rem;
position: relative;
}
.tag-item:not(:nth-child(4n)) {
margin-right: calc(4% / 3);
}
.icon-row{
width: 0.68rem;
height: 0.64rem;
display: inline-block;
}
.icon-title{
margin-top: 0.1rem;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-size: 0.28rem;
font-weight: 500;
color: #333333;
}
.right-arrow{
position: absolute;
bottom: 0.16rem;
width: 0.32rem;
height: 0.32rem;
display: inline-block;
}
.right-arrow-heght{
height: 0.52rem;
}
#toast-container>.toast-error {
background-image: none !important;
border-radius: 0.2rem;
}
.toast-error {
background-color: rgba(0, 0, 0, 0.8);
border-radius: 0.2rem;
}
#toast-container>div {
font-size: 14px;
min-width: 80px !important;
padding: 12px !important;
box-shadow: none;
border-radius: 0.2rem;
}
.toast-center-center {
position: fixed;
width: 220px;
top: 50%;
left: 50%;
text-align: center;
transform: translate(-50%, -50%);
color: #FFFFFF;
border-radius: 0.2rem;
}
@media (max-width: 480px) and (min-width: 241px) {
#toast-container>div {
min-width: 88px !important;
width: auto;
}
}