/*公共样式*/ /*登录页*/ .login-body{ display: flex; align-items: center; height: 100vh; } .login-body .line { border-bottom: 1px solid #dadada; line-height: 0.1em; margin: 10px 0 20px; } .login-body .line span { background: #fff; padding: 0 10px; } .login-form { box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin: 0 auto; } .login-form h2{ text-align: center; margin-bottom: 20px; } .login-form h6 { text-align: center; } /*修复select2插件 from表框颜色不生效*/ .form-group.has-error .select2-selection, .form-group.has-error .select2-selection { border-color: #dd4b39; box-shadow: none; } .form-group.has-success .select2-selection, .form-group.has-success .select2-selection { border-color: #00a65a; box-shadow: none; } .icheck-label-group { padding-top: 2px; } .icheck-label-group label{ margin-right: 20px; } body::-webkit-scrollbar{ width: 1px; height: 1px; }