no message

This commit is contained in:
A1300399510 2024-12-18 16:29:54 +08:00
parent a53ac62eb6
commit efdcc3077e
2 changed files with 7 additions and 10 deletions

View File

@ -359,16 +359,14 @@
color: #7f7f7f;
}
.hot .list .list-item .item .operate .already .tick-box {
width: 20px;
height: 20px;
width: 28px;
height: 28px;
background-color: #f6f6f6;
border: 1px solid #d7d7d7;
border-radius: 20px;
margin-right: 5px;
}
.hot .list .list-item .item .operate .already .tick-box .img-tick {
width: 10px;
height: 8px;
width: 12px;
}
.hot .indicate {
line-height: 12px;

View File

@ -399,16 +399,15 @@
font-size: 14px;
color: #7f7f7f;
.tick-box {
width: 20px;
height: 20px;
width: 28px;
height: 28px;
background-color: rgba(246, 246, 246, 1);
border: 1px solid rgba(215, 215, 215, 1);
border-radius: 20px;
margin-right: 5px;
// margin-right: 5px;
.img-tick {
width: 10px;
height: 8px;
width: 12px;
}
}
}