SGGL_JT/SUBQHSE/FineUIPro.Web/res/homecss/head.css

110 lines
2.3 KiB
CSS
Raw Normal View History

2025-04-15 20:05:36 +08:00
header {
width: 100%;
2025-04-18 17:16:38 +08:00
height: 1.25rem;
2025-04-17 16:01:19 +08:00
background-image: url(../images/01/top.png);
2025-04-15 20:05:36 +08:00
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;
}
2025-04-17 16:01:19 +08:00
.logo-img{
2025-04-15 20:05:36 +08:00
width: 1.9375rem;
height: 0.5rem;
2025-04-17 16:01:19 +08:00
background-image: url(../images/logo.png);
2025-04-15 20:05:36 +08:00
background-repeat: no-repeat;
background-size: 100% 100%;
2025-04-17 16:01:19 +08:00
2025-04-15 20:05:36 +08:00
}
2025-04-18 17:16:38 +08:00
.refresh-img {
2025-04-15 20:05:36 +08:00
margin-left: 0.125rem;
2025-04-18 17:16:38 +08:00
background: url('../images/sprite.png') no-repeat -402px 0;
width: 27px;
height: 26px;
2025-04-15 20:05:36 +08:00
}
2025-04-18 17:16:38 +08:00
.navs {
width: calc(100% - 1.9375rem - 40px );
2025-04-15 20:05:36 +08:00
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%;
}
2025-04-17 16:01:19 +08:00
.navs>.nav-l{
background-image: url(../images/nav01.png);
}
.navs>.nav-l-active{
background-image: url(../images/nav02.png);
}
.navs>.nav-r{
background-image: url(../images/nav03.png);
}
.navs>.nav-r-active{
background-image: url(../images/nav04.png);
}
2025-04-15 20:05:36 +08:00
.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;
2025-04-18 17:16:38 +08:00
bottom: .25rem;
2025-04-15 20:05:36 +08:00
height: 14px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.set>div{
margin: 0 0.125rem;
}