Browse Source

feat:首页“知识探索”按钮改版

任一存 1 year ago
parent
commit
ffcebf1a5f
2 changed files with 2 additions and 2 deletions
  1. BIN
      src/assets/images/learn-more.png
  2. 2 2
      src/views/HomeView.vue

BIN
src/assets/images/learn-more.png


+ 2 - 2
src/views/HomeView.vue

@@ -1082,7 +1082,7 @@ div {
 
 
   > .learn-more {
   > .learn-more {
     width: calc(
     width: calc(
-      134 / v-bind("windowSizeWhenDesignForRef") *
+      200 / v-bind("windowSizeWhenDesignForRef") *
         v-bind("windowSizeInCssForRef")
         v-bind("windowSizeInCssForRef")
     );
     );
     height: calc(
     height: calc(
@@ -1116,7 +1116,7 @@ div {
       display: flex;
       display: flex;
       flex-direction: column;
       flex-direction: column;
       position: absolute;
       position: absolute;
-      right: -40%;
+      right: -10%;
       bottom: -80%;
       bottom: -80%;
       > img{
       > img{
         width: calc(
         width: calc(