我有下面的CSS代码,该代码给出+符号,但与设计基本不匹配,因此需要变薄。参见摘要和鳕鱼
.plus {
position:relative;
border: 1px dotted white;
width: 3px;
height: 3px;
background-color: black;
box-sizing: border-box;
transform: scale(11);
}Run Code Online (Sandbox Code Playgroud)
<div class="plus"></div>Run Code Online (Sandbox Code Playgroud)
Any other styling is also fine for me but should look like the snapshot.