缓存线盘点

This commit is contained in:
2023-05-22 11:28:32 +08:00
parent c6516a16ff
commit d3d89424a0
3 changed files with 100 additions and 33 deletions

View File

@@ -254,31 +254,53 @@ uni-button{
overflow-y: auto;
}
.material-item {
width: 8.2%;
margin-right: 2%;
position: relative;
z-index: 1;
width: 9.1%;
margin-right: 1%;
margin-bottom: 15px;
padding: 5px;
border-radius: 12px;
padding: 15px 5px 5px 5px;
border-radius: 6px;
}
.material-item:nth-child(10n) {
margin-right: 0;
}
.material-title {
font-size: 16px;
line-height: 35px;
height: 35px;
font-size: 15px;
line-height: 24px;
height: 24px;
text-align: center;
color: #fff;
word-break: break-all;
overflow: hidden;
}
.material-spec {
font-size: 16px;
line-height: 26px;
height: 52px;
font-size: 15px;
line-height: 18px;
height: 36px;
text-align: center;
color: #fff;
word-break: break-all;
margin-top: 5px;
overflow: hidden;
}
.badge__content {
position: absolute;
top: -5px;
left: 0;
z-index: 2;
background-color: #6798ef;
color: #fff;
display: inline-block;
font-size: 12px;
height: 18px;
line-height: 18px;
padding: 0 6px;
text-align: center;
white-space: nowrap;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.icon_unchecked {
color: #fff;
width: 24px;