界面布局代码笔记,挂在这里,方便以后使用时比较好找<view class="problem"> <view class="content"> <view class="top-title">我们需要了解一下您</view> <view class="h-a-w"> <view class="height"> <label>1.你的身高</label> <input bindblur="getHeight" id="height" type="number" value="{{height}}">{{height}}</input> <text>CM</text> </view> <view class="weight"> <label style="padding-left:11px">你的体重</label> <input bindblur="getWeight" id="weight" type="number" value="{{weight}}">{{weight}}</input> <text>KG</text> </view> <view class="age"> <label style="padding-left:11px">你的年龄</label> <input bindblur="getAge" id="age" type="number" value="{{age}}">{{age}}</input> <text>岁</text> </view> </view> <view class="pick-girl pick">

小程序笔记(关于界面布局)

小程序笔记(关于界面布局)

小程序笔记(关于界面布局)
小程序笔记(关于界面布局)

小程序笔记(关于界面布局)

小程序笔记(关于界面布局)

相关文章:

  • 2021-12-21
  • 2022-02-05
  • 2021-12-09
  • 2021-10-25
  • 2022-12-23
  • 2021-06-22
  • 2021-09-26
猜你喜欢
  • 2021-04-19
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2021-05-12
  • 2021-10-06
相关资源
相似解决方案