1234567891011121314151617181920212223242526272829303132333435363738394041 |
- /* 登录页背景 */
- .ic-login-container {
- background-image: url(/assets/image/bg/bg-login.png) !important;
- background-repeat: no-repeat !important;
- background-size: cover !important;
- }
- /* 登录页右上角logo */
- /*.login-top-right-corner {*/
- /* background-image: url(/assets/image/bg/login-logo-mini.png) !important;*/
- /* background-repeat: no-repeat !important;*/
- /* background-size: cover !important;*/
- /* width: 180px;*/
- /* height: 44px;*/
- /*}*/
- .loginContainer{
- position: absolute !important;
- right: 0 !important;
- height: 100% !important;
- background-color: white !important;
- transform: translate(0) !important;
- top: auto !important;
- left: auto !important;
- width: auto !important;
- }
- .title{
- color: #1c2127 !important;
- font-size: 24px !important;
- }
- /* banner图标完整版 */
- .alain-default__header-logo .alain-default__header-logo-link .alain-default__header-logo-expanded {
- max-width: 100%;
- }
- /* banner图标精简版 */
- .alain-default__header-logo .alain-default__header-logo-link .alain-default__header-logo-collapsed {
- max-width: 100%;
- }
|