mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/search/components/confirm-modal.wxss

65 lines
1.2 KiB
Plaintext
Raw Normal View History

2026-03-24 11:45:13 +08:00
.confirm-modal.data-v-15527c45 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
z-index: 999;
/* 保证弹窗在最上层 */
}
.modal-mask.data-v-15527c45 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
/* 半透明遮罩 */
}
.modal-content.data-v-15527c45 {
position: relative;
width: 554rpx;
height: 232rpx;
background-color: #fff;
border-radius: 20rpx;
padding: 54rpx 0rpx 0 0;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
}
.modal-title.data-v-15527c45 {
font-weight: 500;
font-size: 32rpx;
color: #333333;
margin-bottom: 40rpx;
}
.modal-buttons.data-v-15527c45 {
display: flex;
width: 100%;
height: 45rpx;
line-height: 45rpx;
justify-content: space-around;
border-top: 2rpx solid #dedede;
}
.button.data-v-15527c45 {
font-size: 32rpx;
color: #999999;
height: 45rpx;
width: 50%;
text-align: center;
line-height: 45rpx;
padding: 23rpx 0;
}
.cancel.data-v-15527c45 {
padding-right: 0.5rpx;
border-right: 2rpx solid #dedede;
}
.delete.data-v-15527c45 {
color: #e8101e;
}