logout.css 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /**
  2. * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
  3. * http://cssreset.com
  4. */
  5. html, body, div, span, applet, object, iframe,
  6. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  7. a, abbr, acronym, address, big, cite, code,
  8. del, dfn, em, img, ins, kbd, q, s, samp,
  9. small, strike, strong, sub, sup, tt, var,
  10. b, u, i, center,
  11. dl, dt, dd, ol, ul, li,
  12. fieldset, form, label, legend,
  13. table, caption, tbody, tfoot, thead, tr, th, td,
  14. article, aside, canvas, details, embed,
  15. figure, figcaption, footer, header, hgroup,
  16. menu, nav, output, ruby, section, summary,
  17. time, mark, audio, video {
  18. margin: 0;
  19. padding: 0;
  20. border: 0;
  21. font-size:100%;
  22. font:inherit;
  23. vertical-align: baseline;
  24. }
  25. /* HTML5 display-role reset for older browsers */
  26. article, aside, details, figcaption, figure,
  27. footer, header, hgroup, menu, nav, section {
  28. display: block;
  29. }
  30. body {
  31. line-height: 1;
  32. }
  33. ol, ul {
  34. list-style: none;
  35. }
  36. blockquote, q {
  37. quotes: none;
  38. }
  39. blockquote:before, blockquote:after,
  40. q:before, q:after {
  41. content: '';
  42. content: none;
  43. }
  44. table {
  45. border-collapse: collapse;
  46. border-spacing: 0;
  47. }
  48. .hide_div
  49. {
  50. width:100%;
  51. height:100%;
  52. z-index:102;
  53. position:fixed;
  54. top:0;
  55. left:0;
  56. font-family:SimSun,sans-serif;
  57. font-size:14px;
  58. background-image:url(../images/opacity.png);
  59. }
  60. .hide_div>div>.table_th{width:100%;height:33px;border-bottom:2px solid #284360;background-color:#3b5a80;font-size:12px;color:#ffffff;position:relative;z-index:12;}
  61. .hide_div>div>.table_th p{line-height:33px;display:inline;margin-left:16px;}
  62. .hide_div>div>.table_th img{float:right;}
  63. .button_style
  64. {
  65. width:70px;
  66. height:24px;
  67. color:#FFF;
  68. font-size:12px;
  69. background-color:#487aa8;
  70. line-height:24px;
  71. cursor:pointer;
  72. border:0;
  73. position:absolute;
  74. bottom:10px;
  75. box-shadow:2px 1px 2px 2px #d3d3d3;
  76. }
  77. #quit{width:330px;height:100px;position:absolute;top:20%;left:40%;}
  78. #quit_main{height:104px;background-color:#FFFFFF;border:1px solid #f6f8fb;border-top:1px solid #284360;color:#004da2;text-align:center;position:relative;font-weight:bold;}
  79. #quit_main p{position:absolute;bottom:65px;left:130px;}