common.css 1.78 KB
.boxShadow{
  box-shadow: 0px 3px 12px 0px rgba(196, 200, 207, 0.8);
}
.searchFormSocial{
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  width: 100%;
}
.searchFormSocial .el-form-item{
  margin-bottom: 0;
}
.single-report-header{
  margin-bottom: 0 !important;
}
.socialHeader{
  padding-top: 0px;
  margin-right: 10px !important;
}
.contentSocial{
  padding: 0 !important;
  margin: 0 12px;
}
/* 搜索头部 */
.queueManagementContainer .manage-head-wrapper {
    padding: 15px 12px 0px;
}
.searchForm{
    display: inline-block;
}
.search-inp{
    height: 30px;
}
.search-btn {
    background-color: #3bb8ff !important;
    color: #fff !important;
    border: none;
    border-radius: 2px;
    padding: 8px 14px;
    font-size: 13px;
}
.btns{
    float: right;
}
.manage-add-btn {
    background-color: #3bb8ff;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 9px 12px 9px 9px;
    font-size: 13px;
}

.manage-refresh-btn {
    background-color: #3bb8ff;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 9px 12px 9px 12px;
    float: right;
    font-size: 13px;
}

.manage-content {
    padding: 0 12px 18px;
}

/* table */
.manage-content .manage-tab-head th {
    padding-top: 13px;
    padding-bottom: 11px;
}
.manage-content .manage-tab-head th .cell {
    font-size: 14px;
}
/* dialog */
.dialog-btn {
    padding: 10px 21px 9px 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    font-size: 13px;
}
.dialog-confirm-btn {
    border: none;
    background: #0069FF;
    color: #fff;
}
/* pagination */

.manage-pagination-box {
    /* margin-top: 10px; */
    position: fixed;
    right: 25px;
    bottom: 25px;
}

.slot-ele-total {
    margin-right: 10px;
    font-weight: 400;
    color: #606266;
    float: left;
}