diff --git a/header.html b/header.html
index 4c95a8f..4c46772 100644
--- a/header.html
+++ b/header.html
@@ -5,6 +5,7 @@
diff --git a/jdmain.css b/jdmain.css
index 0cf2e17..2718d7b 100644
--- a/jdmain.css
+++ b/jdmain.css
@@ -117,7 +117,9 @@
padding-top: 0;
padding-bottom: 0;
}
-
+ label .buns .patty-name{
+ display: none;
+}
/*--------------------------------------common---------------------------------*/
.wrapper {
max-width: 1150px;
@@ -1201,12 +1203,21 @@
position: absolute;
left: 0;
width: 100%;
- height: 4px;
+ height: 3.5px;
border-radius: 5px;
background: #333;
content: "";
transition:all .3s;
}
+ label .buns .patty-name{
+ display: block;
+ position: absolute;
+ left: 0;
+ width: 100%;
+ transition:all .3s;
+ top: 115%;
+ font-size: 0.7rem;
+ }
label .buns::before{
top: 0;
transform-origin: top left;