@charset "UTF-8"; /*全局样式*/ html, body, div, iframe, em, img, p, a, strong, b, i, form, label, span, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, applet, object, blockquote, big, cite, code, del, dfn, abbr, acronym, address, pre, time, mark, audio, video, article, aside, canvas, details, embed, figure, figcaption, footer, header, nav, section, menu, button, input, textarea { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; font-weight: normal; list-style: none; outline: none; resize: none; } table, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; font-size: 100%; font: inherit; } a { text-decoration: none; } a:hover { color: #FF9A00; } .f-red { color: red; } table { border-color: #ccc !important; } body, html, button, input { font-family: Arial, helvetica, PingFangSC-Regular, PingFang SC, "微软雅黑"; } input::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #808080; /* 修改字体颜色 */ } .fw { font-weight: bold; } .clr:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .clr { display: block; min-height: 1%; } .clr { clear: both; } .clr:after { content: " "; display: table; clear: both; } .fl { float: left; } .fr { float: right; } .fw { font-weight: bold; } .ta-c { text-align: center; } .ta-r { text-align: right; } .ta-l { text-align: left; } .flex { display: flex; } .column { display: flex; flex-direction: column; } .row { display: flex; flex-direction: row; } .boxsiz { -webkit-box-sizing: border-box; box-sizing: border-box; } /* 两侧对齐 */ .bothSide { justify-content: space-between; } /* 平均分布 */ .avarage { justify-content: space-around; } /* 水平居中 */ .rowCenter { justify-content: center; } /* 垂直居中 */ .verCenter { align-items: center; } .searchFixedTopC { position: fixed !important; z-index: 5; top: -4px; transform: translateX(1112px); } /**公共UI样式**/ body, html { background: #fafafa; font-size: 14px; color: #333; } .w1226 { width: 1226px; margin: 0 auto; } .spinner { display: none !important; } .paginationxk { margin-top: 20px; display: flex; justify-content: flex-end; } .paginationxk li { display: block; background: #FBFBFB; border-radius: 2px; border: 1px solid #E8E8E8; text-align: center; line-height: 25px; color: #616161; position: relative; transition: all 0.5s; border-radius: 1px; font-size: 12px; cursor: pointer; margin-left: 7px; } .paginationxk li.disabled { cursor: not-allowed; } .paginationxk li.break a { line-height: 19px; } .paginationxk li a { color: #616161; display: block; box-sizing: border-box; text-align: center; padding: 0 7px; height: 25px; line-height: 26px; min-width: 25px; min-height: 25px; } .paginationxk li.activexk, .paginationxk li:hover { background: linear-gradient(180deg, #FDFDFD 0%, #E2E2E2 100%); border: 1px solid #A1A1A1; color: #313131; } .ant-pagination { display: flex; justify-content: flex-end; margin-top: 20px !important; padding: 0 35px !important; } .ant-table-row-expand-icon-cell { display: none !important; } .ant-empty-description { margin-top: 30px !important; color: #888 !important; font-size: 14px !important; } .ant-table-cell { color: #313131 !important; font-weight: normal !important; } .ant-table-tbody > tr > td { word-wrap: break-word; word-break: break-all; }