index.css 459 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .user {
  2. width: 500px;
  3. height: 500px;
  4. border: 1px solid #ccc;
  5. margin: 15px;
  6. padding: 15px;
  7. float: left;
  8. }
  9. .msg {
  10. padding: 15px;
  11. }
  12. .title {
  13. padding-bottom: 15px;
  14. }
  15. .room {
  16. width: 310px;
  17. }
  18. .room_title{
  19. text-align: center;
  20. }
  21. .chair_item{
  22. width: 60px;
  23. height: 60px;;
  24. float: left;
  25. text-align: center;
  26. line-height: 60px;
  27. background: #ccc;
  28. border: 1px solid #000;
  29. }
  30. .clear{
  31. clear: both;
  32. }