<div></div> | <view></view |
---|---|
<h1></h1>...<h6></h6> <p></p><span></span> | <text></text> |
<i class="icon"></i> | <icon></icon> |
<input type="text" /> <input type="checkbox" /> <input type="radio" /> <input type="file" /> | <input /> <checkbox /> <radio /> <view bindtap="chooseImage" /> |
<select> <option></option> <option></option> </select> | <picker range="{{area}}"> <view>{{area[index]}}</view> </picker> |
<a href="javascript:;" target="_blank" rel="external nofollow" ></a> | <navigator url="#" redirect></navigator> |
<img src="" /> | <image src="" /> |
wxss选择器 | |
div | view, text, icon, input, image, navigator |
.class | .class |
element1 element2 | element1 element2 |
:after :before | :after :before |
:first-child | :first-child 不建议 工具过滤易导致页面错乱 |