<p>小程序中给标签或者button添加阴影 box-show</p><p>//WXML</p><pre class="brush:xml;toolbar:false">&lt;viewclass=&#39;cont&#39;&gt; &lt;viewclass=&#39;zrf&#39;&gt; 我在这里 &lt;/view&gt; &lt;/view&gt;</pre><p></p><p></p><p></p><p>/*WXSS */</p><pre class="brush:cpp;toolbar:false"> /*视图*/ .cont{ position:relative; width:100%; height:400rpx; line-height:200rpx; text-align:center; background-color:yellow; } /*居中*/ .zrf{ position:relative; top:20rpx; width:200rpx; height:200rpx; display:inline-block; /*颜色自定义---尺度自己调*/ box-shadow:0px2px5px5pxred; }</pre>
返回顶部 留言