.poster-dialog {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: rgba(0,0,0,.35);
justify-content: center;
z-index: 5100;
}
.poster-dialog .content {
width: 650rpx;
background-color: #fff;
border-radius: 8rpx;
}
.poster-dialog .content .header {
height: 40rpx;
}
.poster-dialog,.poster-dialog .content .body {
display: flex;
align-items: center;
}
.poster-dialog .content .body {
padding: 0 50rpx;
box-sizing: border-box;
flex-direction: column;
justify-content: space-around;
}
.poster-dialog .content .body .img {
width: 80%;
}
.poster-dialog .content .body .tip {
font-size: 25rpx;
color: #f60;
margin: 16rpx 0;
}
.poster-dialog .content .footer {
text-align: center;
height: 120rpx;
border-top: 1rpx solid #e9e9e9;
box-sizing: border-box;
display: flex;
}
.poster-dialog .content .footer .btn {
height: 100%;
font-size: 34rpx;
color: gray;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
.poster-dialog .content .footer .divider {
border-right: 1rpx solid #e9e9e9;
}
本文发布于:2024-02-01 01:30:58,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170672225932865.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |