Commit 07225485 authored by 季圣华's avatar 季圣华
Browse files

增加提示框样式

parent 6f733eb0
......@@ -60,4 +60,22 @@
color:blue;
text-decoration:underline;
cursor:pointer;
}
.progressBar {
border: solid 2px #86A5AD;
background: white url('../images/progressBar_m.gif') no-repeat 10px 10px;
display: none;
width: 280px;
height: 50px;
position: fixed;
top: 50%;
left: 50%;
margin-left: -74px;
margin-top: -14px;
padding: 10px 10px 10px 50px;
text-align: left;
line-height: 27px;
font-weight: bold;
position: absolute;
z-index: 9999;
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment