shteam.less 2.6 KB

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