info.less 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. .main {
  2. height: 88.8vh;
  3. .zero {
  4. width: 96vw;
  5. margin: 0 0 2vw 0;
  6. // background-color: #fff;
  7. }
  8. .zero:last-child {
  9. margin: 0;
  10. }
  11. .one {
  12. flex-grow: 1;
  13. position: relative;
  14. width: 96vw;
  15. .scroll-view {
  16. position: absolute;
  17. top: 0;
  18. left: 0;
  19. right: 0;
  20. bottom: 0;
  21. .infos {
  22. display: flex;
  23. flex-direction: column;
  24. flex-wrap: wrap;
  25. align-content: flex-start;
  26. justify-content: space-between;
  27. .top {
  28. width: 96vw;
  29. border-bottom: 1px dashed #cccccc;
  30. .one_1 {
  31. text-align: center;
  32. font-weight: bold;
  33. font-size: 20px;
  34. padding: 6vw 0;
  35. }
  36. .one_2 {
  37. display: flex;
  38. justify-content: space-between;
  39. font-size: 16px;
  40. color: #666666;
  41. padding: 2vw 0;
  42. text {
  43. padding-right: 5px;
  44. }
  45. }
  46. }
  47. .cont {
  48. width: 96vw;
  49. padding: 2vw 0 0 0;
  50. border-bottom: 1px dashed #ffc0c0;
  51. }
  52. .bom {
  53. padding: 5px;
  54. .list {
  55. display: flex;
  56. flex-direction: column;
  57. margin: 0 0 8px 0;
  58. padding: 5px 0;
  59. border-bottom: 1px dashed #cccccc;
  60. .list_1 {
  61. display: flex;
  62. flex-direction: row;
  63. .name {
  64. width: 20vw;
  65. }
  66. .list_bom {
  67. width: 74vw;
  68. display: flex;
  69. flex-direction: column;
  70. .title {
  71. font-size: 15px;
  72. }
  73. .content {
  74. color: #666;
  75. font-size: 14px;
  76. }
  77. }
  78. }
  79. .time {
  80. width: 93vw;
  81. font-size: 14px;
  82. text-align: right;
  83. color: #666;
  84. }
  85. }
  86. }
  87. }
  88. }
  89. }
  90. .foot {
  91. position: fixed;
  92. width: 96vw;
  93. bottom: 8vh;
  94. right: 1vw;
  95. text-align: right;
  96. .mymatch {
  97. display: inline-block;
  98. width: 10vw;
  99. padding: 1vw;
  100. text-align: center;
  101. background-color: green;
  102. color: #fff;
  103. font-size: 14px;
  104. border-radius: 5px;
  105. }
  106. }
  107. }
  108. .two {
  109. display: flex;
  110. flex-direction: column;
  111. border-radius: 5px;
  112. background-color: #f1f1f1;
  113. color: #666;
  114. .two_1 {
  115. width: 80vw;
  116. input {
  117. width: 96%;
  118. height: 30px;
  119. font-size: 15px;
  120. margin: 5px;
  121. padding: 3px;
  122. background-color: #fff;
  123. }
  124. textarea {
  125. width: 96%;
  126. font-size: 15px;
  127. padding: 3px;
  128. margin: 5px;
  129. background-color: #fff;
  130. }
  131. }
  132. .two_2 {
  133. width: 80vw;
  134. text-align: center;
  135. button {
  136. width: 30%;
  137. font-size: 14px;
  138. padding: 2vw 0;
  139. }
  140. }
  141. }