system-copyright-react/src/route/ProductRelease/product-release.css

47 lines
772 B
CSS
Raw Normal View History

2024-05-31 09:19:30 +08:00
.product-release {
2024-05-28 18:00:42 +08:00
margin-top: 18px;
background-color: rgb(255, 255, 255);
padding: 21px 19px 21px 26px;
box-sizing: border-box;
2024-05-31 09:19:30 +08:00
}
.product-release-table {
width: 100%;
margin-top: 15px;
}
.product-release-table-head {
display: flex;
}
.product-release-table-img {
width: 74px;
height: 74px;
background: #F5F5F5;
margin-left: 20px;
}
.product-release-table table tbody td {
border: 1px solid #E6E6E6;
}
.product-release-table-img-td {}
.nodata {
/* background-color: red; */
display: flex;
align-items: center;
justify-content: center;
}
.product-release-table-name {
font-size: 16px;
color: #1B8BD2;
}
.product-release-table-btn{
cursor: pointer;
}
.product-btn{
margin-left: 20px;
}