certificateDetail.css 5.1 KB

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