tsg-web/src/views/Home/homePanelsLayoutXL/right/waterConservancyProject/components/pubTable.css

26 lines
567 B
CSS
Raw Normal View History

2024-09-20 15:02:50 +08:00
.pubTable .listItem {
height: 30px;
background: linear-gradient(to right, #eaf4fe, #eaf4fe, #eaf4fe, #eaf4fe, #fff);
border-radius: 10px;
margin-top: 5px;
padding: 0 8px;
font-family: 'Arial Normal', 'Arial', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 13px;
letter-spacing: normal;
color: #333333;
vertical-align: none;
text-align: center;
line-height: normal;
text-transform: none;
}
.pubTable .listItem img {
height: 18px;
width: 18px;
margin-right: 10px;
}
.pubTable .listItem .blueColor {
color: #3749c7;
}