浏览代码

內容更新修正

jeter20131220 3 年之前
父节点
当前提交
5cec1aa0f4
共有 3 个文件被更改,包括 11 次插入2 次删除
  1. 6 1
      style.css
  2. 0 0
      style.css.map
  3. 5 1
      style.scss

+ 6 - 1
style.css

@@ -2241,12 +2241,17 @@ body #btn-a #mobile-btn:hover {
   position: absolute;
   text-align: left;
   font-size: 1.6rem;
-  line-height: 3vw;
+  line-height: 3.5vw;
+  letter-spacing: 2px;
   top: 15vw;
   left: 20vw;
   width: 50vw;
 }
 
+#information .information span {
+  font-size: 1.7rem;
+}
+
 @media screen and (max-width: 1024px) {
   #information .information {
     font-size: 1rem;

文件差异内容过多而无法显示
+ 0 - 0
style.css.map


+ 5 - 1
style.scss

@@ -1416,10 +1416,14 @@ body {
         position: absolute;
         text-align: left;
         font-size: 1.6rem;
-        line-height: 3vw;
+        line-height: 3.5vw;
+        letter-spacing: 2px;
         top: 15vw;
         left: 20vw;
         width: 50vw;
+        span{
+            font-size: 1.7rem;
+        }
         @media screen and(max-width:$table) {
             font-size: 1rem;
             line-height: 3vw;

部分文件因为文件数量过多而无法显示