-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiphone.css
More file actions
25 lines (25 loc) · 744 Bytes
/
Copy pathiphone.css
File metadata and controls
25 lines (25 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*{
margin: 0 ; padding: 0 ; list-style: none ;
}
#mask{
width: 100%; height: 100%; background: rgba(0,0,0,0.9); position: absolute;left: 0 ; top: 0; z-index: 2;
}
#box{
width: 400px; height: 80px; position: absolute; left: 50%; top: 50%; margin-left: -200px; margin-top: -40px; z-index: 3;
}
#p{
width: 100%; height: 40px; line-height: 40px; text-align: center;
font-size: 30px; color: red;
}
#jindu{
width: 100%; height: 40px;
}
#scale{
width: 0%; height: 100%; background: red;
}
#bg_pic{
width: 640px; height: 378px; position: absolute; left: 50%; top: 50%; margin-left: -320px; margin-top: -280px; z-index: 1; opacity: 0;cursor: pointer;
}
#bg_pic img{
position: absolute; left: 0 ; top: 0; z-index: 1;
}