代码提交
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user