Kaynağa Gözat

頁面修正

jeter20131220 4 yıl önce
ebeveyn
işleme
77e289362c
4 değiştirilmiş dosya ile 29 ekleme ve 7 silme
  1. 1 1
      desktopB/index.html
  2. 12 2
      desktopB/style.css
  3. 0 0
      desktopB/style.css.map
  4. 16 4
      desktopB/style.scss

+ 1 - 1
desktopB/index.html

@@ -288,7 +288,7 @@
                     <div id="form-right">
                         <div id="fb_login">
                             <button id="fb-button"  ><img src="./img/logo/facebook.png" alt="">
-                                <p><span style="padding-right:4vw; font-size: 25px;">|</span>使用fb填入信箱與姓名</p>
+                                <span id="line" style=" font-size: 30px;">|</span><p>使用fb填入信箱與姓名</p>
                             </button>
                             <span id="FB_STATUS_2"></span>
                         </div>

+ 12 - 2
desktopB/style.css

@@ -152,7 +152,7 @@ body .arrow:hover {
 .banner #text h1 {
   padding: 15px;
   color: #fff;
-  font-family: 追奇手寫體;
+  font-family: 追奇手寫體 !important;
   font-size: 72px;
 }
 
@@ -365,10 +365,20 @@ body .arrow:hover {
 }
 
 #contact-us #contact-form #form-right #fb-button p {
-  line-height: 40px;
+  position: absolute;
+  top: 1vw;
+  left: 14vw;
   color: #626262;
 }
 
+#contact-us #contact-form #form-right #fb-button #line {
+  position: absolute;
+  color: #9b9b9b;
+  opacity: 0.8;
+  left: 8vw;
+  top: -0.1vw;
+}
+
 #contact-us #contact-form #form-right #fb-button img {
   position: absolute;
   left: 50px;

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
desktopB/style.css.map


+ 16 - 4
desktopB/style.scss

@@ -314,10 +314,22 @@ body {
                 background-color: #fff;
                 transition: 0.3s;
                 position: relative;
-               p{
-                line-height: 40px;
-                color:#626262;
-               }
+                p {
+                    position: absolute;
+                    top:1vw;
+                    left:14vw;
+        
+                    color: #626262;
+                }
+                #line {
+                    position: absolute;
+                    color: #9b9b9b;
+                    opacity: 0.8;;
+                    left:8vw;
+                    top:-0.1vw;
+                   
+                }
+               
                 img {
                     position: absolute;
                     left: 50px;

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor