|
@@ -353,7 +353,9 @@ const activeTabIdx = ref(1)
|
|
|
left: 50%;
|
|
|
top: 100%;
|
|
|
transform: translate(-50%, 100%);
|
|
|
- font-size: calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
+ color: #6A3906;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ font-size: calc(18 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
font-family: "Source Han Sans SC light";
|
|
|
}
|
|
|
}
|