|
@@ -69,11 +69,11 @@ const close = () => {
|
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
|
backdrop-filter: blur(10px);
|
|
|
@media only screen and (min-width: 1234px){
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 1.04vw;
|
|
|
}
|
|
|
::-webkit-scrollbar {
|
|
|
- width: 30px;
|
|
|
- height: 30px;
|
|
|
+ width: 0.78vw;
|
|
|
+ height: 0.78vw;
|
|
|
}
|
|
|
.tag-header {
|
|
|
display: flex;
|
|
@@ -86,8 +86,8 @@ const close = () => {
|
|
|
border-bottom: solid 1px rgba(255, 255, 255, 0.16);
|
|
|
color: #fff;
|
|
|
@media only screen and (min-width: 1234px){
|
|
|
- height: 60px;
|
|
|
- font-size: 25px;
|
|
|
+ height: 3.125vw;
|
|
|
+ font-size: 1.3vw;
|
|
|
}
|
|
|
> span {
|
|
|
overflow: hidden;
|
|
@@ -96,10 +96,10 @@ const close = () => {
|
|
|
}
|
|
|
|
|
|
.close {
|
|
|
- color: rgba(255, 255, 255, 0.6);
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
z-index: 999;
|
|
|
@media only screen and (min-width: 1234px){
|
|
|
- font-size: 25px;
|
|
|
+ font-size: 1.3vw;
|
|
|
}
|
|
|
}
|
|
|
}
|