sign.less 3.0 KB

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