certificateDetail.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. .project {
  2. height: 70px;
  3. line-height: 70px;
  4. background: #1AA1E6;
  5. font-size: 24px;
  6. color: #FFFFFF;
  7. font-weight: bold;
  8. }
  9. .project-content {
  10. margin: 30px 0;
  11. justify-content: center;
  12. align-items: stretch;
  13. }
  14. /* 考试 */
  15. .test-box {
  16. width: 890px;
  17. /* min-height: 812px; */
  18. background: #FFFFFF;
  19. border-radius: 0px 0px 0px 0px;
  20. opacity: 1;
  21. border: 3px solid #FFFFFF;
  22. position: relative;
  23. padding: 30px;
  24. box-sizing: border-box;
  25. }
  26. .test-title {
  27. font-size: 18px;
  28. font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  29. font-weight: bold;
  30. color: #1AA1E6;
  31. line-height: 36px;
  32. text-align: center;
  33. }
  34. .table {
  35. font-size: 16px;
  36. align-items: flex-start;
  37. margin-top: 30px;
  38. }
  39. .border {
  40. border: 1px solid #DEDEDE;
  41. }
  42. .border-left {
  43. border-left: 1px solid #DEDEDE;
  44. }
  45. .border-left-none {
  46. border-left: none;
  47. }
  48. .border-right {
  49. border-right: 1px solid #DEDEDE;
  50. }
  51. .border-right-none {
  52. border-right: none;
  53. }
  54. .border-bottom {
  55. border-bottom: 1px solid #DEDEDE;
  56. }
  57. .border-bottom-none {
  58. border-bottom: none;
  59. }
  60. .border-top {
  61. border-top: 1px solid #DEDEDE;
  62. }
  63. .border-top-none {
  64. border-top: none;
  65. }
  66. .padding-left {
  67. padding-left: 10px
  68. }
  69. .height56 {
  70. height: 56px;
  71. box-sizing: border-box;
  72. }
  73. .width140 {
  74. width: 140px;
  75. box-sizing: border-box;
  76. }
  77. .width200 {
  78. width: 200px;
  79. box-sizing: border-box;
  80. }
  81. .text-center {
  82. text-align: center;
  83. }
  84. .ddflex-jc {
  85. display: flex;
  86. align-items: center;
  87. justify-content: center;
  88. }
  89. .bg-color {
  90. background: #F5F5F5;
  91. }
  92. .test-info {
  93. width: 280px;
  94. flex-direction: column;
  95. margin-left: 30px;
  96. }
  97. /* 考试信息 */
  98. .test-people {
  99. width: 100%;
  100. background-color: #FFFFFF;
  101. padding: 12px 11px;
  102. box-sizing: border-box;
  103. }
  104. .test-people image {
  105. width: 80px;
  106. height: 89px;
  107. margin-right: 19px;
  108. }
  109. .test-people-info {
  110. flex-direction: column;
  111. justify-content: space-between;
  112. font-size: 14px;
  113. flex: 1;
  114. align-items: flex-start;
  115. }
  116. .test-people-label {
  117. color: #999999;
  118. line-height: 36px;
  119. margin-right: 8px;
  120. }
  121. /* 考试公告 */
  122. .note-box {
  123. width: 100%;
  124. background-color: #FFFFFF;
  125. padding: 20px;
  126. box-sizing: border-box;
  127. margin-top: 20px;
  128. }
  129. .note-title {
  130. margin-bottom: 18px;
  131. font-size: 16px;
  132. }
  133. .note-title-icon {
  134. width: 18px;
  135. height: 18px;
  136. margin-right: 10px;
  137. }
  138. .note-item {
  139. justify-content: space-between;
  140. font-size: 12px;
  141. font-weight: 400;
  142. line-height: 30px;
  143. font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  144. cursor: pointer;
  145. }
  146. .note-item-content {
  147. color: #666666;
  148. flex: 1;
  149. overflow: hidden;
  150. text-overflow: ellipsis;
  151. white-space: nowrap;
  152. margin-right: 10px;
  153. }
  154. .note-item-content:hover {
  155. text-decoration: underline #666666;
  156. }
  157. .note-item-date {
  158. color: #999999;
  159. }
  160. /* 移动端 */
  161. .m-project {
  162. height: 80rpx;
  163. line-height: 80rpx;
  164. background: #1AA1E6;
  165. font-size: 36rpx;
  166. text-align: center;
  167. color: #FFFFFF;
  168. font-weight: bold;
  169. }
  170. .m-padding-left{
  171. padding-left: 30rpx;
  172. }
  173. .m-height56{
  174. height: 100rpx;
  175. }
  176. .m-text-center{
  177. text-align: center;
  178. }
  179. .m-width150{
  180. width: 150rpx;
  181. }
  182. .m-width200{
  183. width: 300rpx;
  184. }
  185. .m-note-item {
  186. justify-content: space-between;
  187. font-size: 28rpx;
  188. font-weight: 400;
  189. line-height:2;
  190. font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  191. cursor: pointer;
  192. }
  193. .m-note-item-content {
  194. color: #666666;
  195. flex: 1;
  196. overflow: hidden;
  197. text-overflow: ellipsis;
  198. white-space: nowrap;
  199. margin-right: 10rpx;
  200. }
  201. .m-note-item-content:hover {
  202. /* text-decoration: underline #666666; */
  203. }
  204. .m-note-item-date {
  205. color: #999999;
  206. }
  207. .m-title{
  208. position: relative;
  209. z-index: 1;
  210. margin-left: 12rpx;
  211. }
  212. .m-title::after{
  213. content: '';
  214. background-color: #007aff;
  215. width: 6rpx;
  216. height: 60%;
  217. position: absolute;
  218. top: 50%;
  219. transform: translateY(-50%);
  220. left: -12rpx;
  221. z-index: 0;
  222. }
  223. .popup-content {
  224. /* display: flex; */
  225. /* flex-direction: row; */
  226. align-items: center;
  227. justify-content: center;
  228. padding: 30rpx;
  229. height: 100rpx;
  230. background-color: #fff;
  231. }
  232. /deep/.right{
  233. width: unset;
  234. }
  235. .popup-height {
  236. height: 100%;
  237. flex: 1;
  238. width:400rpx
  239. }