chartjs.css 1.2 KB
/* 表单输入框 */

.feed {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.feedStar,
.feedEnd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 15px;
}

.feed h5 {
    width: 75px;
    height: 14px;
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0;
    letter-spacing: 0px;
    color: #404040;
}

.feedEnd h5 {
    padding-left: 30px;
}

.feed img {
    position: absolute;
    top: 0;
}

.x_panel {
    padding: 0;
    /* height: 54px; */
}

.formInpurt {
    margin: 18px 0 0 0;
}


/* 下划线 */

.borSaff {
    border-bottom: 1px solid rgb(215, 215, 215);
    height: 55px;
}


/* 页面标题 */

.borSaff h3 {
    width: 58px;
    height: 14px;
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
    margin: 22px 0 20px 17px;
    /* border-bottom: 1px solid #000;
  padding-bottom: 25px; */
}


/* 点击按钮 */

.clcikBtn {
    text-align: right;
}

.clcikBtn button {
    margin: 11px 3px 9px 0;
}


/* 表格 */

.xTable {
    padding: 28px 23px 0 17px;
}