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);
|
2025-04-11 16:20:46 +08:00
|
|
|
padding: 0px 19px 0px 19px;
|
2024-05-28 18:00:42 +08:00
|
|
|
box-sizing: border-box;
|
2025-04-11 16:20:46 +08:00
|
|
|
/* background: skyblue; */
|
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 {
|
2025-04-11 16:20:46 +08:00
|
|
|
/* width: 74px;
|
2024-05-31 09:19:30 +08:00
|
|
|
height: 74px;
|
|
|
|
background: #F5F5F5;
|
2025-04-11 16:20:46 +08:00
|
|
|
margin-left: 20px; */
|
2024-05-31 09:19:30 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
2025-04-11 16:20:46 +08:00
|
|
|
.product-release-table-name-td {
|
|
|
|
max-width: 130px;
|
2024-05-31 09:19:30 +08:00
|
|
|
font-size: 16px;
|
|
|
|
color: #1B8BD2;
|
2025-04-11 16:20:46 +08:00
|
|
|
text-align: center;
|
|
|
|
|
2024-05-31 09:19:30 +08:00
|
|
|
}
|
2025-04-11 16:20:46 +08:00
|
|
|
/* .product-release-table-name {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #1B8BD2;
|
|
|
|
text-align: center ;
|
|
|
|
|
|
|
|
background-color: red;
|
|
|
|
} */
|
2024-06-11 17:45:40 +08:00
|
|
|
|
|
|
|
.product-release-table-btn {
|
2024-05-31 09:19:30 +08:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2024-06-11 17:45:40 +08:00
|
|
|
|
|
|
|
.product-btn {
|
2024-05-31 09:19:30 +08:00
|
|
|
margin-left: 20px;
|
|
|
|
}
|
2024-06-11 17:45:40 +08:00
|
|
|
|
|
|
|
.product-release-pagination {
|
|
|
|
height: 50px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: end;
|
|
|
|
align-items: center;
|
|
|
|
/* position: fixed;
|
|
|
|
bottom: 30px;
|
|
|
|
right: 30px;
|
|
|
|
width:calc(100vw - 280px); */
|
|
|
|
background: rgb(255, 255, 255);
|
2025-04-11 16:20:46 +08:00
|
|
|
/* background: pink; */
|
2024-06-11 17:45:40 +08:00
|
|
|
z-index: 2;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
thead {
|
|
|
|
position: sticky;
|
|
|
|
top: 0;
|
|
|
|
background: #F7F7F7;
|
|
|
|
z-index: 1;
|
|
|
|
}
|