long_warn.wxss
640 Bytes
.cover-layer {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 11;
background: rgba(0,0,0,0.4);
width: 100%;
height: 100%;
}
/* 水平垂直 */
.flex-center{
display:flex;
justify-content:center;
align-items:center;
}
.content{
position: fixed; width: 100%; height: 100%;top: 0; left: 0;z-index: 99999999999999999;
}
.con_view{
min-width:180rpx; max-width: 720rpx; width: auto; padding: 40rpx 30rpx; background-color: #000; border-radius:22rpx; text-align: center;
}
.con_view .con_view_img{ height: 120rpx;}
.con_view image{ width: 84rpx; height: 84rpx;}
.msg{
color:#fff; font-size: 32rpx
}