{{ t('home.section3.features.cooperation.desc') }}
-
{{ t('home.section3.features.promotion.title') }}
+
{{
+ t('home.section3.features.promotion.title') }}
{{ t('home.section3.features.promotion.desc') }}
@@ -700,8 +693,8 @@ watch(
@@ -724,11 +717,12 @@ watch(
animation: float 2s ease-in-out infinite;
opacity: 1;
transition: opacity 0.3s ease;
-min-width: 122px;
-height: 38px;
-display: flex;
-justify-content: center;
-align-items: center;
+ min-width: 122px;
+ height: 38px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+
&.hide {
opacity: 0;
pointer-events: none;
@@ -736,20 +730,25 @@ align-items: center;
}
@keyframes float {
- 0%, 100% {
+
+ 0%,
+ 100% {
transform: translate(-50%, 0);
}
+
50% {
transform: translate(-50%, -10px);
}
}
-:deep .n-carousel__dot{
+:deep .n-carousel__dot {
background-color: #DDDDDD !important;
}
-:deep .n-carousel__dot--active{
+
+:deep .n-carousel__dot--active {
background-color: #8B59F7 !important;
}
+
.divider1 {
position: absolute;
z-index: 3;
@@ -1017,12 +1016,14 @@ align-items: center;
width: 100%;
padding: 0 23px;
}
-.footer-content{
+
+.footer-content {
height: 90px;
display: flex;
justify-content: center;
align-items: center;
- .copyright{
+
+ .copyright {
width: 232px;
height: 22pxpx;
}