|
@@ -29,6 +29,7 @@
|
29
|
29
|
top: 0;
|
30
|
30
|
bottom: 0;
|
31
|
31
|
overflow: hidden;
|
|
32
|
+ z-index: 1;
|
32
|
33
|
}
|
33
|
34
|
|
34
|
35
|
.imgContent > swiper {
|
|
@@ -64,14 +65,14 @@
|
64
|
65
|
|
65
|
66
|
.banner .remark {
|
66
|
67
|
width: 100%;
|
67
|
|
- height: 180rpx;
|
|
68
|
+ height: 200rpx;
|
68
|
69
|
position: absolute;
|
69
|
70
|
overflow: hidden;
|
70
|
71
|
left: 0;
|
71
|
72
|
bottom: 0;
|
72
|
73
|
z-index: 10;
|
73
|
|
- background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
|
74
|
|
- background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
|
|
74
|
+ background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
|
|
75
|
+ background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
|
75
|
76
|
}
|
76
|
77
|
|
77
|
78
|
.banner .remark > view {
|