代码提交

This commit is contained in:
黄少君
2023-11-17 20:55:32 +08:00
parent 35b43ffd97
commit c3e62f8922
73 changed files with 1808 additions and 781 deletions

View File

@ -130,18 +130,19 @@ function toLink(listItem) {
.dot {
z-index: 99;
position: absolute;
background: red;
background: #EE6D46;
color: #fff;
right: 20%;
top: 0;
transform: translateY(-20%);
font-size: 22rpx;
width: 35rpx;
height: 35rpx;
font-size: 18rpx;
width: 38rpx;
height: 38rpx;
text-align: center;
line-height: 35rpx;
line-height: 38rpx;
box-sizing: border-box;
border-radius: 50%;
border: 2rpx solid #ffffff;
}
.icon {