exam_detail.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .new3 .body {
  2. padding: 0 5px;
  3. margin-top: 90px;
  4. }
  5. .new3 .body h4 {
  6. font-weight: 500;
  7. }
  8. .new3 .body .title {
  9. color: #777;
  10. margin: 5px 0;
  11. }
  12. .new3 .body .list .list-flex {
  13. margin: 10px 0;
  14. display: flex;
  15. justify-content: flex-start;
  16. align-items: center;
  17. }
  18. .new3 .body .list .list-flex .list-item {
  19. border-radius: 5px;
  20. flex: 1;
  21. padding: 10px;
  22. margin-right: 20px;
  23. box-shadow: 0 0 5px #d6d6d6;
  24. }
  25. .new3 .body .list .list-flex .list-item:hover {
  26. cursor: pointer;
  27. }
  28. @media screen and (max-width: 768px) {
  29. .new3 .body .list .list-flex .list-item {
  30. margin-right: 5px;
  31. }
  32. }
  33. .new3 .body .list .list-flex .list-item h4 {
  34. font-weight: 600;
  35. }
  36. .new3 .body .list .list-flex .list-item .p {
  37. display: flex;
  38. justify-content: space-between;
  39. align-items: center;
  40. }
  41. .new3 .body .list .list-flex .list-item .p .blue {
  42. color: #2382ff;
  43. }
  44. .new3 .body .list .list-flex .list-item .p a:hover {
  45. color: #777;
  46. }
  47. .new3 .body .list .list-flex > .list-item:last-child {
  48. margin: 0 0 0 20px;
  49. }
  50. @media screen and (max-width: 768px) {
  51. .new3 .body .list .list-flex > .list-item:last-child {
  52. margin: 0 0 0 5px;
  53. }
  54. }
  55. .alert-msg {
  56. margin: 10px 0;
  57. padding: 10px;
  58. background-color: #eee;
  59. border-radius: 5px;
  60. vertical-align: middle;
  61. text-align: center;
  62. }
  63. #toast .toast-content img {
  64. padding: 1px;
  65. }
  66. .new3 .body .exam-code{
  67. &::before{
  68. content: "更多参考答案,请下载大联考app;或者微信扫描,打开“大联考APP”小程序进行查看。";
  69. text-align: center;
  70. display: block;
  71. color: #777;
  72. padding-bottom: 10px;
  73. }
  74. margin: 30px 0;
  75. ul{
  76. margin: 0;padding:0;
  77. display: flex;justify-content: center;align-items: center;
  78. list-style: none;
  79. li{
  80. ul{
  81. display: block;
  82. max-width: 200px;
  83. max-height: 200px;
  84. min-width: 100px;
  85. min-height: 100px;
  86. box-sizing: border-box;
  87. padding: 20px;
  88. li{
  89. text-align: center;
  90. img{
  91. width: 100%;
  92. }
  93. }
  94. }
  95. }
  96. }
  97. }