m |
m (使用table#partsData。) |
||
Line 8: | Line 8: | ||
margin:5px auto; | margin:5px auto; | ||
} | } | ||
− | #dlutb #article .mainText table{ | + | #dlutb #article .mainText table#partsData{ |
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
Line 15: | Line 15: | ||
background: none; | background: none; | ||
} | } | ||
− | #dlutb #article .mainText table td,#dlutb #article .mainText table th{ | + | #dlutb #article .mainText table#partsData td,#dlutb #article .mainText table#partsData th{ |
border: solid 1px #7f5115; | border: solid 1px #7f5115; | ||
padding: 5px; | padding: 5px; | ||
Line 22: | Line 22: | ||
background: none; | background: none; | ||
} | } | ||
− | #dlutb #article .mainText table thead{ | + | #dlutb #article .mainText table#partsData thead{ |
text-align: center; | text-align: center; | ||
} | } |
Revision as of 02:17, 15 October 2018
- dlutb #article .mainText{
margin-left: 100px; margin-right: 100px; margin-bottom: 20px;
}
- dlutb #article .mainText img{
display: table; margin:5px auto;
}
- dlutb #article .mainText table#partsData{
margin-left: auto; margin-right: auto; border-collapse: collapse; border: solid 2px #7f5115; background: none;
}
- dlutb #article .mainText table#partsData td,#dlutb #article .mainText table#partsData th{
border: solid 1px #7f5115; padding: 5px; color: #7f5115; font-size: 16px; background: none;
}
- dlutb #article .mainText table#partsData thead{
text-align: center;
}