增加提示框样式

This commit is contained in:
季圣华 2020-12-23 00:35:22 +08:00
parent 6f733eb0a0
commit 072254856e
2 changed files with 18 additions and 0 deletions

View File

@ -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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB