...
|
...
|
@@ -5,7 +5,7 @@ |
|
|
|
|
|
#yohood {
|
|
|
border: none;
|
|
|
border-bottom: 4PX solid #fff;
|
|
|
border-bottom: 8px solid #fff;
|
|
|
background-color: transparent;
|
|
|
background-image: resolve('channel/yohood.png');
|
|
|
background-position-x: 26%;
|
...
|
...
|
@@ -155,14 +155,14 @@ |
|
|
display: block;
|
|
|
margin: 0 auto 40px;
|
|
|
width: 432px;
|
|
|
height: 104px;
|
|
|
border: 4PX solid #fff;
|
|
|
height: 100px;
|
|
|
border: 8px solid #fff;
|
|
|
background-color: #000;
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
font-weight: bold;
|
|
|
font-size: 32px;
|
|
|
line-height: 104px;
|
|
|
line-height: 82px;
|
|
|
}
|
|
|
|
|
|
.list-item:last-child {
|
...
|
...
|
|