common.less 3.89 KB
html {
    -webkit-tap-highlight-color: transparent;
}
body{
    height: 100vh;
}
#app{
    height: 100vh;
}

.icon {
    width: 1.2em;
    height: 1.2em;
    fill: currentColor;
    overflow: hidden;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mt10 {
    margin-top: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mt20 {
    margin-top: 20px;
}

.pad10 {
    padding: 10px;
}

.pad20 {
    padding: 20px;
}

.pl5 {
    padding-left: 5px !important;
}

.pc50 {
    width: 50% !important;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.buttonLeft5 {
    margin-left: 5px;
}

.w100 {
    width: 100%;
}

.w140 {
    width: 140px !important;
}

.w224 {
    width: 224px !important;
}

.ant-table-pagination.ant-pagination {
    margin: 0;
    padding-top: 10px;
}

.search-condition {
    display: flex;
    justify-content: flex-end;
}

.title1 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
}

.title2 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: bold;
}

.text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
}

.Auxiliary {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
}

.invalid {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.25);
}

.tips {
    font-size: 12px;
    color: #E7390E;
}

.openButton,
.closeButton {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 3px;
}

.openButton {
    background-color: #00A854;
}

.closeButton {
    background-color: #F04134;
}

.form {
    padding: 0;
}

.form .ant-form-item-control-wrapper {
    width: calc((100vw - 344px)/4 - 74px - 20px);
}

.form .double_item_wrap .ant-form-item-control-wrapper {
    width: calc((100vw - 344px)/2 - 74px - 20px);
}

.form .triple_item_wrap .ant-form-item-control-wrapper {
    width: calc((100vw - 344px)*3/4 - 74px - 20px);
}

.form .quadruple_item_wrap .ant-form-item-control-wrapper {
    width: calc(100vw - 344px - 74px - 20px);
}

.form .ant-form-item-with-help {
    margin-bottom: 0px;
}

.form .ant-form-item {
    padding-bottom: 10px;
    margin-right: 20px;
}

.form .ant-form-item-label {
    width: 74px;
    text-align: left;
}

.form .submit {
    text-align: right;
}

.form .submit button {
    margin-left: 20px;
}

.form .time .ant-form-item-control-wrapper {
    width: 250px;
}

.form .ant-form {
    overflow: hidden;
}

.form .ant-form .submit {
    float: right;
}

.form .ant-form .submit .ant-form-item-control-wrapper {
    width: auto;
    text-align: right;
}

.ant-spin-container {
    border: #eee solid 1px;
}

.info {
    padding: 20px;
}

.info .ant-descriptions-title {
    border-bottom: 1px dotted #ccc;
    padding: 5px 10px;
}

.info .ant-descriptions-view {
    padding: 10px;
}

/* .mask-spin{
    text-align: center;
    background: rgba(208, 208, 208, 0.4);
    border-radius: 0px;
    margin-bottom: 20px;
    padding: 30px 50px;
    margin: 20px 0;
  }
  .loading {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    background: rgba(208, 208, 208, 0.4);
    padding: 50px;
    z-index: 100;
    border-radius: 50%;
  } */
::selection {
    color: #FFFFFF;
    background: #1890ff;
}

/deep/ input :hover {
    border: 1px solid #1890ff;
}

.ant-advanced-search-form .ant-form-item-control-wrapper {
    flex: 1;
}

.star-red {
    color: #ed4014;
}

.flex-table {
    padding-bottom: 15px;
}

.flex-table .ant-form-inline .ant-form-item {
    display: flex;
}

.flex-table .ant-form-item-control-wrapper {
    flex: 1;
}

.flex-table .ant-form-item-label {
    width: auto;
}