添加搜索产品页面

This commit is contained in:
2025-05-08 15:49:37 +08:00
parent cf93ef496e
commit e7b44d3746
8 changed files with 148 additions and 3 deletions

View File

@@ -39,7 +39,6 @@
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
body {
font-size: 1.2em;
font-weight: 400;
@@ -150,4 +149,10 @@ a {
/* 滚动条的上下箭头:向下箭头 */
*::-moz-scrollbar-button:vertical:increment {
display: none;
}
div{
display: block;
}
#header{
height: 60px;
}