.comment-fixed {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
z-index: 100;
}
小程序蒙层样式
最新推荐文章于 2024-07-05 17:38:05 发布
.comment-fixed {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
z-index: 100;
}