Authored by
张丽霞
消息提醒中的删除按钮位置调整
|
@@ -25,8 +25,9 @@ |
|
@@ -25,8 +25,9 @@ |
25
|
|
25
|
|
26
|
i {
|
26
|
i {
|
27
|
position: absolute;
|
27
|
position: absolute;
|
28
|
- right: 28px;
|
|
|
29
|
- top: 24px;
|
28
|
+ right: 0px;
|
|
|
29
|
+ top: 10px;
|
|
|
30
|
+ padding: 28px;
|
30
|
color: #ccc;
|
31
|
color: #ccc;
|
31
|
}
|
32
|
}
|
32
|
|
33
|
|