tk2312-web/src/uapbd/public/pubComponent/titleComponent/index.less

17 lines
349 B
Plaintext
Raw Normal View History

2025-08-08 14:11:57 +08:00
.nc-bill-header-area{
.statusDiv_nobuild, .statusDiv_build{
width: 60px;
height: 30px;
line-height: 30px;
margin: 0 10px;
text-align: center;
}
.statusDiv_nobuild{
background-color: rgba(255, 153, 153, 1);
color: #FF0000
}
.statusDiv_build{
background-color: rgba(51, 204, 255, 1);
color: #0099FF;
}
}