1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- /* 登录页背景 */
- .ic-login-container {
- background-image: url(/assets/image/bg/bg-login.png) !important;
- background-repeat: no-repeat !important;
- background-size: cover !important;
- }
- .loginContainer {
- background-image: url(/assets/image/bg/left-login.png) !important;
- background-repeat: no-repeat !important;
- background-size: 40% 100% !important;
- width: 64% !important;
- }
- .login-container{
- background-image: url(/assets/image/bg/right-login.png) !important;
- float: right !important;
- width: 60% !important;
- }
- .login-content{
- background-color: #fff;
- top: 10% !important;
- margin-top: 0 !important;
- height: 80% !important;
- border-radius: 10px !important;
- display: flex !important;
- justify-content: space-evenly !important;
- align-items: center !important;
- flex-direction: column !important;
- }
- /*.login-content .ng-star-inserted{*/
- /* margin-top: 35% !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;
- font-weight: 500 !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%;
- }
- .sf-inner-table-wrapper .ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td {
- border-right: 1px solid #cacaca;
- }
- .sf-inner-table-wrapper .ant-table-tbody>tr>td {
- border-bottom: 1px solid #cacaca;
- }
- .sf-inner-table-wrapper .ant-table.ant-table-bordered > .ant-table-container {
- border-left: 1px solid #cacaca;
- }
|