ems-basedata-wdz
Version:
ems-basedata by xianer
194 lines (169 loc) • 3.29 kB
CSS
* {
margin: 0;
padding: 0;
}
ul,
li {
list-style: none;
}
img {
display: block;
}
html,
body {
height: 100%;
}
html {
box-sizing: border-box;
background: #eee;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
/* 查询表单公共样式 */
/* 新建按钮 */
.icon-add {
vertical-align: text-top;
padding-right: 5px;
}
/* 列表 */
.table-list {
margin-top: 20px;
}
/* 编辑表单弹窗 */
.add-item {
margin-bottom: 20px;
}
.add-item .tips {
color: red;
margin-left: 20%;
margin-top: 8px;
}
/* 分页 */
.page-wrap {
padding: 20px 0;
text-align: right;
}
/* 新建弹窗 */
.add-modal {
width: 60%;
}
.demo-spin-icon-load {
animation: ani-demo-spin 1s linear infinite;
vertical-align: text-top;
margin-right: 5px;
font-size: 14px;
}
@keyframes ani-demo-spin {
from {
transform: rotate(0deg);
}
50% {
transform: rotate(180deg);
}
to {
transform: rotate(360deg);
}
}
.demo-spin-col {
height: 100px;
position: relative;
border: 1px solid #eee;
}
.ivu-form .ivu-form-item-label {
font-size: 12px ;
}
.ivu-table-wrapper {
border: 1px solid #eaecf1;
border-bottom: none;
}
/* new add */
html .ivu-btn {
padding: 0 10px;
min-width: 64px;
}
.line_style{
background: none;
width: 100%;
height: 0;
overflow: hidden;
border-bottom: 1px dashed rgba(66,70,86,0.12);
margin: 8px 0 0;
}
.core-modal-wrap .core-modal .core-modal-header{
padding: 12px 24px ;
}
#upload-wrap .ivu-input{
height: 28px ;
}
.ivu-table-row-highlight td{
background: #f9f9fa ;
}
/*BaseUI 表格下描边 */
.ivu-table:before{
bottom: -9px;
background-color: #eaecf1;
}
.roleEdit_box {
padding: 20px 0 20px 20px;
}
/* 集成到admin解决冲突 */
.core-modal-wrap .core-modal .core-modal-footer>button{
min-width: 62px;
}
.admin .row-tools .t-action-btn:not(:last-child){
margin-right: 16px;
}
.ivu-tree-empty {
padding-top: 15px;
text-align: center;
}
.ivu-table-wrapper .ivu-table-tip table td{
width: 100%;
height: 200px;
background: url(http://10.200.0.171/static/pro/HRSN/table-no-data.png) center 30px no-repeat;
position: relative;
}
.ivu-table-wrapper .ivu-table-tip table td span {
display: none;
}
.resourceDetial{
margin-top: 22px;
font-size: 16px;
font-weight: bold;
margin-bottom: 40px;
}
.ivu-table-wrapper .ivu-table-tip table td:after {
display: block;
content: "\6682\65e0\6570\636e\000d\000a";
position: absolute;
bottom: 16px;
left: 50%;
transform: translateX(-50%);
color: #7d8292;
}
.ivu-btn-success{
background: #F99C34 ;
border-color: #F99C34 ;
}
/* .sidelip-warp .ems-common-title {
padding-left: 15px;
} */
.sidelip-bar-info .back{
min-width: 0px;
}
*::-webkit-scrollbar {
height: 10px ;
background-color: #fff;
}
.ivu-table:before {
height: 10px ;
}
.fr {
float: right;
}
/* .ivu-form-item{
margin-bottom: 20px!important;
} */