exam_list.less 534 B

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