index.wxml 363 B

123456
  1. <picker mode="time" value="{{time}}" start="09:01" end="21:01" bindchange="bindTimeChange">
  2. <view class="picker">
  3. <view style="font-size: {{txtfontsize}}rpx; color:{{txtcolor}};margin: {{txtmargin}};">{{txt}}</view>
  4. <view style="font-size: {{datefontsize}}rpx; color:{{datecolor}};margin: {{datemargin}};">{{time}}</view>
  5. </view>
  6. </picker>