许成详 6 år sedan
förälder
incheckning
b2c2be18d9
2 ändrade filer med 5 tillägg och 4 borttagningar
  1. 1
    1
      pages/ActivityDetail/index.wxss
  2. 4
    3
      pages/EstateDetail/index.wxss

+ 1
- 1
pages/ActivityDetail/index.wxss Visa fil

@@ -92,7 +92,7 @@ rich-text {
92 92
 }
93 93
 
94 94
 .comment {
95
-  padding: 0 40rpx;
95
+  padding: 0 40rpx 40rpx;
96 96
   position: relative;
97 97
   background: #fff;
98 98
   overflow: hidden;

+ 4
- 3
pages/EstateDetail/index.wxss Visa fil

@@ -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 {