请问https://developers.weixin.qq.com/miniprogram/dev/extended/weui/quickstart.html,我看例子中都用了class="page"和class="page__hd",可是我引入了weui.wxss,怎么没有找到.page和.page__hd的样式,我看https://github.com/Tencent/weui-wxss/blob/master/dist/app.wxss这个中有page和page_hd的定义,这是是要自己写吗?WeUI v2.3.0,weui-miniprogram我看用的是WeUI v2.0.1,我都没有找到.page的样式。
nnd ,确实没有。
.page__hd { padding: 40px; } .page__bd { padding-bottom: 40px; } .page__bd_spacing { padding-left: 15px; padding-right: 15px; } .page__ft{ padding-bottom: 10px; text-align: center; } .page__title { text-align: left; font-size: 20px; font-weight: 400; } .page__desc { margin-top: 5px; color: #888888; text-align: left; font-size: 14px; }
我最近也引用了,我主要引用了search-bar 输入框,里面也有page__hd, 这个不用管的,如果需要增加样式增加额外的class即可