Files
2025-09-14 00:21:54 +08:00

23 lines
1.2 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<view class="container">
<showbox title="设置TabBarStyle">
<box>
<view class="_ui-space">
<view class="_ui-input">
<input class="input" type="text" placeholder="默认文字颜色:{{'默认:' + color + '(蓝色)'}}" bindinput="handleColor" />
</view>
<view class="_ui-input">
<input class="input" type="text" placeholder="选中文字颜色:{{'默认:' + selectedColor + '(红色)'}}" bindinput="handleSelectColor" />
</view>
<view class="_ui-input">
<input class="input" type="text" placeholder="背景颜色:{{'默认:' + backgroundColor + '(绿色)'}}" bindinput="handleBackgroundColor" />
</view>
<view class="_ui-input">
<input class="input" type="text" placeholder="tabBar边框颜色{{'仅black(默认)或white'}}" bindinput="handleBorderStyle" />
</view>
<button class="_ui-button" hover-class="_ui-button-hover" bindtap="setTabBarStyle">设置</button>
<button class="_ui-button" hover-class="_ui-button-hover" bindtap="reBack">恢复</button>
</view>
</box>
</showbox>
</view>
<include src="templates.xhsml" />