testing-rule.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. .body-container{
  2. padding-top: 0px!important;
  3. }
  4. body{
  5. overflow: hidden;
  6. }
  7. .testing-topic-container-cover{
  8. position: fixed;
  9. background: #F0F0F0;
  10. width: 100%;
  11. height: calc(100%);
  12. z-index: 998;
  13. top: 0px;
  14. left: 0px;
  15. right: 0px;
  16. bottom: 0px;
  17. overflow: auto;
  18. }
  19. .testing-rule .learning-main-header{
  20. display: block;
  21. }
  22. .testing-rule-top{
  23. width: 100%;
  24. height: 250px;
  25. background: #F0F0F0;
  26. }
  27. .testing-rule-button-container{
  28. margin-top: 100px;
  29. }
  30. .testing-rule-container-center{
  31. width: 100%;
  32. height: 100%;
  33. display: flex;
  34. }
  35. .testing-rule-container-center-cover{
  36. margin: auto;
  37. text-align: center;
  38. padding: 15px;
  39. }
  40. .testing-rule-title{
  41. font-family: opensansregular;
  42. font-size: 28px;
  43. color: #231F20;
  44. }
  45. .testing-rule-title-small{
  46. font-family: opensanslight;
  47. font-size: 18px;
  48. color: #5D5D5D;
  49. }
  50. .testing-rule-list{
  51. display: inline-block;
  52. padding: 0px;
  53. list-style-type: none;
  54. margin: 20px 0px 0px;
  55. }
  56. .testing-rule-item-img-cover{
  57. }
  58. .testing-rule-list .item-percent-pass .testing-rule-item-img{
  59. width: 50px;
  60. height: 50px;
  61. background: url(../imgs/learning-icon-bg.svg) 0 -2150px;
  62. display: inline-block;
  63. margin-bottom: 10px;
  64. }
  65. .testing-rule-list .item-percent-pass .testing-rule-item-img span{
  66. font-size: 14px;
  67. font-family: opensanslight;
  68. line-height: 17px;
  69. display: inline-block;
  70. max-width: 60px;
  71. margin-top: -7px;
  72. }
  73. .testing-rule-list .item-15-second .testing-rule-item-img{
  74. width: 45px;
  75. height: 56px;
  76. background: url(../imgs/learning-icon-bg.svg) 0 -2265px;
  77. display: inline-block;
  78. margin-bottom: 10px;
  79. }
  80. .testing-rule-list .item-fail .testing-rule-item-img{
  81. width: 45px;
  82. height: 56px;
  83. background: url(../imgs/learning-icon-bg.svg) 0 -2205px;
  84. display: inline-block;
  85. margin-bottom: 10px;
  86. }
  87. .testing-rule-list .item-me .testing-rule-item-img{
  88. width: 45px;
  89. height: 45px;
  90. background: url(../imgs/learning-icon-bg.svg) 0 -2325px;
  91. display: inline-block;
  92. margin-bottom: 10px;
  93. }
  94. .testing-rule-list .item-me .testing-rule-item-img span{
  95. width: 61px;
  96. height: 61px;
  97. background: url('../imgs/learning-icon-bg.svg') -0px -695px;
  98. display: inline-block;
  99. margin: auto;
  100. }
  101. .research-me-more{
  102. font-size: 14px;
  103. color: #4c87ed;
  104. }
  105. .research-me-more:hover{
  106. text-decoration: none;
  107. color: #4c87ed;
  108. }
  109. .research-me-more:focus{
  110. text-decoration: none;
  111. color: #4c87ed;
  112. outline: none;
  113. }
  114. .testing-rule-list li{
  115. float: left;
  116. max-width: 180px;
  117. margin: 0px 20px;
  118. min-height: 230px;
  119. background: #fff;
  120. border-radius: 10px;
  121. padding: 25px 15px;
  122. box-shadow: 0px 0px 10px 0px #ddd;
  123. }
  124. .testing-rule-content{
  125. text-align: center;
  126. margin-top: -68px;
  127. }
  128. .testing-rule-item-title{
  129. font-family: opensansbold;
  130. font-size: 25px;
  131. min-height: 55px;
  132. margin: 0px;
  133. }
  134. .testing-rule-list .item-percent-pass .testing-rule-item-title{
  135. color: #d80f0a;
  136. }
  137. .testing-rule-list .item-15-second .testing-rule-item-title{
  138. color: #ffc715;
  139. }
  140. .testing-rule-list .item-fail .testing-rule-item-title{
  141. color: #c40000;
  142. }
  143. .testing-rule-list .item-me .testing-rule-item-title{
  144. color: #ffc715;
  145. }
  146. .testing-rule-list .item-percent-pass .testing-rule-item-title .small-title{
  147. font-size: 14px;
  148. font-family: opensanssemibold;
  149. display: block;
  150. }
  151. .testing-rule-item-detail{
  152. font-family: opensanslight;
  153. font-size: 13px;
  154. line-height: 20px;
  155. color: #231f20;
  156. text-align: justify;
  157. text-align-last: center;
  158. }
  159. .testing-rule-button-title{
  160. font-size: 15px;
  161. color: #5D5D5D;
  162. text-align: center;
  163. font-family: opensanslight;
  164. }
  165. .testing-rule-button-cover{
  166. text-align: center;
  167. padding-bottom: 50px;
  168. }
  169. .testing-rule-button-container .testing-rule-button{
  170. display: inline-block;
  171. min-width: 150px;
  172. height: 48px;
  173. line-height: 48px;
  174. text-align: center;
  175. text-decoration: none;
  176. font-family: opensanssemibold;
  177. font-size: 13px;
  178. color: #ffffff;
  179. background: var(--color-main-red);
  180. border-radius: 30px;
  181. margin: 5px;
  182. }
  183. .testing-rule-button-container .testing-rule-button.btn-ready{
  184. background: var(--color-main-orange);
  185. }