This commit is contained in:
2025-04-15 20:05:36 +08:00
parent 673812bb6b
commit 8574e78ca0
62 changed files with 119465 additions and 349 deletions
@@ -0,0 +1,105 @@
/* 删除: 之前的样式 */
/* 添加重置CSS样式 */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
video {
font-family: '宋体';
margin: 0;
padding: 0;
border: 0;
font-size: 14px;
line-height: 1;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
user-select: none; /* 添加: 禁止文字选中 */
}
html,
body {
height: 100%;
width: 100%;
line-height: 1;
}
ol,
ul {
list-style: none;
}
html::-webkit-scrollbar {
display: none;
}
.bg {
height: 100%;
width: 100%;
background-image: url(../res/images/bj.jpg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% 100%;
}
.bg1{
height: 100%;
width: 100%;
background-image: url(../res/images/bj.jpg);
background-repeat: no-repeat;
background-position: left top ;
background-size: 100% 100%;
}
#app{
width: 100%;
}
@font-face {
font-family: "iconfont"; /* Project id 4891760 */
src: url('../res/font/iconfont.woff2?t=1744614833234') format('woff2'),
url('../res/font/iconfont.woff?t=1744614833234') format('woff'),
url('../res/font/iconfont.ttf?t=1744614833234') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 14px;
font-style: normal;
color: #FFFFFF;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-nav07:before {
content: "\e601";
}
.icon-nav06:before {
content: "\e602";
}
.icon-nav08:before {
content: "\e603";
}
.icon-nav05:before {
content: "\e604";
}
.icon-l09:before {
content: "\e605";
}
.icon-l10:before {
content: "\e606";
}
File diff suppressed because it is too large Load Diff
+108
View File
@@ -0,0 +1,108 @@
header {
width: 100%;
height: 1rem;
background-image: url(../res/images/01/top.png);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% 0.7125rem;
display: grid;
grid-template-columns: 8.2625rem 1fr 8.2625rem;
position: relative;
}
.nav-box{
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}
.logo-img {
width: 1.9375rem;
height: 0.5rem;
background-image: url(../res/images/logo.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.refresh-img {
margin-left: 0.125rem;
background: url('../res/images/sprite.png') no-repeat 0 0;
width: 27px;
height: 26px;
}
.navs{
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.navs>.nav{
font-size: 14px;
color: #FFFFFF;
text-align: center;
height: 0.375rem;
line-height: 0.375rem;
width: 1.4rem;
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
}
.navs > .nav-l {
background-image: url(../res/images/nav01.png);
}
.navs > .nav-l-active {
background-image: url(../res/images/nav02.png);
}
.navs > .nav-r {
background-image: url(../res/images/nav03.png);
}
.navs > .nav-r-active {
background-image: url(../res/images/nav04.png);
}
.timer{
height: 0.425rem;
width: 2.375rem;
margin-left: 0.125rem;
color: #FFFFFF;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}
.timer>p{
font-size: 0.175rem;
}
.timer>p>span{
margin-left: 0.125rem;
}
.timer>p>span:first-child{
margin: 0;
}
.logo-tit {
font-weight: bold;
font-size: 0.4rem;
line-height: 0.575rem;
letter-spacing: 3px;
text-align: center;
font-style: normal;
text-transform: none;
background: linear-gradient(179.9998548775837deg, #E7EDF3 0%, #3EAEE3 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.set{
position: absolute;
left: 0;right: 0;
bottom: 0;
height: 14px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.set>div{
margin: 0 0.125rem;
}
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long