xlb-main-login
Version:
``` yarn install ```
63 lines (60 loc) • 1.29 kB
CSS
.example-loading {
position: absolute;
top: 20%;
left: 50%;
transform: translate(50%,0);
z-index:999;
}
.ant-table-pagination.ant-pagination {
float: left;
margin: 16px 0;
}
/*列表操作栏*/
.table-redact {
width: 70px;
height: 20px;
line-height: 20px;
text-align: center;
cursor: pointer;
float: left;
color: #de1f26;
border-right: 1px solid #eee;
}
/*列表操作栏*/
.table-del {
width: 70px;
height: 20px;
line-height: 20px;
text-align: center;
cursor: pointer;
float: left;
color: #de1f26;
}
/*底层白色底盒子,上下边距24px;左右边距24px; */
.global-card-config {
background-color: #FFFFFF;
padding: 24px 32px 0;
margin-bottom: 12px;
box-sizing: border-box;
}
/* 重置按钮样式调整 */
.global-clear-config{
color: #de1f26 ;
background-color: transparent ;
border-color: #de1f26 ;
text-shadow: none ;
padding:0 15px ;
margin-left: 0;
}
.btn_loading {
margin-left: 0;
background: #000 ;
}
.btn_loading_right{
height: 20px ;
line-height: 20px ;
border-right: 1px solid #eee ;
}
.btn_loading::before {
background: #000 ;
}