Authored by lijing

页面从640变更750,部分样式调整

... ... @@ -3,10 +3,10 @@
background: #fff;
border: 1px solid #e0e0e0;
border-bottom: none;
height: 70px;
line-height: 70px;
height: 82px;
line-height: 82px;
text-align: center;
font-size: 30px;
font-size: 35px;
color: #b1b1b1;
}
... ...
... ... @@ -4,9 +4,9 @@
bottom: 0;
margin-left: -375px;
width: 100%;
height: 100px;
height: 117px;
max-width: 750px;
padding-top: 20px;
padding-top: 23px;
box-sizing: border-box;
background: #fff;
border-top: 1px solid #b0b0b0;
... ... @@ -24,13 +24,13 @@
}
.tab-icon {
font-size: 40px;
font-size: 46px;
line-height: 1;
}
.tab-name {
margin-top: 10px;
font-size: 20px;
margin-top: 12px;
font-size: 23px;
line-height: 1;
}
}
... ...
.home-header {
height: 90px;
line-height: 90px;
height: 105px;
line-height: 105px;
background-image: linear-gradient(#323232, #414141);
position: relative;
... ... @@ -20,8 +20,8 @@
.logo {
display: block;
margin: 0 auto;
width: 208px;
height: 87px;
width: 243px;
height: 105px;
background: resolve("channel/yohologo02.png") no-repeat center center;
background-size: 100%;
... ... @@ -35,8 +35,8 @@
position: absolute;
right: 0;
top: 0;
width: 90px;
height: 90px;
width: 105px;
height: 105px;
text-align: center;
a {
... ...