info.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. }
  40. }
  41. }
  42. .b {
  43. height: 83vh;
  44. .list {
  45. background-color: var(--f9Color);
  46. margin: 0 0 2vw 0;
  47. padding: 2vw;
  48. margin: 0 2vw 2vw 2vw;
  49. border-radius: 5px;
  50. border: 1px dashed var(--f85Color);
  51. .name {
  52. font-size: var(--font18Szie);
  53. font-weight: bold;
  54. margin: 0 0 1vw 0;
  55. }
  56. .other {
  57. margin: 0 0 1vw 0;
  58. .other_1 {
  59. margin: 0 0 1vw 0;
  60. font-size: var(--font16Size);
  61. text:first-child {
  62. color: var(--f85Color);
  63. }
  64. }
  65. }
  66. .btn {
  67. text-align: center;
  68. button {
  69. margin: 0 2vw;
  70. font-size: var(--font14Size);
  71. }
  72. }
  73. }
  74. }
  75. }
  76. }
  77. .scroll-view {
  78. position: absolute;
  79. top: 0;
  80. left: 0;
  81. right: 0;
  82. bottom: 0;
  83. .list-scroll-view {
  84. display: flex;
  85. flex-direction: column;
  86. }
  87. }