|
@@ -14,18 +14,20 @@
|
|
}
|
|
}
|
|
.new2 .body .list-header {
|
|
.new2 .body .list-header {
|
|
position: relative;
|
|
position: relative;
|
|
- height: 160px;
|
|
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
background-size: cover;
|
|
background-size: cover;
|
|
-webkit-background-size: 100% 160px;
|
|
-webkit-background-size: 100% 160px;
|
|
- -moz-background-size: 100% 160px;
|
|
|
|
|
|
+ -moz-background-size: 100% auto;
|
|
background-position: center center;
|
|
background-position: center center;
|
|
}
|
|
}
|
|
|
|
+.new2 .body .list-header img {
|
|
|
|
+ width: 100%;
|
|
|
|
+}
|
|
.new2 .body .list-header div {
|
|
.new2 .body .list-header div {
|
|
- position: relative;
|
|
|
|
- top: 110px;
|
|
|
|
- left: 10px;
|
|
|
|
|
|
+ position: absolute;
|
|
color: #fff;
|
|
color: #fff;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ left: 10px;
|
|
}
|
|
}
|
|
.new2 .body .list-header div h3 {
|
|
.new2 .body .list-header div h3 {
|
|
font-size: 16px;
|
|
font-size: 16px;
|