123456789101112131415161718192021 |
- @CHARSET "UTF-8";
- .head-center {
- text-align: center
- }
- .table {
- border-collapse: collapse;
- border-left: 1px solid #888;
- border-top: 1px solid #888;
- width: 100%
- }
- .td-left {
- text-align: right;
- width: 22%
- }
- .td-right {
- text-align: left;
- width: 78%
- }
|