sign.less 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. .main {
  2. height: 88vh;
  3. .one {
  4. width: 96vw;
  5. margin: 0 0 2vw 0;
  6. background-color: #fff;
  7. }
  8. .two {
  9. flex-grow: 1;
  10. position: relative;
  11. width: 96vw;
  12. .scroll-view {
  13. position: absolute;
  14. top: 0;
  15. left: 0;
  16. right: 0;
  17. bottom: 0;
  18. .list-scroll-view {
  19. display: flex;
  20. flex-wrap: wrap;
  21. align-content: flex-start;
  22. justify-content: space-between;
  23. .list {
  24. display: flex;
  25. flex-direction: column;
  26. width: 96vw;
  27. padding: 2vw;
  28. background-color: #ffffff;
  29. margin: 0 0 2vw 0;
  30. .name {
  31. font-size: 14px;
  32. font-weight: bold;
  33. margin: 0 0 1vw 0;
  34. }
  35. .other {
  36. font-size: 12px;
  37. margin: 0 0 1vw 0;
  38. .other_1 {
  39. padding: 0 0 1vw 0;
  40. }
  41. .other_1 text:nth-child(1) {
  42. color: #666;
  43. }
  44. }
  45. .btn {
  46. text-align: center;
  47. button {
  48. color: #ffffff;
  49. font-size: 14px;
  50. margin: 0 2vw;
  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: 14px;
  72. }
  73. .text1 {
  74. font-size: 14px;
  75. color: #000;
  76. max-width: 50vw;
  77. }
  78. .image {
  79. width: 15vw;
  80. height: 15vw;
  81. }
  82. }
  83. }
  84. .dialog_two {
  85. margin: 10px 0 0 0;
  86. .content {
  87. display: flex;
  88. flex-direction: row;
  89. justify-content: space-between;
  90. border-bottom: 1px solid #ccc;
  91. padding: 10px 0;
  92. margin: 0 0 10px 0;
  93. font-size: 14px;
  94. color: #000;
  95. }
  96. .btn {
  97. text-align: center;
  98. button {
  99. font-size: 14px;
  100. }
  101. }
  102. }