You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
659 B
31 lines
659 B
6 months ago
|
.borderTable,.borderTable tr th, .borderTable tr td { border-collapse: collapse; border: 1px solid #00FFFF; }
|
||
|
|
||
|
/*#region 标题表格 */
|
||
|
|
||
|
/*#TableTitle, #TableTitle tr th, #TableTitle tr td {
|
||
|
border: 1px solid #0094ff;
|
||
|
border: 1px solid #00FFFF;
|
||
|
border-collapse: collapse;
|
||
|
}*/
|
||
|
|
||
|
#TableTitle {
|
||
|
width: 1900px;
|
||
|
height: 100px;
|
||
|
}
|
||
|
|
||
|
#Title {
|
||
|
width: 1500px;
|
||
|
font-size: 40px;
|
||
|
font-family: 微软雅黑;
|
||
|
text-align: center;
|
||
|
font-weight: 800;
|
||
|
/*background-color:white;*/
|
||
|
color:white;
|
||
|
}
|
||
|
|
||
|
#tdImg, #Img {
|
||
|
background-image:url(../Pic/Logo.png); background-repeat:no-repeat; width:190px; height:100px;
|
||
|
}
|
||
|
|
||
|
/*#endregion */
|