conn-statistics.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. .menu {
  2. max-width: 1200px;
  3. width: 100%;
  4. margin: 1.5rem auto 0 auto;
  5. display: flex;
  6. -webkit-box-pack: center;
  7. justify-content: center;
  8. }
  9. .menu > div {
  10. width: 100px;
  11. word-break: keep-all;
  12. text-align: center;
  13. line-height: 1.1;
  14. font-weight: bold;
  15. font-size: 18px;
  16. }
  17. .menu > div:not(:first-child) {
  18. margin-left: 30px;
  19. }
  20. .menu > div.active {
  21. color: rgb(51, 102, 171);
  22. }
  23. .menu > div:hover{
  24. color: rgb(51, 102, 171);
  25. cursor: pointer;
  26. }
  27. .mobile-menu {
  28. display: none;
  29. padding: 0.6rem 1rem;
  30. border-top: 1px solid rgb(230, 230, 230);
  31. justify-content: space-around;
  32. width: 100%;
  33. height: 80px;
  34. }
  35. .mobile-menu > div > div {
  36. filter: grayscale(1);
  37. background-size: 35px 35px;
  38. width: 100%;
  39. height: 35px;
  40. background-position: center;
  41. background-repeat: no-repeat;
  42. }
  43. .mobile-menu > div {
  44. font-weight: bold;
  45. padding-top : 5px;
  46. font-size: 11px;
  47. }
  48. .mobile-menu > div.active > div {
  49. filter: grayscale(0);
  50. }
  51. .mobile-menu > div.active {
  52. color: rgb(51, 102, 171);
  53. }
  54. .mobile-menu > div:nth-child(1) > div {
  55. background-image: url("/images/icon/menu_icon5-2.png");
  56. }
  57. .mobile-menu > div:nth-child(2) > div {
  58. background-image: url("/images/icon/way.png");
  59. }
  60. .statWrap {
  61. width: 100%;
  62. height: calc(100% - 199.8px);
  63. display: flex;
  64. justify-content: center;
  65. overflow: auto;
  66. }
  67. .statWrap .admin-header {
  68. width: 200px;
  69. height: 50px;
  70. margin: 24px auto;
  71. color: white;
  72. text-align: center;
  73. font: bold 18px / 40px NanumGothic;
  74. background: url('/images/background/bg_title.png') 0px 0px / contain no-repeat transparent;
  75. }
  76. .statWrap .container {
  77. max-width: 1200px;
  78. width: 95%;
  79. position: relative;
  80. display: flex;
  81. flex-direction: column;
  82. min-height: 700px;
  83. }
  84. .statWrap .header {
  85. padding: 2rem 0;
  86. margin-bottom: 0;
  87. color: rgb(51, 102, 171);
  88. text-align: center;
  89. border-bottom: 1px solid rgb(33, 84, 153);
  90. font-size: 2rem;
  91. }
  92. .statWrap .content {
  93. margin: 24px 0px;
  94. padding: 30px 60px;
  95. transition: all 0.3s ease 0s;
  96. box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
  97. height: calc(100% - 101px);
  98. }
  99. .statWrap .admin-content {
  100. width: 100%;
  101. height: calc(100% - 150px);
  102. min-height: 500px;
  103. padding: 30px 60px;
  104. transition: all 0.3s ease 0s;
  105. background-color: rgb(255, 255, 255);
  106. box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
  107. }
  108. .statWrap .admin-content .title {
  109. display: flex;
  110. justify-content: right;
  111. align-items: center;
  112. gap: 10px;
  113. }
  114. .title input {
  115. color: rgb(58, 57, 57);
  116. font-size: 17px;
  117. line-height: 25px;
  118. width: 250px;
  119. text-align: center;
  120. height: 40px;
  121. padding: 8px 16px;
  122. border: 1px solid rgb(204, 234, 234);
  123. box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
  124. background: 0px 0px no-repeat rgb(255, 255, 255);
  125. }
  126. .title .button {
  127. display: inline-block;
  128. width: 100px;
  129. height: 40px;
  130. color: rgb(255, 255, 255);
  131. border: 0px;
  132. border-radius: 10px;
  133. box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px;
  134. background-color: rgb(51, 102, 171);
  135. text-align: center;
  136. line-height: 40px;
  137. }
  138. .title .button:hover {
  139. cursor: pointer;
  140. filter: brightness(1.1);
  141. }
  142. .chart-box {
  143. width: 100%;
  144. height: calc(100% - 302px);
  145. }
  146. .chart-box #chart {
  147. width: 100%;
  148. height: 100%;
  149. }
  150. .list {
  151. width: 100%;
  152. height: 262px;
  153. }
  154. .list > div:nth-child(1) {
  155. width: 100%;
  156. height: 40px;
  157. border-bottom: 2px solid rgba(102, 102, 102, 0.3);
  158. color: rgb(51, 102, 171);
  159. display: flex;
  160. justify-content: space-around;
  161. align-items: center;
  162. font-weight: bold;
  163. }
  164. .list > div:nth-child(2) {
  165. width: 100%;
  166. height: calc(100% - 40px);
  167. overflow: auto;
  168. }
  169. .list > div:nth-child(2) > div {
  170. display: flex;
  171. align-items: center;
  172. }
  173. .list > div:nth-child(1) > div,
  174. .list > div:nth-child(2) > div > div {
  175. width: 50%;
  176. padding: 10px;
  177. text-align: center;
  178. }
  179. .list > div:nth-child(2) > div > div {
  180. color: #a1a1a1;
  181. font-weight: bold;
  182. }
  183. /*
  184. */
  185. @media (max-width: 920px) {
  186. .statWrap {
  187. height: calc(100% - 200.19px);
  188. }
  189. }
  190. @media (max-height: 765px) {
  191. .statWrap {
  192. height: calc(100% - 200.19px);
  193. }
  194. }
  195. @media (max-width: 720px) {
  196. .statWrap {
  197. height: calc(100% - 205.19px);
  198. }
  199. }
  200. @media (max-width: 547px) {
  201. .statWrap {
  202. height: calc(100% - 216.19px);
  203. }
  204. }
  205. @media (max-width: 420px) {
  206. .mobile-menu {
  207. display: flex;
  208. }
  209. .menu {
  210. display: none;
  211. }
  212. .statWrap {
  213. height: calc(100% - 149.19px);
  214. padding: 5px 0;
  215. }
  216. .statWrap .header {
  217. font-size: 1.2rem;
  218. padding: 1rem 0;
  219. }
  220. .statWrap .container {
  221. min-height: 0;
  222. }
  223. .statWrap .container.view {
  224. min-height: 450px;
  225. }
  226. .statWrap h2 {
  227. font-size: 14px;
  228. }
  229. .statWrap .content a {
  230. padding: 10px;
  231. font-size: 13px;
  232. }
  233. .statWrap .content a > div:nth-child(1) {
  234. overflow: hidden;
  235. text-overflow: ellipsis;
  236. white-space: nowrap;
  237. width: calc(100% - 135px);
  238. }
  239. .item-right{
  240. width : 122px;
  241. font-size: 12px;
  242. }
  243. .item-right > div:nth-child(2) {
  244. display: none;
  245. }
  246. .statWrap .content.view {
  247. padding: 0px 20px;
  248. }
  249. }