modify visit info css style

This commit is contained in:
destan19@126.com 2020-05-24 05:38:10 +08:00
parent a7459e61ef
commit 9b647045a9

View File

@ -7,20 +7,21 @@ table.imagetable {
border-color: #999999;
border-collapse: collapse;
}
<!--
table.imagetable th {
background:#b5cfd2 url('cell-blue.jpg');
border-width: 1px;
padding: 8px;
background:#f5f5f5
border-width: 0px;
padding: 5px;
border-style: solid;
border-color: #999999;
}
table.imagetable td {
background:#dcddc0 url('cell-grey.jpg');
border-width: 1px;
padding: 8px;
background:#ffffffff
border-width: 0px;
padding: 5px;
border-style: solid;
border-color: #999999;
}
}-->
</style>
<script type="text/javascript">//<![CDATA[