epmet pc工作端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

192 lines
4.1 KiB

3 years ago
@import "./c/config";
@import "./c/function";
.g-fx {
background-color: #00023a;
}
.g-pg {
position: relative;
}
.i-corner {
position: absolute;
z-index: 0;
width: 121px;
&.z-left-top {
top: 15px;
left: 15px;
}
&.z-left-bottom {
bottom: 15px;
left: 15px;
}
&.z-right-top {
top: 15px;
right: 15px;
}
&.z-right-bottom {
bottom: 15px;
right: 15px;
}
}
.m-topnav {
position: relative;
z-index: 1;
width: 100%;
height: 101px;
2 years ago
background-image: url(../images/shuju/main/top-bg.png);
3 years ago
background-repeat: no-repeat;
background-position: top center;
background-size: 100%;
.title {
position: absolute;
2 years ago
left: 0;
3 years ago
right: 0;
top: 0;
2 years ago
margin: 0 auto;
3 years ago
line-height: 70px;
2 years ago
text-align: center;
font-size: 32px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #ffffff;
3 years ago
}
.btn-back {
position: absolute;
top: 52px;
left: 40px;
display: flex;
width: 60px;
align-items: center;
line-height: 22px;
font-size: 16px;
color: #1a95ff;
cursor: pointer;
img {
width: 16px;
margin-right: 5px;
}
.z-default {
display: block;
}
.z-on {
display: none;
}
&:hover {
color: #fff;
.z-default {
display: none;
}
.z-on {
display: block;
}
}
}
3 years ago
.nav-list {
position: absolute;
2 years ago
top: 40px;
left: 120px;
3 years ago
display: flex;
2 years ago
width: 500px;
3 years ago
&.z-right {
left: auto;
right: 120px;
3 years ago
.nav-item {
background-image: url(../images/shuju/main/nav-right.png);
&.z-on {
&::before {
background-image: url(../images/shuju/main/nav-right-on.png);
}
}
}
}
.nav-item {
position: relative;
width: 120px;
height: 40px;
line-height: 40px;
2 years ago
font-size: 16px;
3 years ago
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
2 years ago
background-image: url(../images/shuju/main/nav-left.png);
background-size: 100%;
3 years ago
text-align: center;
cursor: pointer;
2 years ago
color: rgba(#fff, 0.85);
3 years ago
span {
position: relative;
z-index: 1;
}
2 years ago
&:hover {
color: #fff;
}
3 years ago
&.z-on {
background-image: none;
2 years ago
&::before {
3 years ago
position: absolute;
z-index: -1;
content: "";
display: block;
2 years ago
top: -2px;
left: -5px;
width: 132px;
height: 47px;
background-image: url(../images/shuju/main/nav-left-on.png);
3 years ago
background-size: 100%;
}
}
}
}
.msg {
position: absolute;
display: flex;
align-items: center;
top: 40px;
right: 40px;
font-size: 16px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #ffffff;
line-height: 22px;
.weather {
display: flex;
align-items: center;
img {
position: relative;
width: 20px;
}
div {
margin-left: 3px;
}
}
.date {
margin-left: 24px;
display: flex;
align-items: center;
.date-div {
margin: 0 10px;
height: 22px;
width: 1px;
background-color: #fff;
opacity: 0.8;
}
}
}
}
.g-cnt {
2 years ago
padding: 15px;
}