matchgroup.less 2.3 KB

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