增加提示框样式
This commit is contained in:
@@ -61,3 +61,21 @@
|
|||||||
text-decoration:underline;
|
text-decoration:underline;
|
||||||
cursor:pointer;
|
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;
|
||||||
|
}
|
||||||
BIN
erp_web/images/progressBar_m.gif
Normal file
BIN
erp_web/images/progressBar_m.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
Reference in New Issue
Block a user