RT 使用calc()居中没有效果,求大佬指点!
<br> #d1{<br> width: 100px;<br> height: 100px;<br> position: absolute;<br> background-color: red;<br> left: calc(50%-50px);<br> top: calc(50%-50px);<br> }<br> #d2{<br> width: 400px;<br> height: 400px;<br> background-color: blue;<br> position: relative;<br> }<br>