淘先锋技术网

首页 1 2 3 4 5 6 7
微信小程序标签和html标签对比
<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选择器
divview, text, icon, input, image, navigator
.class.class
element1 element2element1 element2
:after :before:after :before
:first-child:first-child 不建议 工具过滤易导致页面错乱