2024-07-27 15:10:51 +08:00

92 lines
1.5 KiB
Plaintext

/* e:\project\dy_video_all\初晴剧场\components\myModal\myModal.ttss */
._m_modal_html {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 99999;
}
._m_m_mask {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
/* display: flex;
justify-content: center;
align-items: center; */
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
}
._m_m_m_content {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
padding: 0 72rpx;
transform: translate(-50%, -50%);
}
._m_m_m_co_warp {
width: 100%;
padding: 40rpx 52rpx;
background-color: #272A30;
border-radius: 16rpx;
}
._m_m_m_c_header {
display: flex;
justify-content: center;
width: 100%;
margin-bottom: 40rpx;
}
._m_m_m_c_h_tips {
line-height: 1.5;
}
._m_m_m_c_h_ti_text {
font-size: 28rpx;
color: #fff;
}
._m_m_m_c_foo_cancel {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 68rpx;
background-color: #5BBE04;
border-radius: 12rpx;
}
._m_m_m_c_foo_can_text {
font-size: 24rpx;
color: #fff;
line-height: 1;
}
._m_m_m_c_foo_confirm {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 68rpx;
background-color: rgba(255, 255, 255, 0.1);
border-radius: 12rpx;
margin-top: 24rpx;
}
._m_m_m_c_foo_confirm_text {
font-size: 24rpx;
color: #fff;
line-height: 1;
}