提交 08c232cb 编写于 作者: DCloud_iOS_XHY's avatar DCloud_iOS_XHY

background-color 示例添加 16进制 4位和8位值示例

上级 e0ed6116
...@@ -18,6 +18,16 @@ ...@@ -18,6 +18,16 @@
<view class="common" style="background-color: #f00"></view> <view class="common" style="background-color: #f00"></view>
</view> </view>
<view>
<text>background-color: #ff000080</text>
<view class="common" style="background-color: #ff000080"></view>
</view>
<view>
<text>background-color: #f008</text>
<view class="common" style="background-color: #f008"></view>
</view>
<view> <view>
<text>background-color: rgb(255, 0, 0)</text> <text>background-color: rgb(255, 0, 0)</text>
<view class="common" style="background-color: rgb(255, 0, 0)"></view> <view class="common" style="background-color: rgb(255, 0, 0)"></view>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册