UIUX수정

This commit is contained in:
2025-05-06 18:03:55 +09:00
parent 8c1e29d7c1
commit e08ea423f4
4 changed files with 8 additions and 8 deletions

View File

@@ -202,10 +202,10 @@
} }
@media(max-width: 1024px){ @media(max-width: 1024px){
height: 2.3rem; height: 2.3rem;
padding: 0.5rem 0.6rem; padding: 0.6rem 0.6rem 0.5rem;
font-size: 1.1rem; font-size: 1.1rem;
color: #FFFFFF; color: #fff;
border: 1px solid #FFFFFF; border: 1px solid #fff;
} }
&.available { &.available {
background-color: #5D7D2B; background-color: #5D7D2B;

View File

@@ -248,10 +248,10 @@
@media (max-width: 1024px) { @media (max-width: 1024px) {
.mainProductItem .item .infoArea .infoTop .tag span { .mainProductItem .item .infoArea .infoTop .tag span {
height: 2.3rem; height: 2.3rem;
padding: 0.5rem 0.6rem; padding: 0.6rem 0.6rem 0.5rem;
font-size: 1.1rem; font-size: 1.1rem;
color: #FFFFFF; color: #fff;
border: 1px solid #FFFFFF; border: 1px solid #fff;
} }
} }
.mainProductItem .item .infoArea .infoTop .tag span.available { .mainProductItem .item .infoArea .infoTop .tag span.available {

File diff suppressed because one or more lines are too long

View File

@@ -41,7 +41,7 @@
<link rel="icon" href="assets/images/kia/favicon-16x16.png" /> <link rel="icon" href="assets/images/kia/favicon-16x16.png" />
<link rel="stylesheet" href="assets/css/kia/kia-font.css?v1" type="text/css" /> <link rel="stylesheet" href="assets/css/kia/kia-font.css?v1" type="text/css" />
<link rel="stylesheet" href="assets/css/kia/kia.css?v1" type="text/css" /> <link rel="stylesheet" href="assets/css/kia/kia.css?v1" type="text/css" />
<link rel="stylesheet" charset="UTF-8" href="assets/css/kiamain.css" type="text/css" /> <link rel="stylesheet" charset="UTF-8" href="assets/css/kiamain.css?v1" type="text/css" />
</head> </head>
<body> <body>
<!--//header--> <!--//header-->