zhengshu.css 843 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. @CHARSET "UTF-8";
  2. .dvs {
  3. display: none;
  4. position: absolute;
  5. width: 90%;
  6. height: 90%;
  7. z-index: 100;
  8. }
  9. .dvs img {
  10. display: block;
  11. margin-top: 650px;
  12. width: 100%;
  13. height: 80%;
  14. }
  15. .dvs span img {
  16. display: block;
  17. margin-top: 90%;
  18. margin-left: 30%;
  19. width: 150px;
  20. height: 150px;
  21. }
  22. #overlay {
  23. background: #000;
  24. filter: alpha(opacity = 70); /* IE的透明度 */
  25. opacity: 0.7; /* 透明度 */
  26. position: fixed;
  27. top: 0px;
  28. left: 0px;
  29. width: 100%;
  30. height: 100%;
  31. z-index: 50; /* 此处的图层要大于页面 */
  32. display: none;
  33. }
  34. .head-center {
  35. text-align: center
  36. }
  37. table {
  38. border-collapse: collapse;
  39. border-left: 1px solid #888;
  40. border-top: 1px solid #888;
  41. width: 100%;
  42. }
  43. table th {
  44. text-align: right;
  45. width: 22%
  46. }
  47. table td {
  48. text-align: left;
  49. width: 78%
  50. }