exam_list.css 443 B

1234567891011121314151617181920212223242526272829
  1. .header .address {
  2. margin-left: 5px;
  3. margin-top: 30px;
  4. position: relative;
  5. }
  6. .header .address span {
  7. line-height: normal;
  8. color: #f03;
  9. font-size: 14px;
  10. margin-right: 5px;
  11. }
  12. .header .address i {
  13. margin-left: 5px;
  14. font-size: 12px;
  15. color: #e6e6e6;
  16. }
  17. .body {
  18. padding-top: 0px;
  19. transform: translateY(-10px);
  20. }
  21. .body .ke {
  22. margin-top: 10px;
  23. }
  24. .body .ke .my-list {
  25. display: none;
  26. }
  27. .body .ke .active {
  28. display: block;
  29. }