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.

275 lines
5.7 KiB

3 years ago
@import "./c/config";
@import "./c/function";
.g-fx {
background-color: #00023a;
}
.g-pg {
position: relative;
background-image: url(../images/home/bg.png);
// background-color: #00023a;
2 years ago
background-repeat: no-repeat;
background-size: 100% 100%;
3 years ago
}
.i-corner {
position: absolute;
z-index: 0;
width: 121px;
2 years ago
3 years ago
&.z-left-top {
top: 15px;
left: 15px;
}
2 years ago
3 years ago
&.z-left-bottom {
bottom: 15px;
left: 15px;
}
2 years ago
3 years ago
&.z-right-top {
top: 15px;
right: 15px;
}
2 years ago
3 years ago
&.z-right-bottom {
bottom: 15px;
right: 15px;
}
}
.m-topnav {
position: relative;
z-index: 1;
width: 100%;
height: 101px;
background-image: url(../images/home/top1.png);
3 years ago
background-repeat: no-repeat;
background-position: top center;
3 years ago
background-size: 100%;
2 years ago
.back {
position: absolute;
left: 21px;
right: 0;
top: 0;
line-height: 70px;
img {
width: 21px;
}
}
3 years ago
.title {
position: absolute;
2 years ago
left: 90px;
3 years ago
right: 0;
top: 0;
line-height: 70px;
2 years ago
font-family: PingFang SC;
font-weight: bold;
color: #FFFFFF;
font-size: 34px;
// text-shadow: 0px 4px 3px rgba(18, 27, 70, 0.51);
background: linear-gradient(0deg, #8FD4FF 0%, #FFFFFF 64.0380859375%);
background-clip: text;
-webkit-background-clip: text;
2 years ago
-webkit-text-fill-color: transparent;
3 years ago
}
.selectArea {
position: absolute;
left: 480px;
width: 120px;
right: 0;
top: 20px;
::v-deep .el-input__inner {
height: 32px !important;
border-radius: 16px !important;
border: none !important;
color: #fff !important;
background: linear-gradient(180deg, #05326E 0%, #032A5D 100%) !important;
}
}
.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;
}
2 years ago
.z-default {
display: block;
}
2 years ago
.z-on {
display: none;
}
&:hover {
color: #fff;
2 years ago
.z-default {
display: none;
}
2 years ago
.z-on {
display: block;
}
}
}
3 years ago
.nav-list {
position: absolute;
2 years ago
top: 60px;
left: 850px;
3 years ago
display: flex;
2 years ago
// width: 500px;
3 years ago
&.z-right {
left: auto;
right: 120px;
2 years ago
3 years ago
.nav-item {
background-image: url(../images/shuju/main/nav-right.png);
2 years ago
3 years ago
&.z-on {
&::before {
background-image: url(../images/shuju/main/nav-right-on.png);
}
}
}
}
.nav-item {
position: relative;
2 years ago
margin-right: 95px;
3 years ago
width: 120px;
height: 40px;
line-height: 40px;
2 years ago
font-size: 18px;
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: #41A5F2;
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
color: #86F3FF;
font-size: 20px;
&::after {
3 years ago
position: absolute;
z-index: -1;
content: "";
display: block;
2 years ago
bottom: -2px;
left: -50px;
width: 226px;
height: 20px;
background-image: url(../images/home/choose.png);
3 years ago
background-size: 100%;
}
}
}
}
2 years ago
.date {
position: absolute;
right: 20px;
top: 30px;
color: #91D5FF;
text-align: center;
.dateFlex {
display: flex;
align-items: center;
justify-content: center;
.dateFlex_mw {
.date-month {
font-size: 14px;
}
.date-week {
font-size: 16px;
}
}
.date-time {
font-size: 34px;
margin-left: 11px;
}
}
}
3 years ago
.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;
2 years ago
3 years ago
.weather {
display: flex;
align-items: center;
2 years ago
3 years ago
img {
position: relative;
width: 20px;
}
2 years ago
3 years ago
div {
margin-left: 3px;
}
}
2 years ago
3 years ago
.date {
margin-left: 24px;
display: flex;
align-items: center;
2 years ago
3 years ago
.date-div {
margin: 0 10px;
height: 22px;
width: 1px;
background-color: #fff;
opacity: 0.8;
}
}
}
}
.g-cnt {
2 years ago
padding: 24px;
}