index.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. .main {
  2. height: 88.8vh;
  3. .zero {
  4. width: 96vw;
  5. margin: 0 0 1vw 0;
  6. }
  7. .zero:last-child {
  8. margin: 0;
  9. }
  10. .one {
  11. width: 92vw;
  12. padding: 2vw;
  13. background-color: #f1f1f1;
  14. input {
  15. font-size: 16px;
  16. }
  17. }
  18. .two {
  19. flex-grow: 1;
  20. position: relative;
  21. width: 96vw;
  22. .scroll-view {
  23. position: absolute;
  24. top: 0;
  25. left: 0;
  26. right: 0;
  27. bottom: 0;
  28. .list-scroll-view {
  29. display: flex;
  30. flex-direction: column;
  31. flex-wrap: wrap;
  32. align-content: flex-start;
  33. justify-content: space-between;
  34. .list {
  35. width: 92vw;
  36. background-color: #ffffff;
  37. margin: 0 0 2vw 0;
  38. padding: 2vw;
  39. .time {
  40. font-size: 18px;
  41. font-weight: bold;
  42. margin: 0 0 1vw 0;
  43. }
  44. .other {
  45. margin: 0 0 1vw 0;
  46. .other_1 {
  47. font-size: 15px;
  48. color: #858585;
  49. margin: 0 0 1vw 0;
  50. }
  51. }
  52. .btn {
  53. text-align: center;
  54. button {
  55. font-size: 14px;
  56. }
  57. }
  58. }
  59. .list:last-child {
  60. margin: 0;
  61. }
  62. }
  63. }
  64. }
  65. }
  66. .dialog_one {
  67. display: flex;
  68. flex-direction: column;
  69. .one_1 {
  70. border-bottom: 1px solid #ccc;
  71. padding: 2vw 0;
  72. text {
  73. font-size: 16px;
  74. color: #858585;
  75. }
  76. text:nth-child(1) {
  77. color: #000000;
  78. }
  79. }
  80. }