刚学uinapp
刚学uinapp
  • 发布:2021-11-28 10:38
  • 更新:2021-11-28 10:38
  • 阅读:311

我得 h5页面 组件都不能用小程序可以生效 列如 hover-class "tabBar":{"position":"top",}

分类:uni-app

<view class="box2" hover-class="box2-active" hover-stop-propagation="">
<view class="box" hover-class="box-active" hover-stop-propagation="">我是一个大盒子</view>
<style>
.box{
width:200px;
height:200px;
background:#333333;
}
.box-active{
background:#DD524D;
}
.box2{
width:300px;
height:300px;
background:#4CD964;
}
.box2-active{
background:#007AFF;
}

2
"tabBar":{
"color":"#3F536E",
"selectedColor":"#4CD964",
"backgroundColor":"#2C405A",
"borderStyle":"white",
"position":"top",

2021-11-28 10:38 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复