-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpopWindow.css
20 lines (18 loc) · 1.42 KB
/
popWindow.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.pop_window_wrap{position:fixed;z-index:101;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4)}
.pop_window{position:absolute;top:50%;left:50%;width:85%;max-height:80%;margin:-30% 0 0 -42.5%;background:#fff;border-radius:4px}
.pop_window .pop_header{height:41px;line-height:40px;font-size:16px;border-bottom:1px solid #e3e3e3;text-align:center}
.pop_window .pop_btns{height:42px}
.pop_window .pop_title{font-size:16px;text-align:center}
.pop_window .no_btn{float:left;width:50px}
.pop_window .yes_btn{float:right;width:50px;color:#44b336}
.pop_window .pop_content{padding:16px;font-size:14px;line-height:25px}
.pop_window textarea{width:100%;height:80px;border:1px solid #f1f1f1;padding:3px;resize:none}
.pop_window2 .pop_content{padding:20px;text-align:center}
.pop_window2 .no_btn,
.pop_window2 .yes_btn{float:left;width:50%;height:42px;line-height:42px;background:#fff;color:#44b336;text-align:center;border:1px solid #ededed;border-width:1px 1px 0 0;;border-radius:0 0 0 4px}
.pop_window2 .no_btn{float:right;border-right:0;color:#666;border-radius:0 0 4px 0}
.pop_window2 .yes_btn_all{border-radius:0 0 4px 4px;width:100%}
.pop_window2 .no_btn:hover,
.pop_window2 .yes_btn:hover{background:#f5f5f5}
.pop_window2 .pop_title{font-size:17px;line-height:17px;padding-top:24px}
.pop_window .close_btn{position:absolute;top:-12px;right:-12px;width:24px;height:24px;line-height:24px;text-align:center;background:#e00;color:#fff;border-radius:50%}