2022-08-18 06:21:44 +00:00
|
|
|
#fadeDiv{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
background-color: #00000050;
|
|
|
|
|
z-index: 1090;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#fadeDiv > div{
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50%;
|
|
|
|
|
top: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
background-color: #ffffff;
|
2022-08-19 05:30:04 +00:00
|
|
|
}
|