mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
parent
5f07067efd
commit
02ea9f6a80
@ -68,14 +68,24 @@
|
||||
right: 0;
|
||||
width: @uploader-delete-icon-size;
|
||||
height: @uploader-delete-icon-size;
|
||||
background-color: @uploader-delete-background-color;
|
||||
border-radius: 0 0 0 12px;
|
||||
padding: 0 0 @padding-xs @padding-xs;
|
||||
|
||||
&::after {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: @uploader-delete-icon-size;
|
||||
height: @uploader-delete-icon-size;
|
||||
background-color: @uploader-delete-background-color;
|
||||
border-radius: 0 0 0 @uploader-delete-icon-size - 2px;
|
||||
content: '';
|
||||
}
|
||||
|
||||
&-icon {
|
||||
position: absolute;
|
||||
top: -2px;
|
||||
right: -2px;
|
||||
color: #fff;
|
||||
z-index: 1;
|
||||
color: @uploader-delete-color;
|
||||
font-size: 16px;
|
||||
transform: scale(0.5);
|
||||
|
Loading…
x
Reference in New Issue
Block a user