shjd.css 403 B

1234567891011121314151617181920212223242526
  1. .Item{
  2. width:100%;
  3. padding:10px;
  4. float:left;
  5. background:#fff;
  6. margin-bottom:10px;
  7. }
  8. .Item:last-child{
  9. margin:0
  10. }
  11. .ItemTitle {
  12. width: 100px;
  13. height: 30px;
  14. color: #008CE5;
  15. line-height: 30px;
  16. text-align: center;
  17. font-weight: 600;
  18. font-size: 16px;
  19. float: left;
  20. }
  21. .ItemList{
  22. float:left;
  23. width:100%;
  24. padding:10px;
  25. line-height: 30px;
  26. }