IconPark icon indicating copy to clipboard operation
IconPark copied to clipboard

如果添加svg的图形是白色,能否有一种反白的展示效果或者是底色灰点让白色的图形能展现出来

Open SMWL-0001 opened this issue 3 years ago • 4 comments

如果添加svg的图形是白色,能否有一种反白的展示效果或者是底色灰点让白色的图形能展现出来

SMWL-0001 avatar May 10 '21 11:05 SMWL-0001

你是设计师吗?还是研发

AppleMonkey2019 avatar May 10 '21 11:05 AppleMonkey2019

设计师

SMWL-0001 avatar May 10 '21 11:05 SMWL-0001

@qifengfei 帮忙看看~

AppleMonkey2019 avatar May 10 '21 11:05 AppleMonkey2019

目前我是通过浏览器插件自定义样式的方式,临时让它看起来更明显一些:

.styles_iconList .styles_iconCard {
    margin: 8px;
    position: relative;
    background-image: repeating-linear-gradient(45deg, #e6e6e6 25%, transparent 25%, transparent 75%, #e6e6e6 75%, #e6e6e6), repeating-linear-gradient(45deg, #e6e6e6 25%, #ffffff 25%, #ffffff 75%, #e6e6e6 75%, #e6e6e6);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
}

预览效果图:

image

davinma avatar Jun 29 '22 07:06 davinma