jeter20131220 3 yıl önce
ebeveyn
işleme
bf4a48c97a
3 değiştirilmiş dosya ile 7 ekleme ve 7 silme
  1. 1 1
      desktop11/index.html
  2. 5 5
      desktop11/style.css
  3. 1 1
      desktop11/style.scss

+ 1 - 1
desktop11/index.html

@@ -426,7 +426,7 @@
 
                         
                         <div id="form-right">
-                            <button  id="facebook" onclick="fb_login()"><img src="./img/logo/facebook.png" alt=""><p><span  style="padding-right:5vw; font-size: 25px;">|</span>使用fb填入信箱與姓名</p></button>
+                            <button  id="fb_login" onclick="fb_login()"><img src="./img/logo/facebook.png" alt=""><p><span  style="padding-right:5vw; font-size: 25px;">|</span>使用fb填入信箱與姓名</p></button>
                             <!-- <div id="fb_login">
                                 <fb:login-button id="fb-button" scope="public_profile,email"
                                     onlogin="checkLoginState();"   data-button-type="continue_with" data-size="large">使用FB填入信箱與姓名

+ 5 - 5
desktop11/style.css

@@ -626,7 +626,7 @@ body .arrow:hover {
   padding: 30px;
 }
 
-#contact-us #contact-form #facebook {
+#contact-us #contact-form #fb_login {
   margin-top: 12px;
   width: 29vw;
   height: 50px;
@@ -641,11 +641,11 @@ body .arrow:hover {
   position: relative;
 }
 
-#contact-us #contact-form #facebook p {
+#contact-us #contact-form #fb_login p {
   line-height: 40px;
 }
 
-#contact-us #contact-form #facebook img {
+#contact-us #contact-form #fb_login img {
   position: absolute;
   left: 50px;
   top: 7px;
@@ -655,12 +655,12 @@ body .arrow:hover {
           filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
 }
 
-#contact-us #contact-form #facebook:hover {
+#contact-us #contact-form #fb_login:hover {
   background-color: #2a4f91;
   color: #fff;
 }
 
-#contact-us #contact-form #facebook:hover img {
+#contact-us #contact-form #fb_login:hover img {
   -webkit-filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
           filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
 }

+ 1 - 1
desktop11/style.scss

@@ -549,7 +549,7 @@ body {
             }
            
             }
-            #facebook{
+            #fb_login{
                 margin-top: 12px;
                 width: 29vw;
                 height: 50px;