style.scss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. $moblie: 767px;
  2. $desktop: 1025px;
  3. html, body, div, span, applet, object, iframe,
  4. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  5. a, abbr, acronym, address, big, cite, code,
  6. del, dfn, em, img, ins, kbd, q, s, samp,
  7. small, strike, strong, sub, sup, tt, var,
  8. b, u, i, center,
  9. dl, dt, dd, ol, ul, li,
  10. fieldset, form, label, legend,
  11. table, caption, tbody, tfoot, thead, tr, th, td,
  12. article, aside, canvas, details, embed,
  13. figure, figcaption, footer, header, hgroup,
  14. menu, nav, output, ruby, section, summary,
  15. time, mark, audio, video {
  16. margin: 0;
  17. padding: 0;
  18. // border: 0;
  19. font-size: 100%;
  20. font: inherit;
  21. vertical-align: baseline;
  22. };
  23. p{
  24. line-height: 1.5 !important;
  25. letter-spacing: 0.5px;
  26. }
  27. .table-1{
  28. font-size: 10px;
  29. }
  30. .Analytics-report{
  31. overflow: hidden;
  32. h4{
  33. margin-bottom: 10px;
  34. }
  35. }
  36. .facebook-like{
  37. color:#4267B3;
  38. font-size: 20px;
  39. }
  40. #report-cover{
  41. @media screen and(max-width:$moblie) {
  42. height: 110vh;
  43. }
  44. }
  45. .Analytics-report-page{
  46. // border:1px solid #000;
  47. height: 1123px;
  48. position: relative;
  49. overflow-y: hidden;
  50. @media screen and(max-width:$moblie) {
  51. height: auto;
  52. }
  53. .pagenumber{
  54. position: absolute;
  55. bottom:10px;
  56. right:15px;
  57. p{
  58. font-size: 24px;
  59. }
  60. }
  61. .Orange{
  62. width: 200px;
  63. top:-120px;
  64. left: -50px;
  65. z-index: 30;
  66. }
  67. .Purple{
  68. width: 200px;
  69. top:-70px;
  70. left: -100px;
  71. // z-index: 50;
  72. }
  73. .Orange2{
  74. width: 130px;
  75. top:-80px;
  76. left: -40px;
  77. z-index: 30;
  78. }
  79. .Purple2{
  80. width: 150px;
  81. top:-60px;
  82. left: -100px;
  83. // z-index: 50;
  84. }
  85. }
  86. #myChart{
  87. margin-top: 10px;
  88. margin: 0 auto !important;
  89. width: 350px !important;
  90. height: 250px !important;
  91. }
  92. #myChart2{
  93. margin-top: 10px;
  94. margin: 0 auto !important;
  95. width: 350px !important;
  96. height: 250px !important;
  97. }
  98. #myChart-pie{
  99. // border: 1px solid #000 !important;
  100. margin: 0 auto !important;
  101. width: 300px !important;
  102. height: 300px !important;
  103. }
  104. #myChart-Doughnut1,#myChart-Doughnut2,#myChart-Doughnut3,#myChart-Doughnut4{
  105. margin: 0 auto !important;
  106. width: 100% !important;
  107. height: 200px !important;
  108. @media screen and(max-width:$moblie) {
  109. }
  110. }
  111. .Doughnut-box{
  112. text-align: center;
  113. p{
  114. margin-top: 10px;
  115. }
  116. }
  117. #lineChart{
  118. // border: 1px solid #000 !important;
  119. margin: 0 auto !important;
  120. width: 700px !important;
  121. height: 200px !important;
  122. }
  123. h1{
  124. font-size: calc(1.2rem + 1.5vw);
  125. }
  126. h2{
  127. font-size: 18px;
  128. }
  129. h4{
  130. font-size: calc(1.2rem + .3vw);
  131. }
  132. li{
  133. list-style: disc;
  134. margin-left:20px;
  135. }
  136. @media print {
  137. body {
  138. -webkit-print-color-adjust: exact;
  139. }
  140. @page {
  141. size: A4 portrait !important;
  142. }
  143. }
  144. .Data-h2{
  145. text-align: center;
  146. padding: .5rem;
  147. color:#fff;
  148. background: linear-gradient(20deg, #EA5413, #920783);
  149. }
  150. .Analytics-report-title{
  151. margin-left: auto;
  152. width: 80vw;
  153. margin-top: -40px;
  154. }
  155. .choozmo{
  156. width: 200px;
  157. }
  158. .adv-type{
  159. margin-top: 15px;
  160. p{
  161. font-weight: 900;
  162. }
  163. }
  164. #myChart-bar{
  165. width: 100% !important;
  166. height: 350px !important;
  167. }
  168. #myChart-bar-yt{
  169. width: 100% !important;
  170. height: 350px !important;
  171. }
  172. #bar-fb{
  173. width: 100% !important;
  174. height: 350px !important;
  175. }
  176. #bar-yt{
  177. width: 100% !important;
  178. height: 350px !important;
  179. }
  180. .choozmo-cover{
  181. width: 350px;
  182. @media screen and(max-width:$moblie) {
  183. width: 110px;
  184. }
  185. }
  186. .choozmo-copyrighted{
  187. @media screen and(max-width:$moblie) {
  188. text-align: center;
  189. margin-top: 30px;
  190. }
  191. }
  192. .cover-title{
  193. position: relative;
  194. top:-100px;
  195. width: 28vw;
  196. background: rgba(234,84,19,0.8);
  197. margin-left: 5vh;
  198. padding: 20px;
  199. @media screen and(max-width:$moblie) {
  200. width: 60vw;
  201. margin-left: 10px;
  202. }
  203. h1{
  204. font-size: 28px;
  205. @media screen and(max-width:$moblie) {
  206. font-size: 22px;
  207. }
  208. }
  209. }
  210. .copyrighted{
  211. margin-top: 150px;
  212. @media screen and(max-width:$moblie) {
  213. margin-top: 30px;
  214. }
  215. }
  216. .cover-text{
  217. width: 80vw;
  218. margin: 80px auto;
  219. @media screen and(max-width:$moblie) {
  220. margin: 50px auto;
  221. }
  222. hr{
  223. height: 5px;
  224. width: 25vw;
  225. opacity: 1;
  226. margin:30px 0px ;
  227. }
  228. }