index.less 2.1 KB

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