|
@@ -471,7 +471,7 @@ onMounted(() => {
|
|
transition: opacity 1.5s ease;
|
|
transition: opacity 1.5s ease;
|
|
>.more-part-btn{
|
|
>.more-part-btn{
|
|
width: calc(67px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
|
|
width: calc(67px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
|
|
- margin-top: calc(10px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
|
|
|
|
|
|
+ margin-top: calc(20px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -483,7 +483,7 @@ onMounted(() => {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
|
|
> img {
|
|
> img {
|
|
- width: 75%;
|
|
|
|
|
|
+ width: calc(55px / v-bind('windowHeightDesign') * v-bind('windowHeight'));
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
|