回答

0

僅供參考:這可能是我的一個不好的書寫css標籤。不知道爲什麼它只是生產模式中的一個問題。

這裏有問題的標籤:

.form-signin { 
    width: 300px; 
    padding: : 19px 29px 29px; 
    margin: 0 auto 20px; 
    margin-top: 40px; 
    background-color: @lightGray; 
    border: 1px solid @green; 
    -webkit-border-radius: 15px; 
    -moz-border-radius: 15px; 
    border-radius: 15px; 

    h2 { 
     text-align: center; 
     margin-top: 0px; 
    } 
} 

沒有H2定義它的工作原理是在開發模式。

相關問題