|
@@ -4715,10 +4715,13 @@ td.fall{
|
|
|
width: 162px;
|
|
|
.group-score{
|
|
|
font-size: 30px;
|
|
|
- color: #c8b290;
|
|
|
+ color: rgb(183,199, 200);
|
|
|
font-weight: bolder;
|
|
|
margin-bottom: 5px;
|
|
|
height: 45px;
|
|
|
+ span.light{
|
|
|
+ color: rgb(43,96,99);
|
|
|
+ }
|
|
|
}
|
|
|
.group-info{
|
|
|
width: 100%;
|
|
@@ -4982,19 +4985,24 @@ td.fall{
|
|
|
color: #896e4e;
|
|
|
}
|
|
|
img{
|
|
|
- background-color: #d4b784
|
|
|
+ background: url('../img/team-hover.png?__sprite') no-repeat 100% / 100%
|
|
|
}
|
|
|
}
|
|
|
img{
|
|
|
width: 60px;
|
|
|
height: 60px;
|
|
|
margin-bottom: 8px;
|
|
|
+ background: #eee;
|
|
|
}
|
|
|
span{
|
|
|
color:#dfd0b5;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ ul{
|
|
|
+ overflow: hidden;
|
|
|
+ padding-top: 10px;
|
|
|
+ }
|
|
|
}
|
|
|
.news-wrapper{
|
|
|
justify-content: center;
|
|
@@ -5169,4 +5177,22 @@ td.fall{
|
|
|
}
|
|
|
.team-section .team-news .news-wrapper .wrapper-left a span{
|
|
|
font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.group .group-info{
|
|
|
+ font-size: 12px;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+.team-section .team-news .news-wrapper .wrapper-right ul li:nth-child(n+2){
|
|
|
+ margin: 6px 0;
|
|
|
+}
|
|
|
+.match-map .top{
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+ .team-section .team-news .team-list,.week-select .week-btn-wrap .btn{
|
|
|
+ background-color: white
|
|
|
+}
|
|
|
+.kv{
|
|
|
+ background-position: top center;
|
|
|
+ background-size: cover;
|
|
|
}
|