Browse Source

style: --

chenlei 1 year ago
parent
commit
cd7920b0dd

BIN
public/relic-data/big-photo/第107页-481.png


File diff suppressed because it is too large
+ 3 - 3
public/relic-data/data.json


+ 4 - 3
src/App.vue

@@ -367,11 +367,12 @@ button.logo{
 }
 
 .img-title{
-  font-family: Source Han Sans SC light;
+  color: #666666;
   line-height: 34px;
-  letter-spacing: 3px !important;
+  letter-spacing: 2px !important;
   text-align: center;
-  font-size: 18px;
+  font-size: 14px;
+  font-family: "Source Han Sans SC light";
 }
 </style>
 

+ 1 - 1
src/components/CameraContent-1-1-2.vue

@@ -72,7 +72,7 @@
           alt=""
           draggable="false"
         >
-        <div class="img-title">
+        <div class="img-title img-legend">
           建设中的元大都
         </div>
       </div>

+ 4 - 0
src/components/CameraContent-1-3-1.vue

@@ -205,6 +205,10 @@ const activeTabIdx = ref(1)
         }
         >.img-title{
           margin-top: 0.5em;
+          color: #6A3906;
+          letter-spacing: 2px;
+          font-size: calc(18 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
+          font-family: "Source Han Sans SC light";
         }
       }
     }

+ 3 - 1
src/components/CameraContent-3-1-2.vue

@@ -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";
           }
         }