WXSS 内联样式

2018-10-29  本文已影响0人  CPU_Easy
<!-- file.wxml -->
<view style='width:500rpx;height:30px;background-color:{{colorValue}};'>
  This is content.
</view>
//file.js
Page({

  /**
   * 页面的初始数据
   */
  data: {
    colorValue: 'red'
  }
})

运行结果:


输入图片说明
上一篇 下一篇

猜你喜欢

热点阅读