mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-06-10 07:19:15 +08:00
11 lines
262 B
PHP
11 lines
262 B
PHP
div[style*="page-break-after"] {
|
|
background: url(../images/pagebreak.gif) no-repeat center center;
|
|
clear: both;
|
|
width: 100%;
|
|
border-top: #999 1px dotted;
|
|
border-bottom: #999 1px dotted;
|
|
padding: 0;
|
|
height: 7px;
|
|
cursor: default;
|
|
}
|