base_common_hd.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. /**
  2. * 公用css
  3. * @time 20190731
  4. * @name test
  5. */
  6. body {
  7. margin: 0;
  8. padding: 0;
  9. background: transparent no-repeat;
  10. width: 1280px;
  11. height: 720px;
  12. color: #000000;
  13. overflow: hidden;
  14. font-family: SimHei;
  15. }
  16. img {
  17. border:0;
  18. }
  19. #myDefaultLink {
  20. display: inline-block;
  21. width: 1px;
  22. height: 1px;
  23. overflow: hidden;
  24. }
  25. .btn_focus_yellow {
  26. border: solid 4px yellow !important;
  27. outline: 0;
  28. border-radius: 5px;
  29. z-index: 200;
  30. -webkit-box-shadow: 0 0 10px yellow;
  31. box-shadow: 0 0 10px yellow;
  32. }
  33. div#default_tip_css {
  34. position: absolute;
  35. left: 340px;
  36. top: 325px;
  37. width: 600px;
  38. height: 70px;
  39. line-height: 70px;
  40. /*background: rgba(0, 0, 0, 0.71);*/
  41. /*background-color: #000000;
  42. opacity: 0.2;*/
  43. background-color: #6b6262;
  44. border-radius: 10px;
  45. text-align: center;
  46. font-size: 36px;
  47. color: yellow;
  48. border: solid 2px yellow;
  49. margin: auto;
  50. z-index: 333;
  51. visibility: hidden;
  52. }
  53. div#default_ykq_tip_css {
  54. position: absolute;
  55. left: 90px;
  56. top: 460px;
  57. width: 400px;
  58. height: 140px;
  59. line-height: 140px;
  60. background: rgba(0, 0, 0, 0.71);
  61. border-radius: 10px;
  62. text-align: center;
  63. font-size: 80px;
  64. color: yellow;
  65. border: solid 2px yellow;
  66. margin: auto;
  67. z-index: 333;
  68. visibility: hidden;
  69. }
  70. #wrapper {
  71. position: absolute;
  72. left: 0;
  73. top: 0;
  74. width: 1280px;
  75. height: 720px;
  76. overflow-x: hidden;
  77. overflow-y: hidden;
  78. }
  79. #wrapper .last_element {
  80. padding-bottom: 40px;
  81. box-sizing: content-box;
  82. }