th {
    text-align: center;
}


#coInfo th .th-inner {
    white-space: normal;  /* 允许表头内容换行 */
}

.bootstrap-table .fixed-table-container .table thead th {
    vertical-align: middle; /* 将垂直对齐方式改为中间 */
    padding: 0;
    margin: 0;
}

.col1 {
    background-color: #ECFFFF;
  }
  
.col2 {
    background-color: #FFFFDF; /* 绿色 */
}

.col3 {
    background-color: #FFF3EE; /* 绿色 */
}