|
|
.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 {
|
...
|
...
|
|