fuzheng.css 278 B

123456789101112131415161718192021
  1. @CHARSET "UTF-8";
  2. .head-center {
  3. text-align: center
  4. }
  5. .table {
  6. border-collapse: collapse;
  7. border-left: 1px solid #888;
  8. border-top: 1px solid #888;
  9. width: 100%
  10. }
  11. .td-left {
  12. text-align: right;
  13. width: 22%
  14. }
  15. .td-right {
  16. text-align: left;
  17. width: 78%
  18. }