许成详 6 anos atrás
pai
commit
b2c2be18d9
2 arquivos alterados com 5 adições e 4 exclusões
  1. 1
    1
      pages/ActivityDetail/index.wxss
  2. 4
    3
      pages/EstateDetail/index.wxss

+ 1
- 1
pages/ActivityDetail/index.wxss Ver arquivo

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

+ 4
- 3
pages/EstateDetail/index.wxss Ver arquivo

29
   top: 0;
29
   top: 0;
30
   bottom: 0;
30
   bottom: 0;
31
   overflow: hidden;
31
   overflow: hidden;
32
+  z-index: 1;
32
 }
33
 }
33
 
34
 
34
 .imgContent > swiper {
35
 .imgContent > swiper {
64
 
65
 
65
 .banner .remark {
66
 .banner .remark {
66
   width: 100%;
67
   width: 100%;
67
-  height: 180rpx;
68
+  height: 200rpx;
68
   position: absolute;
69
   position: absolute;
69
   overflow: hidden;
70
   overflow: hidden;
70
   left: 0;
71
   left: 0;
71
   bottom: 0;
72
   bottom: 0;
72
   z-index: 10;
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
 .banner .remark > view {
78
 .banner .remark > view {