|
@@ -1,7 +1,6 @@
|
|
|
.page {
|
|
|
position: relative;
|
|
|
width: 750rpx;
|
|
|
- height: 1334rpx;
|
|
|
background-color: rgba(246,246,246,1);
|
|
|
overflow: hidden;
|
|
|
display: flex;
|
|
@@ -9,7 +8,7 @@
|
|
|
}
|
|
|
.box1 {
|
|
|
width: 750rpx;
|
|
|
- height: 1334rpx;
|
|
|
+ /* height: 1334rpx; */
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
@@ -338,7 +337,7 @@
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.main6 {
|
|
|
- height: 364rpx;
|
|
|
+ /* height: 364rpx; */
|
|
|
background-color: rgba(255,255,255,1);
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
@@ -348,9 +347,12 @@
|
|
|
}
|
|
|
.layer3 {
|
|
|
width: 692rpx;
|
|
|
- height: 284rpx;
|
|
|
+ /* height: 284rpx; */
|
|
|
flex-wrap: wrap;
|
|
|
display: flex;
|
|
|
+ margin-top:21rpx;
|
|
|
+ margin-left: 54rpx;
|
|
|
+
|
|
|
flex-direction: row;
|
|
|
}
|
|
|
.outer3-0 {
|
|
@@ -961,7 +963,7 @@ border-radius: 24rpx 24rpx 0px 0px;
|
|
|
border-radius: 24rpx 24rpx 0px 0px;
|
|
|
text-align: center;
|
|
|
line-height: 148rpx;
|
|
|
- position: fixed;
|
|
|
+
|
|
|
bottom: 0;
|
|
|
}
|
|
|
.empt text{
|