...
|
...
|
@@ -30,6 +30,76 @@ |
|
|
color: #fbfbfb;
|
|
|
line-height: 58px;
|
|
|
margin: 0 50px 40px;
|
|
|
/* stylelint-disable-next-line */
|
|
|
font-family: "SourceHanSansCN Bold";
|
|
|
|
|
|
span {
|
|
|
display: inline-block;
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
|
|
|
.app {
|
|
|
width: 175px;
|
|
|
height: 35px;
|
|
|
background: url("../images/area/app.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.nowre {
|
|
|
width: 85px;
|
|
|
height: 21px;
|
|
|
background: url("../images/area/nowre.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.sohu {
|
|
|
width: 78px;
|
|
|
height: 40px;
|
|
|
background: url("../images/area/sohu.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.ifanr {
|
|
|
width: 124px;
|
|
|
height: 25px;
|
|
|
background: url("../images/area/ifanr-logo.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.prnew {
|
|
|
width: 119px;
|
|
|
height: 48px;
|
|
|
background: url("../images/area/prnew.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.tige {
|
|
|
width: 92px;
|
|
|
height: 43px;
|
|
|
background: url("../images/area/tige.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.geekpark {
|
|
|
width: 152px;
|
|
|
height: 29px;
|
|
|
background: url("../images/area/geekpark.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.feng {
|
|
|
width: 78px;
|
|
|
height: 30px;
|
|
|
background: url("../images/area/feng.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.pai {
|
|
|
width: 94px;
|
|
|
height: 34px;
|
|
|
background: url("../images/area/pai.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -419,6 +489,76 @@ |
|
|
color: #fbfbfb;
|
|
|
line-height: 38px;
|
|
|
margin: 0 50px 60px;
|
|
|
/* stylelint-disable-next-line */
|
|
|
font-family: "SourceHanSansCN Bold";
|
|
|
|
|
|
span {
|
|
|
display: inline-block;
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
|
|
|
.app {
|
|
|
width: 125px;
|
|
|
height: 27px;
|
|
|
background: url("../images/area/app.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.nowre {
|
|
|
width: 70px;
|
|
|
height: 20px;
|
|
|
background: url("../images/area/nowre.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.sohu {
|
|
|
width: 65px;
|
|
|
height: 33px;
|
|
|
background: url("../images/area/sohu.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.ifanr {
|
|
|
width: 100px;
|
|
|
height: 21px;
|
|
|
background: url("../images/area/ifanr-logo.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.prnew {
|
|
|
width: 100px;
|
|
|
height: 41px;
|
|
|
background: url("../images/area/prnew.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.tige {
|
|
|
width: 76px;
|
|
|
height: 36px;
|
|
|
background: url("../images/area/tige.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.geekpark {
|
|
|
width: 125px;
|
|
|
height: 25px;
|
|
|
background: url("../images/area/geekpark.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.feng {
|
|
|
width: 64px;
|
|
|
height: 26px;
|
|
|
background: url("../images/area/feng.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.pai {
|
|
|
width: 76px;
|
|
|
height: 30px;
|
|
|
background: url("../images/area/pai.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|