guideline.wxml 353 B

1234
  1. <!-- 导航列表 -->
  2. <view class="guideline" style="background-color: {{style.background}};">
  3. <view class="line" style="width:{{style.width}}%;height:{{style.height * 2}}rpx;background-color: {{style.color}};margin:{{style.margin.top * 2}}rpx {{style.margin.right * 2}}rpx {{style.margin.bottom * 2}}rpx {{style.margin.left * 2}}rpx;"></view>
  4. </view>