|
@@ -1,7 +1,7 @@
|
|
|
/* #ifndef H5 */
|
|
|
page {
|
|
|
height: 100%;
|
|
|
- background-color: #f2f2f2;
|
|
|
+ // background-color: #f2f2f2;
|
|
|
}
|
|
|
/* #endif */
|
|
|
|
|
@@ -27,9 +27,10 @@ page {
|
|
|
}
|
|
|
|
|
|
&-wrap{
|
|
|
+ background-color: #f2f2f2;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- min-height: 60vh;
|
|
|
+ height: 50vh;
|
|
|
width: 100%;
|
|
|
|
|
|
.swiper-box{
|
|
@@ -79,4 +80,20 @@ page {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ &-foot{
|
|
|
+ width: 100%;
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ position: fixed;
|
|
|
+ // bottom: 20rpx;
|
|
|
+
|
|
|
+ &-container{
|
|
|
+ width: 100%;
|
|
|
+ padding: 20rpx 30rpx;
|
|
|
+
|
|
|
+ .policybtn{
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|