|
|
@@ -391,8 +391,7 @@ export default {
|
|
|
margin-top: calc(1.06rem - (1.25rem - 0.75rem) / 2);
|
|
|
margin-bottom: 1.41rem;
|
|
|
> button {
|
|
|
- width: 1px;
|
|
|
- flex: 1 0 auto;
|
|
|
+ flex: 1 1 auto;
|
|
|
background: none;
|
|
|
border: none;
|
|
|
font-size: 0.75rem;
|
|
|
@@ -407,8 +406,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
> .link-wrap {
|
|
|
- height: 1px;
|
|
|
- flex: 1 0 auto;
|
|
|
+ flex: 1 1 auto;
|
|
|
> button {
|
|
|
display: block;
|
|
|
position: relative;
|
|
|
@@ -443,8 +441,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
> .video-wrap {
|
|
|
- height: 1px;
|
|
|
- flex: 1 0 auto;
|
|
|
+ flex: 1 1 auto;
|
|
|
text-align: center;
|
|
|
overflow: auto;
|
|
|
> button {
|
|
|
@@ -481,8 +478,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
> .image-wrap {
|
|
|
- flex: 1 0 auto;
|
|
|
- height: 1px;
|
|
|
+ flex: 1 1 auto;
|
|
|
.waterfall-wrap {
|
|
|
height: 100%;
|
|
|
.water-fall {
|