WBData.css 781 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /*test*/
  2. *{
  3. margin: 0;
  4. padding: 0;
  5. }
  6. ul{
  7. list-style: none;
  8. }
  9. .a1 {
  10. width: 500px;
  11. border: 1px solid #000;
  12. background: #ccc;
  13. float: left;
  14. }
  15. .a2 {
  16. text-align: center;
  17. background: #ffffff;
  18. margin: 2px;
  19. background: #ffb5b5;
  20. }
  21. .a3 {
  22. text-align: center;
  23. background: #ffffff;
  24. margin: 2px;
  25. }
  26. .a4{
  27. height: 20.5px;
  28. margin: 1px;
  29. }
  30. .a4 > div {
  31. float: left;
  32. width: 24.6%;
  33. text-align: center;
  34. margin: 1px;
  35. background: #ffff;
  36. }
  37. #der{
  38. width: 180000px;
  39. }
  40. .tim{
  41. float: left;
  42. background: #ccc;
  43. margin: 0px;
  44. }
  45. .tim>div{
  46. text-align: center;
  47. border: 1px solid #ccc;
  48. margin: 0px;
  49. height: 20px;
  50. line-height: 21px;
  51. background: #ffffff;
  52. }
  53. .tim1{
  54. }
  55. .tim2{
  56. }
  57. .tim3{
  58. }