commonlayout.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. body[id*="mainscreen_body"] {
  2. /*width: 1280px;
  3. height: 720px;*/
  4. position: absolute;
  5. width: 100%;
  6. height: 100%;
  7. top: 0px;
  8. bottom: 0px;
  9. left: 0px;
  10. right: 0px;
  11. margin: 0px;
  12. padding: 0px;
  13. background-image: url(/images/shared/backgroundImage.jpg);
  14. background-repeat: no-repeat;
  15. background-size: cover;
  16. font-family: Noto Sans CJK;
  17. user-select: none;
  18. /*border: 1px solid#00bfff;*/
  19. }
  20. body[id*="mainscreen_body"] > header {
  21. height: 7.5%;
  22. width: 100%;
  23. }
  24. .commonheader {
  25. position: relative;
  26. /* width: 1280px;
  27. height: 54px;*/
  28. width: 100%;
  29. height: 100%;
  30. /*border: 1px solid#00bfff;*/
  31. }
  32. div[id^="common_header"] > img[id*="common_header_left"] {
  33. position: absolute;
  34. width: 85.625%;
  35. height: 100%;
  36. top: 0px;
  37. left: 0px;
  38. }
  39. div[id^="common_header"] > img[id*="common_header_right"] {
  40. position: absolute;
  41. top: 0px;
  42. left: 84.753%;
  43. height: 61.111%;
  44. width: 15.247%;
  45. /*left: 1081px;*/
  46. }
  47. div[id^="common_header"] > div[id="common_header_informations"] {
  48. position: absolute;
  49. top: 0px;
  50. width: 85%;
  51. height: 100%;
  52. text-align: left;
  53. color: #f0ffff;
  54. font-size: 2rem;
  55. }
  56. div[id^="common_header"] > span[id*="common_header_left"] {
  57. position: absolute;
  58. top: 20%;
  59. height: 80%;
  60. /*left: 0px;
  61. width: 1096px;*/
  62. /*line-height: 54px;*/
  63. line-height: 100%;
  64. /*text-align: left;
  65. color: #f0ffff;
  66. font-size: 32px;*/
  67. }
  68. div[id^="common_header"] > span[id*="common_header_right"] {
  69. position: absolute;
  70. top: 10%;
  71. /*left: 1081px;
  72. width: 199px;
  73. height: 33px;
  74. line-height: 33px;*/
  75. left: 84.453%;
  76. width: 15.547%;
  77. height: 61.111%;
  78. line-height: 100%;
  79. text-align: center;
  80. color: white;
  81. font-size: 1.563rem;
  82. }
  83. div[id*="main_view"] {
  84. position: relative;
  85. height: 78.611%;
  86. width: 100%;
  87. /*border: 1px solid #00ced1;*/
  88. }
  89. body[id*="mainscreen_body"] > footer {
  90. position: relative;
  91. height: 13.889%;
  92. width: 100%;
  93. }
  94. div[id*="common_footer"] {
  95. position: relative;
  96. height: 100%;
  97. width: 100%;
  98. /*border: 1px solid #00ced1;*/
  99. }
  100. div[id*="common_footer"] > img[id="common_footer_img"] {
  101. position: relative;
  102. /*height: 100px;
  103. width: 1280px;*/
  104. width: 100%;
  105. height: 100%;
  106. }
  107. div[id*="common_footer"] > a[id*="common_footer_"] {
  108. position: absolute;
  109. top: 20%;
  110. height: 68%;
  111. width: 6.094%;
  112. margin-right: 3.516%;
  113. /*border: 1px solid #00ced1;*/
  114. }
  115. div[id*="common_footer"] > a[id*="common_footer_"] > img{
  116. width: 100%;
  117. height: 100%;
  118. /*border: 1px solid #00ced1;*/
  119. }