page.css 370 B

123456789101112131415161718192021222324252627
  1. .p_tb {
  2. width: 98%;
  3. margin: 5px;
  4. border-color: #D2DFF0;
  5. background-color: #D2DFF0;
  6. }
  7. .p_tb tbody {
  8. background-color: #fff;
  9. }
  10. .p_tb td {
  11. height: 35px;
  12. }
  13. .p_tb input[type='text']{width:250px;}
  14. .p_tb .td1 {
  15. width: 15%;
  16. text-align: right;
  17. background-color: #F0F4F7;
  18. padding-right: 10px;
  19. }
  20. .p_tb .td2 {
  21. width: 33%;
  22. text-align: left;
  23. padding-left: 5px;
  24. }