css style override

in main :

   .form input{
        float: left;
        width: 50%;
        font-size: 20px;
    }

in page want float : right (remain another 2 attributes ):

   .form input{
        float: right;
        width: 50%;
        font-size: 20px;
    }



你可能感兴趣的:(override)