UIUX수정

This commit is contained in:
2025-05-11 20:49:44 +09:00
parent 576092fc41
commit d42ecd0524
5 changed files with 99 additions and 9 deletions

View File

@@ -573,9 +573,9 @@
display: block;
position: absolute;
width:100%;
height:8rem;
height:24rem;
top:0;
background: linear-gradient(180deg, rgba(5,20,31,0.8) 0%, rgba(5,20,31,0) 100%);
background: linear-gradient(180deg, rgba(5,20,31,0.7) 0%, rgba(5,20,31,0) 100%);
z-index: 2;
}
ul{
@@ -1333,7 +1333,7 @@
display: flex;
align-items: center;
justify-content: center;
padding: 0.5rem 0.8rem;
padding: 0.6rem 0.8rem 0.5rem;
margin: 0 0.4rem 0 0.6rem;
border: 1px solid #9EA1A2;
font-size: 1.3rem;
@@ -1350,10 +1350,12 @@
&.available {
background-color: #5D7D2B;
color: #fff;
border:0;
}
&.promotion {
background-color: #F3C300;
color: #000;
border:0;
}
}
}

View File

@@ -628,9 +628,9 @@
display: block;
position: absolute;
width: 100%;
height: 8rem;
height: 24rem;
top: 0;
background: linear-gradient(180deg, rgba(5, 20, 31, 0.8) 0%, rgba(5, 20, 31, 0) 100%);
background: linear-gradient(180deg, rgba(5, 20, 31, 0.7) 0%, rgba(5, 20, 31, 0) 100%);
z-index: 2;
}
.mainTopKey .mainSwiper ul li {
@@ -1452,7 +1452,7 @@
display: flex;
align-items: center;
justify-content: center;
padding: 0.5rem 0.8rem;
padding: 0.6rem 0.8rem 0.5rem;
margin: 0 0.4rem 0 0.6rem;
border: 1px solid #9EA1A2;
font-size: 1.3rem;
@@ -1472,9 +1472,11 @@
.specNoti .tag.available {
background-color: #5D7D2B;
color: #fff;
border: 0;
}
.specNoti .tag.promotion {
background-color: #F3C300;
color: #000;
border: 0;
}
/*# sourceMappingURL=kiamain.css.map */

File diff suppressed because one or more lines are too long