

.alertMsgTitle{
    font-size: 18px;
    font-weight: bold;
}


.alertMsgContent{
    font-size: 16px;
}


.alertMsgContentRed{
    font-weight: bold;
    color: red;
}





.aClass{
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}


.theadThCenter tr th{
    text-align: center;
    vertical-align: middle !important;/*!important用来提高当前设置的优先级*/
}


/* 20230427引入了ruoyi框架的首页模板，原所有业务页面的 左侧菜单栏和顶部功能栏，去掉占位样式。 */
.main-content{
    padding-top: 0px !important;
    margin-left:0px !important;
}






.mallType_points_trColor td{
    background-color: #ffecbf !important;
}




.table_singleTr{
    table-layout:fixed;/* 只有定义了表格的布局算法为fixed，下面td的定义才能起作用。 */
}
.table_singleTr td{
    word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用*/
}
