File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 123123 text-align : left;
124124}
125125
126+ .login .login-inner-form .form-group label {
127+ text-align : right;
128+ vertical-align : middle;
129+ float : left;
130+ font-size : 14px ;
131+ line-height : 40px ;
132+ padding : 0 12px 0 0 ;
133+ -webkit-box-sizing : border-box;
134+ box-sizing : border-box;
135+ color : # 717171 ;
136+ margin-bottom : 0 ;
137+ }
138+
139+ .login .login-inner-form .form-group .form-control {
140+ -webkit-appearance : none;
141+ background-color : # FFF ;
142+ background-image : none;
143+ border-radius : 4px ;
144+ border : 1px solid # DCDFE6 ;
145+ -webkit-box-sizing : border-box;
146+ box-sizing : border-box;
147+ color : # 606266 ;
148+ display : inline-block;
149+ font-size : inherit;
150+ height : 40px ;
151+ line-height : 40px ;
152+ outline : 0 ;
153+ padding : 0 15px ;
154+ -webkit-transition : border-color .2s cubic-bezier (.645 , .045 , .355 , 1 );
155+ transition : border-color .2s cubic-bezier (.645 , .045 , .355 , 1 );
156+ width : 100% ;
157+ }
158+
126159.login .login-inner-form .form-group .input--suffix {
127160 position : relative;
128161 font-size : 14px ;
@@ -376,7 +409,6 @@ input[type="radio"] {
376409
377410.details .auth-types {
378411 text-align : right;
379- margin-top : 15px ;
380412}
381413
382414.details .auth-types .methods-desc {
Original file line number Diff line number Diff line change 5757 < div class ="col-lg-7 col-md-12 col-pad-0 form-section ">
5858 < div class ="login-inner-form ">
5959 < div class ="details ">
60+ < header >
61+ < a href ="# "> < img src ="../static/img/default-logo.png " alt ="logo " /> </ a >
62+ </ header >
6063 <!-- 头结束 -->
6164 < section class ="login-container ">
6265 < form
You can’t perform that action at this time.
0 commit comments