标签:没有 div 使用 有关 css样式 bsp 优先 关系 view
<view class="box1 box2"></view>
<div class="box1 box2"></div>
跟你的css定义有关系:
.box2{ margin:10px; } .box1{ margin:5px; }
小程序css样式不生效
原文地址:https://www.cnblogs.com/momen/p/9258991.html