scene.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. body {
  2. color: black;
  3. background-color: white;
  4. padding: 5px;
  5. font-size: 12px;
  6. line-height: 18px;
  7. font-family: arial;
  8. color: #1E346E;
  9. }
  10. * {
  11. margin: 0;
  12. padding: 0;
  13. border-width: 0;
  14. }
  15. .list {
  16. vertical-align: middle;
  17. width: 360px;
  18. height: 600px;
  19. margin-bottom: 1px;
  20. border: solid 1px #00a0da;
  21. background-color: #F0F5FF;
  22. float:left;
  23. }
  24. .list:hover {
  25. background-color: #d9e7f5;
  26. }
  27. /*----------set vertical align middle----------*/
  28. .list p,.list b {
  29. vertical-align: middle;
  30. display: -moz-inline-stack;
  31. display: inline-block;
  32. zoom: 1; *
  33. display: inline;
  34. }
  35. .list p {
  36. width:300px;
  37. padding-top: 5px;
  38. padding-left: 10px;
  39. padding-right: 10px;
  40. padding-bottom: 5px;
  41. }
  42. /*----------set min-height----------*/
  43. .list b {
  44. width: 1px;
  45. overflow: hidden;
  46. margin-left: -1px;
  47. background-color: #009Cd0;
  48. }
  49. .btn1 {
  50. font-size: 9pt;
  51. color: #003399;
  52. border: 1px #003399 solid;
  53. color: #006699;
  54. border-bottom: #93bee2 1px solid;
  55. border-left: #93bee2 1px solid;
  56. border-right: #93bee2 1px solid;
  57. border-top: #93bee2 1px solid;
  58. background-color: #e8f4ff;
  59. cursor: hand;
  60. font-style: normal;
  61. width: 60px;
  62. height: 22px;
  63. }
  64. .btn2 {
  65. font-size: 9pt;
  66. color: #003399;
  67. border: 1px #003399 solid;
  68. color: #006699;
  69. border-bottom: #93bee2 1px solid;
  70. border-left: #93bee2 1px solid;
  71. border-right: #93bee2 1px solid;
  72. border-top: #93bee2 1px solid;
  73. background-color: #e8f4ff;
  74. font-style: normal;
  75. width: 120px;
  76. height: 22px;
  77. }
  78. .btn3 {
  79. font-size: 9pt;
  80. color: #003399;
  81. border: 1px #003399 solid;
  82. color: #006699;
  83. border-bottom: #93bee2 1px solid;
  84. border-left: #93bee2 1px solid;
  85. border-right: #93bee2 1px solid;
  86. border-top: #93bee2 1px solid;
  87. background-color: #e8f4ff;
  88. font-style: normal;
  89. width: 220px;
  90. height: 22px;
  91. text-align:left;
  92. }
  93. .btn4 {
  94. font-size: 9pt;
  95. color: #003399;
  96. border: 1px #003399 solid;
  97. color: #006699;
  98. border-bottom: #93bee2 1px solid;
  99. border-left: #93bee2 1px solid;
  100. border-right: #93bee2 1px solid;
  101. border-top: #93bee2 1px solid;
  102. background-color: #e8f4ff;
  103. font-style: normal;
  104. width: 180px;
  105. height: 22px;
  106. }
  107. hr{
  108. border:none;
  109. background-color:#00a0da;
  110. color:#00a0da;
  111. height:1px;
  112. width:360px;
  113. }