@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; } .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; justify-content: space-around; } .tag-item{ width: 1.6rem; height: 1.96rem; background: #FFF9F1; border-radius: 0.2rem; display: flex; flex-direction: column; justify-content: space-around; padding-left: 0.1rem; margin-top: 0.3rem; } .icon-row{ width: 0.68rem; height: 0.64rem; display: inline-block; } .icon-title{ font-size: 0.28rem; font-weight: 500; color: #333333; } .right-arrow{ width: 0.32rem; height: 0.32rem; display: inline-block; } #toast-container>.toast-error { background-image: none !important; } .toast-error { background-color: rgba(0, 0, 0, 0.8); } #toast-container>div { font-size: 14px; min-width: 80px !important; padding: 12px !important; box-shadow: none; } .toast-center-center { min-width: 100px; top: 50%; left: 50%; text-align: center; transform: translateX(-50%); } @media (max-width: 480px) and (min-width: 241px) { #toast-container>div { min-width: 80px !important; width: auto; } }