Authored by 沈志敏

首页样式调整

... ... @@ -35,6 +35,6 @@
<style>
#channel {
padding-top: 90px;
padding-top: 80px;
}
</style>
... ...
... ... @@ -73,7 +73,7 @@
.item {
position: relative;
display: block;
padding: 0 30px;
padding: 0 45px;
height: 124px;
line-height: 124px;
font-size: 30px;
... ... @@ -81,24 +81,30 @@
font-family: "BrownStd-Bold", "PingFang SC", Helvetica, Roboto, "Heiti SC", "黑体", Arial;
.en {
font-size: 36px;
font-size: 34px;
}
.cn {
font-size: 22px;
margin-left: -6px;
font-family: "PingFang SC", Helvetica, Roboto, "Heiti SC", "黑体", Arial;
}
&:first-child {
font-size: 36px;
font-size: 34px;
height: 142px;
line-height: 142px;
font-family: "PingFang SC", Helvetica, Roboto, "Heiti SC", "黑体", Arial;
.cn {
font-size: 34px;
}
}
&:after {
content: "";
position: absolute;
left: 30px;
left: 45px;
bottom: 0;
width: 100%;
height: 0;
... ...
... ... @@ -81,16 +81,17 @@
z-index: 1;
width: 100%;
max-width: 750px;
height: 90px;
height: 80px;
font-size: 26px;
text-align: center;
background: #fff;
transform: translate(-50%, 0);
border-bottom: 1px solid #eee;
font-family: "BrownStd", "PingFang SC", Helvetica, Roboto, "Heiti SC", "黑体", Arial;
.channel {
display: inline-block;
line-height: 90px;
line-height: 80px;
color: #b0b0b0;
&.focus {
... ...
... ... @@ -19,9 +19,9 @@
.floor-header {
position: relative;
width: 100%;
height: 100px;
height: 80px;
font-size: 32px;
line-height: 100px;
line-height: 80px;
text-align: center;
font-weight: bold;
border-top: 1px solid #eee;
... ...