修改了一些样式

This commit is contained in:
LyLme 2022-01-21 18:09:49 +08:00
parent 2d49e73690
commit 28e179acf8
1 changed files with 624 additions and 507 deletions

View File

@ -1,38 +1,55 @@
/* /*
: D.Young Githubhttps://github.com/5iux/5iux.github.io 作者: D.Young Githubhttps://github.com/5iux/5iux.github.io
二开: LyLme Githubhttps://github.com/lylme/lylme_spage 二开: LyLme Githubhttps://github.com/lylme/lylme_spage
*/ */
.navbar .navbar-expand-lg .navbar-light .fixed-top{position: absolute; z-index: 10000;} .navbar .navbar-expand-lg .navbar-light .fixed-top {
.bottom-cover{ background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(244 248 251 / 0.6) 50%, rgb(244 248 251) 100%);} position: absolute;
.icp { z-index: 10000;
font-size: 12px; }
.bottom-cover {
background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(244 248 251 / 0.6) 50%, rgb(244 248 251) 100%);
}
p#copyright {
font-size: 14px;
margin-top: 8px;
}
a.icp {
/* 备案号 */
font-size: 13px;
color: #bbb; color: #bbb;
text-align: center; text-align: center;
} }
.navbar-light .navbar-toggler {
color: #fff !important;
}
@font-face {
font-family: "Micro";
src: url('MicroExtendFLF.ttf');
}
#show_time {
/* 时间 */
font-family: "Micro";
text-align: center;
font-weight: bold;
font-size: 30px;
color: #fff;
text-shadow: 1px 1px 2px #000;
}
#show_date { #show_date {
/* 日期 */
text-align: center; text-align: center;
font-size: 16px; font-size: 16px;
color: #fff; color: #fff;
font-weight: bold; font-weight: bold;
margin: 10px; margin: 10px;
} }
.wztj{
display: none !important;
}
.navbar-light .navbar-toggler {
color: #fff !important;
}
@font-face { font-family: "Micro"; src: url('MicroExtendFLF.ttf'); }
#show_time {
font-family: "Micro";
text-align: center;
font-weight: bold;
font-size: 30px;
color: #fff;
text-shadow: 1px 1px 2px #000;}
p.content { p.content {
text-align: center; text-align: center;
@ -42,7 +59,11 @@ p.content {
color: #fff; color: #fff;
font-weight: 500; font-weight: 500;
} }
::-webkit-scrollbar {display:none}
::-webkit-scrollbar {
display: none
}
.back-to { .back-to {
bottom: 55px; bottom: 55px;
overflow: hidden; overflow: hidden;
@ -50,8 +71,9 @@ p.content {
right: 10px; right: 10px;
width: 110px; width: 110px;
z-index: 999; z-index: 999;
} }
.back-to .back-top {
.back-to .back-top {
background: url("./images/top.png") no-repeat scroll 0 0 transparent; background: url("./images/top.png") no-repeat scroll 0 0 transparent;
display: block; display: block;
float: right; float: right;
@ -60,10 +82,12 @@ p.content {
outline: 0 none; outline: 0 none;
text-indent: -9999em; text-indent: -9999em;
width: 50px; width: 50px;
} }
.back-to .back-top:hover {
.back-to .back-top:hover {
background-position: -50px 0 background-position: -50px 0
} }
.mylist li.col-3 img { .mylist li.col-3 img {
display: block; display: block;
width: 45px; width: 45px;
@ -74,183 +98,218 @@ p.content {
border-radius: 10px; border-radius: 10px;
margin: 0 auto; margin: 0 auto;
} }
h2.title { h2.title {
text-align:center; text-align: center;
color:#fff; color: #fff;
font-size:36px; font-size: 36px;
font-weight:600; font-weight: 600;
text-shadow: 1px 1px 8px #504b4b; text-shadow: 1px 1px 8px #504b4b;
} }
body { body {
font-size:14px; font-size: 14px;
background:#f4f8fb; background: #f4f8fb;
overflow-x:hidden; overflow-x: hidden;
} }
a { a {
text-decoration:none; text-decoration: none;
} }
a:hover { a:hover {
text-decoration:none; text-decoration: none;
} }
svg.icon { svg.icon {
width:14px; width: 14px;
height:14px; height: 14px;
margin:0 5px 0 8px; margin: 0 5px 0 8px;
vertical-align:-0.15em; vertical-align: -0.15em;
fill:currentColor; fill: currentColor;
overflow:hidden; overflow: hidden;
} }
/*menu*/ /*menu*/
.navbar-light .navbar-nav .nav-link { .navbar-light .navbar-nav .nav-link {
color:#fff !important; color: #fff !important;
font-size: 16px; font-size: 16px;
text-shadow: 0px 1px 0px #000;
}
.navbar-light .navbar-nav .active .nav-link {
color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
color: #fff;
font-weight: bold; font-weight: bold;
text-shadow:0px 1px 0px #000;
} }
/* --- search --- */ /* --- search --- */
#search { #search {
width:100%; width: 100%;
margin:0; margin: 0;
padding:0 0 10px; padding: 0 0 10px;
position:relative; position: relative;
z-index:2000; z-index: 2000;
border-radius:5px; border-radius: 5px;
} }
#search form { #search form {
position:relative; position: relative;
margin-top:15px margin-top: 15px
} }
#search-text { #search-text {
width:100%; width: 100%;
height:50px; height: 50px;
line-height:50px; line-height: 50px;
text-indent:10px; text-indent: 10px;
font-size:16px; font-size: 16px;
border-radius:10px; border-radius: 10px;
background-color:#fff; background-color: #fff;
border: 1px solid #c4c7ce; border: 1px solid #c4c7ce;
box-shadow:0 0.5rem 0.625rem #d4d4d44d; box-shadow: 0 0.5rem 0.625rem #d4d4d44d;
transition:0.3s all linear; transition: 0.3s all linear;
padding-left:20px; padding-left: 20px;
} }
#search-text:focus { #search-text:focus {
border: 1px solid #4e6ef2; border: 1px solid #4e6ef2;
} }
#search-text:hover { #search-text:hover {
border: 1px solid #a7aab5; border: 1px solid #a7aab5;
} }
#search button { #search button {
position:absolute; position: absolute;
top:0; top: 0;
right:0; right: 0;
background:none; background: none;
border:0; border: 0;
border-radius:20px; border-radius: 20px;
width:auto; width: auto;
height:50px; height: 50px;
border-radius:0 10px 10px 0; border-radius: 0 10px 10px 0;
outline:none; outline: none;
background-color:#4e6ef2; background-color: #4e6ef2;
} }
#search button:hover { #search button:hover {
cursor:pointer; cursor: pointer;
background-color:#4662d9; background-color: #4662d9;
} }
#search button i { #search button i {
color:#ddd; color: #ddd;
font-size:18px font-size: 18px
} }
.search-group { .search-group {
display:none; display: none;
padding-left:75px padding-left: 75px
} }
.s-current .search-type { .s-current .search-type {
padding-left:0; padding-left: 0;
display:block display: block
} }
.s-current { .s-current {
display:block display: block
} }
#search-list { #search-list {
position:relative; position: relative;
overflow-x:auto; overflow-x: auto;
} }
#search-list::-webkit-scrollbar { #search-list::-webkit-scrollbar {
display:none; display: none;
} }
.s-type { .s-type {
position:absolute; position: absolute;
top:0; top: 0;
left:0; left: 0;
z-index:13; z-index: 13;
width:75px width: 75px
} }
.s-type:hover { .s-type:hover {
height:auto height: auto
} }
.s-type>span { .s-type>span {
display:block; display: block;
height:31px; height: 31px;
width:75px width: 75px
} }
.s-type-list { .s-type-list {
display:none; display: none;
position:absolute; position: absolute;
top:31px; top: 31px;
padding:9pt 0; padding: 9pt 0;
width:70px; width: 70px;
background:#fff; background: #fff;
border-radius:5px; border-radius: 5px;
box-shadow:0 9px 20px rgba(0,0,0,.16) box-shadow: 0 9px 20px rgba(0, 0, 0, .16)
} }
.s-type-list:before { .s-type-list:before {
position:absolute; position: absolute;
top:-1pc; top: -1pc;
left:20px; left: 20px;
content:''; content: '';
display:block; display: block;
width:0; width: 0;
height:0; height: 0;
border:10px solid transparent; border: 10px solid transparent;
border-bottom-color:#fff border-bottom-color: #fff
} }
.s-type-list label { .s-type-list label {
display:block; display: block;
font-size:15px; font-size: 15px;
text-align:center; text-align: center;
font-weight:normal; font-weight: normal;
margin-bottom:0; margin-bottom: 0;
padding:2px 0; padding: 2px 0;
cursor:pointer; cursor: pointer;
transition:.3s transition: .3s
} }
.s-type-list label:hover { .s-type-list label:hover {
background:rgba(136,136,136,.1) background: rgba(136, 136, 136, .1)
} }
.s-type-list .tile-lg { .s-type-list .tile-lg {
color:#fff; color: #fff;
width:3pc; width: 3pc;
height:3pc; height: 3pc;
font-size:1.25rem; font-size: 1.25rem;
line-height:3rem; line-height: 3rem;
border-radius:.3rem; border-radius: .3rem;
display:block; display: block;
margin:auto margin: auto
} }
.s-type:hover .s-type-list { .s-type:hover .s-type-list {
display:block display: block
} }
.type-text { .type-text {
position:absolute; position: absolute;
left:0; left: 0;
width:75px; width: 75px;
padding-left:9pt; padding-left: 9pt;
font-size:1pc; font-size: 1pc;
line-height:31px line-height: 31px
} }
/*.type-text:after { /*.type-text:after {
content:"\f105"; content:"\f105";
font-family:FontAwesome; font-family:FontAwesome;
@ -258,256 +317,314 @@ svg.icon {
} }
*/ */
.search-type { .search-type {
white-space:nowrap; white-space: nowrap;
margin:0 margin: 0
} }
.search-type label { .search-type label {
margin:0 margin: 0
} }
.search-type li { .search-type li {
margin-bottom:10px; margin-bottom: 10px;
display:inline-block; display: inline-block;
background:#ffffffAD !important; background: #ffffffAD !important;
background:rgba(255,255,255,70%); background: rgba(255, 255, 255, 70%);
border-radius:10px; border-radius: 10px;
} }
.search-type li label { .search-type li label {
display:inline-block; display: inline-block;
padding:0 11px; padding: 0 11px;
font-size:14px; font-size: 14px;
border-radius:3px 3px 0 0; border-radius: 3px 3px 0 0;
cursor:pointer cursor: pointer
} }
.search-type input:checked+label,.search-type input:hover+label {
background-color:#fff; .search-type input:checked+label,
height:50px; .search-type input:hover+label {
border-radius:10px; background-color: #fff;
height: 50px;
border-radius: 10px;
} }
#search-text::-webkit-input-placeholder { #search-text::-webkit-input-placeholder {
color:#bbb; color: #bbb;
} }
#word { #word {
position:absolute; position: absolute;
list-style:none; list-style: none;
top:55px; top: 55px;
left:0px; left: 0px;
width:100%; width: 100%;
background:rgba(259,259,259,0.9); background: rgba(259, 259, 259, 0.9);
border-radius:5px; border-radius: 5px;
z-index:20000; z-index: 20000;
padding:15px 10px; padding: 15px 10px;
box-shadow:0 0 10px #aaa; box-shadow: 0 0 10px #aaa;
} }
#word li { #word li {
height:35px; height: 35px;
padding:0 5px; padding: 0 5px;
text-indent:30px; text-indent: 30px;
background:url(sou.svg) no-repeat 5px; /* background: url(sou.svg) no-repeat 5px; */
background-size:20px; background-size: 20px;
line-height:35px; line-height: 35px;
cursor:pointer; cursor: pointer;
font-size:16px; font-size: 16px;
border-radius:5px; border-radius: 5px;
} }
#word li:hover { #word li:hover {
background-color:#ddd; background-color: #ddd;
} }
.set-check { .set-check {
margin-top:3px; margin-top: 3px;
font-size:9pt font-size: 9pt
} }
.set-check label { .set-check label {
margin-left:3px margin-left: 3px
} }
.set-check input,.set-check label {
opacity:0; .set-check input,
transition:all .3s ease .set-check label {
opacity: 0;
transition: all .3s ease
} }
.search-type li { .search-type li {
height:50px; height: 50px;
line-height:50px; line-height: 50px;
list-style:none; list-style: none;
display:inline-block; display: inline-block;
border-radius:10px; border-radius: 10px;
} }
.mylist { .mylist {
list-style:none; list-style: none;
padding:10px 20px; padding: 10px 20px;
position:relative; position: relative;
z-index:1000; z-index: 1000;
margin:20px 0; margin: 20px 0;
border-radius:15px; border-radius: 15px;
background:#fff; background: #fff;
box-shadow:0 0.5rem 0.625rem #d4d4d44d box-shadow: 0 0.5rem 0.625rem #d4d4d44d
} }
.mylist li.col-3 { .mylist li.col-3 {
width:100px; width: 100px;
transition:0.3s all linear; transition: 0.3s all linear;
font-size:14px; font-size: 14px;
overflow:hidden; overflow: hidden;
padding:10px 0; padding: 10px 0;
border-radius:10px; border-radius: 10px;
} }
.mylist li.col-3 svg { .mylist li.col-3 svg {
display:block; display: block;
width:45px; width: 45px;
height:45px; height: 45px;
padding:8px; padding: 8px;
background:#fff; background: #fff;
border:1px solid #eee; border: 1px solid #eee;
border-radius:10px; border-radius: 10px;
margin:0 auto; margin: 0 auto;
} }
.mylist li.col-3:hover { .mylist li.col-3:hover {
background:#eee; background: #eee;
} }
.mylist li.col-3 span { .mylist li.col-3 span {
width:100%; width: 100%;
display:block; display: block;
height:26px; height: 26px;
line-height:26px; line-height: 26px;
text-align:center; text-align: center;
font-size:13px; font-size: 13px;
} }
.mylist li a { .mylist li a {
color:#555; color: #555;
display:block; display: block;
} }
.mylist li.title { .mylist li.title {
width:100%; width: 100%;
min-width:auto; min-width: auto;
margin:0; margin: 0;
height:35px; height: 35px;
font-size:16px; font-size: 16px;
line-height:33px; line-height: 33px;
padding:0 20px 0 10px; padding: 0 20px 0 10px;
border-bottom:1px solid #eee; border-bottom: 1px solid #eee;
margin-bottom:10px; margin-bottom: 10px;
} }
.banner-video { .banner-video {
position:absolute; position: absolute;
width:100%; width: 100%;
overflow:hidden; overflow: hidden;
left:0; left: 0;
top:0; top: 0;
height: 100vh; height: 100vh;
} }
.banner-video video { .banner-video video {
width:2048px; /* 视频背景 */
float:left; width: 2048px;
float: left;
} }
.banner-video img { .banner-video img {
/* 图片背景 */
object-fit: cover; object-fit: cover;
width: 100%; width: 100%;
height: 100vh; height: 100vh;
} }
.bottom-cover { .bottom-cover {
width:100%; width: 100%;
height:50%; height: 50%;
position:absolute; position: absolute;
bottom:-1px; bottom: -1px;
z-index:10; z-index: 10;
} }
@media screen and (min-width:1200px) { @media screen and (min-width:1200px) {
.mylist li.col-3 { .mylist li.col-3 {
min-width:132px; min-width: 132px;
}
} }
}@media screen and (min-width:992px) and (max-width:1200px) {
@media screen and (min-width:992px) and (max-width:1200px) {
.mylist li.col-3 { .mylist li.col-3 {
min-width:110px; min-width: 110px;
}
} }
}@media screen and (max-width:992px) {
@media screen and (max-width:992px) {
#he-plugin-simple { #he-plugin-simple {
display:none !important; display: none !important;
} }
.banner-video video {
width:1200px; .banner-video video {
} width: 1200px;
.banner-video img { }
.banner-video img {
object-fit: cover; object-fit: cover;
width: 100%; width: 100%;
height: 100vh; height: 100vh;
}
.search-group {
padding-left: 0px;
}
div#navbarsExample05 {
background: rgba(0, 0, 0, 0.8);
padding: 10px 30px;
border-radius: 20px;
}
} }
.search-group {
padding-left:0px; @media screen and (max-width:767px) {
} /* 最大屏幕宽度:767PX */
div#navbarsExample05 {
background:rgba(0,0,0,0.8);
padding:10px 30px;
border-radius:20px;
}
}@media screen and (max-width:767px) {
.banner-video video { .banner-video video {
width:960px; width: 960px;
} }
.banner-video img {
.banner-video img {
object-fit: cover; object-fit: cover;
width: 100%; width: 100%;
height: 100vh; height: 100vh;
}
.s-type-list label {
padding: 5px 0
}
.search-list {
height: 30px;
overflow-y: hidden;
white-space: nowrap
}
.search-group {
padding-left: 0px;
}
.mylist {
border-radius: 8px;
}
.mylist li.col-3 {
margin: 5px 0 5px;
}
.mylist li.col-3 svg {
width: 30px;
height: 30px;
padding: 5px;
border-radius: 5px;
}
.mylist li.col-3 span {
font-size: 12px;
}
} }
.s-type-list label {
padding:5px 0 .navbar-toggler svg {
} width: 24px;
.search-list { height: 24px;
height:30px;
overflow-y:hidden;
white-space:nowrap
}
.search-group {
padding-left:0px;
}
.mylist {
border-radius:8px;
}
.mylist li.col-3 {
margin:5px 0 5px;
}
.mylist li.col-3 svg {
width:30px;
height:30px;
padding:5px;
border-radius:5px;
}
.mylist li.col-3 span {
font-size:12px;
}
}@media screen and (max-width:560px) {
}.navbar-toggler svg {
width:24px;
height:24px;
} }
.navbar-toggler .bi-list-nested { .navbar-toggler .bi-list-nested {
display:none; display: none;
} }
.navbar-toggler.collapsed .bi-list-nested { .navbar-toggler.collapsed .bi-list-nested {
display:block; display: block;
} }
.navbar-toggler.collapsed .bi-x { .navbar-toggler.collapsed .bi-x {
display:none; display: none;
} }
.navbar-toggler .bi-x { .navbar-toggler .bi-x {
display:block; display: block;
} }
#he-plugin-simple { #he-plugin-simple {
z-index:1000; z-index: 1000;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width:8px; width: 8px;
height:8px; height: 8px;
border-radius:4px; border-radius: 4px;
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background:#eee; background: #eee;
border-radius:0px; border-radius: 0px;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background:#ddd; background: #ddd;
border-radius:0px; border-radius: 0px;
} }
::-webkit-scrollbar-thumb:hover { ::-webkit-scrollbar-thumb:hover {
background:#ccc; background: #ccc;
} }
::-webkit-scrollbar-corner { ::-webkit-scrollbar-corner {
background:#ddd; background: #ddd;
} }