|
@@ -13,17 +13,23 @@
|
|
|
border-bottom: 1px solid #e6e6e6;
|
|
|
}
|
|
|
.new2 .body .list-header {
|
|
|
- background-color: #f03;
|
|
|
position: relative;
|
|
|
height: 160px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ background-size: cover;
|
|
|
+ -webkit-background-size: 100% 160px;
|
|
|
+ -moz-background-size: 100% 160px;
|
|
|
+ background-position: center center;
|
|
|
}
|
|
|
-.new2 .body .list-header h3 {
|
|
|
+.new2 .body .list-header div {
|
|
|
position: relative;
|
|
|
- top: 124px;
|
|
|
- margin-top: 0px;
|
|
|
+ top: 110px;
|
|
|
+ left: 10px;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
-.new2 .body .list-header p {
|
|
|
- position: relative;
|
|
|
+.new2 .body .list-header div h3 {
|
|
|
+ font-size: 16px;
|
|
|
+ margin-bottom: 5px;
|
|
|
}
|
|
|
.new2 .body .list .list-item:hover {
|
|
|
color: #2382ff;
|