This commit is contained in:
toom1996
2025-07-17 11:37:30 +08:00
parent 4a1dbac02f
commit 5d55667cd3
5 changed files with 272 additions and 121 deletions

View File

@ -74,21 +74,7 @@ body a{
display:block;
list-style:none;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
content: " ";
display: table;
list-style:none;
}
.top-nav:after {
clear: both;
}
/* nav {
position: relative;
float: right;
list-style:none;
} */
nav ul {
padding: 0;
float: right;
@ -126,17 +112,11 @@ nav a#pull {
height: auto;
}
nav li {
width: 100%;
position: relative;
}
nav li a {
border-bottom: 1px solid #eee;
}
nav a {
text-align: left;
width: 100%;
text-indent: 25px;
}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
@ -148,14 +128,13 @@ nav a#pull {
display: none;
height: auto;
margin:0;
background: #fff;
}
nav a#pull {
display: block;
position: relative;
color: #F26D7D;
text-align: right;
position: absolute;
/* position: absolute; */
top:12px;
}
nav a#pull:after {
@ -184,7 +163,7 @@ nav a#pull {
nav li {
display: block;
float: none;
width: 100%;
/* width: 100%; */
}
nav li a {
border-bottom: 1px solid #576979;

View File

@ -63,12 +63,6 @@ body {
font-family: -apple-system, Helvetica Neue, Arial, PingFang SC, lucida grande, lucida sans unicode, lucida, helvetica, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}
p,
ul,
ol {
margin-bottom: 30px;
}
.btn.focus,
.btn:focus {
box-shadow: none !important;