info.less 2.4 KB

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