有个组件在开发者工具显示模糊,真机不会

发布于 7 年前作者 heyong10574 次浏览最后编辑 7 年前来自 ask

背后的内容就不会

下面是这个框的样式

.dish_detail_modal{

border-radius: 5px;

background-color: #ffffff;

overflow: hidden;

position: fixed;

top: 50%;

left: 50%;

-webkit-transform: translate(-50%,-50%);

        transform: translate(-50%,-50%);

width: 659rpx;

z-index: 9;

}

0 回复
暂无回复