|
@@ -283,16 +283,17 @@ export default {
|
|
|
}
|
|
|
.centerBtn {
|
|
|
z-index: 99;
|
|
|
- width: 300px;
|
|
|
+ width: 90vw;
|
|
|
height: 65px;
|
|
|
position: relative;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
// top: 209px;
|
|
|
- margin: 2vh auto 0 auto;
|
|
|
+ margin: 0 auto 0 auto;
|
|
|
li {
|
|
|
- width: 60px;
|
|
|
height: 100%;
|
|
|
- margin: 0 20px;
|
|
|
- float: left;
|
|
|
+ margin: 0 auto;
|
|
|
+
|
|
|
list-style: none;
|
|
|
text-align: center;
|
|
|
img {
|
|
@@ -328,7 +329,8 @@ export default {
|
|
|
// margin: 3vh auto 0;
|
|
|
position: relative;
|
|
|
top: 5vw;
|
|
|
- left: 8vw;
|
|
|
+ // left: 8vw;
|
|
|
+ margin: 0 auto;
|
|
|
.baozhuangBox {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
@@ -350,7 +352,7 @@ export default {
|
|
|
list-style: none;
|
|
|
width: 40vw;
|
|
|
height: 105px;
|
|
|
- margin: 0 4px;
|
|
|
+ margin: 0 auto;
|
|
|
img {
|
|
|
width: 100%;
|
|
|
}
|
|
@@ -361,8 +363,7 @@ export default {
|
|
|
border-radius: 10px 0;
|
|
|
text-align: center;
|
|
|
position: absolute;
|
|
|
- left: 2px;
|
|
|
- top: 25px;
|
|
|
+
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
@@ -386,8 +387,7 @@ export default {
|
|
|
border-radius: 10px 0;
|
|
|
text-align: center;
|
|
|
position: absolute;
|
|
|
- right: 120px;
|
|
|
- top: 25px;
|
|
|
+
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|