收藏
回答

cover-view的transform

框架类型 问题类型 API/组件名称 终端类型 操作系统 微信版本 基础库版本
小程序 Bug cover-view 客户端 6.6.67 1.9.94

在模拟器上对 cover-view 用 css3的旋转属性 transform:rotate(90deg); 在模拟器上好用,真机不起作用

<live-pusher

id="rtcpusher">

<cover-view class='xz'>

我要旋转

</cover-view>

</live-pusher>


.xz{

   position: absolute;

   height: 55rpx;

   line-height: 55rpx;

   padding-left: 20rpx;

   padding-right: 20rpx;

   margin: auto;

   bottom: 0;

   left: 0;

   right: 0;

   color: white;

   overflow:hidden;

   text-overflow:ellipsis;

   font-size:0.8rem;

   transform:rotate(90deg);

}


回答关注问题邀请回答
收藏
登录 后发表内容