WBData.css 820 B

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