123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- html,.mui-content{
- background: #FFFFFF;
- }
- .login-nav>div {
- width: 160px;
- height: 153px;
- margin: 30px auto;
- background: url(../../img/login/qidong.png) no-repeat;
- background-size:100% 100%;
- }
- #login-form {
- background: #FFFFFF;
- width: 87%;
- margin: 0 auto;
- /*border: 1px solid #1badf8;*/
- /*border-radius: 3px;*/
- }
- #login-form input {
- margin: 10px 0;
- border: 0;
- border-radius: 0;
- font-size: 14px;
- border-bottom: 1px solid #1badf8;
- }
- #login-form #br {
- /*background: #1badf8;*/
- height: 1px;
- width: 100%;
- }
- .pwd-login {
- width: 87%;
- margin: 10px auto;
- }
- .pwd-login>div:first-child,
- .pwd-login>div:last-child {
- padding-top: 5px;
- color: #C0C0C0;
- }
- .pwd-login>div {
- font-size: 14px;
- float: left;
- }
- .pwd-login>div:last-child {
- float: right;
- }
- .mui-switch {
- width: 46px;
- height: 25px;
- margin-left: 3px;
- }
- .mui-switch:before {
- content: '';
- }
- .mui-switch.mui-active:before {
- content: '';
- }
- .mui-switch .mui-switch-handle {
- width: 23px;
- height: 23px;
- }
- .mui-switch.mui-active .mui-switch-handle {
- -webkit-transform: translate(20px, 0);
- transform: translate(20px, 0);
- }
- .close-btn {
- width: 87%;
- margin: 0 auto;
- margin-top: 50px;
- }
- .close-btn button {
- width: 100%;
- height: 46px;
- border: none;
- color: #FFFFFF;
- background: #1badf8;
- font-size: 15px;
- }
- .close-btn input{
- width: 100%;
- height: 46px;
- border: 1px solid #1badf8;
- color: #1badf8;
- background: transparent;
- font-size: 15px;
- margin-top: 20px;
- }
- .mui-btn.mui-active:enabled,
- .mui-btn:enabled:active,
- button.mui-active:enabled,
- button:enabled:active,
- input[type=button].mui-active:enabled,
- input[type=button]:enabled:active,
- input[type=reset].mui-active:enabled,
- input[type=reset]:enabled:active,
- input[type=submit].mui-active:enabled,
- input[type=submit]:enabled:active {
- color: #fff;
- background-color: #1badf8;
- opacity: .6;
- }
- input[type=button].re:enabled:active{
- color: #1badf8;
- background-color: #fff;
- opacity: .6;
- }
|