index.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .main .info.data-v-f5811fc4 {
  5. position: relative;
  6. flex-grow: 1;
  7. background-color: var(--f9Color);
  8. }
  9. .main .info .one .image.data-v-f5811fc4 {
  10. width: 100%;
  11. height: 50vw;
  12. }
  13. .main .info .two.data-v-f5811fc4 {
  14. padding: 0 2vw;
  15. background-color: var(--mainColor);
  16. }
  17. .main .info .two .two_1.data-v-f5811fc4 {
  18. display: flex;
  19. align-items: center;
  20. padding: 3vw 0;
  21. border-bottom: 1px solid var(--f5Color);
  22. font-size: var(--font14Size);
  23. }
  24. .main .info .two .two_1 ._span.data-v-f5811fc4 {
  25. margin: 0 0 0 1vw;
  26. }
  27. .main .info .two .two_1 .t-icon.data-v-f5811fc4 {
  28. width: var(--font15Size) !important;
  29. height: var(--font15Size) !important;
  30. }
  31. .main .info .two .name.data-v-f5811fc4 {
  32. font-weight: bold;
  33. font-size: var(--font16Size);
  34. }
  35. .main .info .two .text_color.data-v-f5811fc4 {
  36. color: var(--f69Color);
  37. }
  38. .main .info .thr.data-v-f5811fc4 {
  39. margin: 3vw 0 0 0;
  40. background-color: var(--mainColor);
  41. }
  42. .main .info .thr .thr_cont.data-v-f5811fc4 {
  43. margin: 2vw 0 0 0;
  44. }
  45. .main .info .thr .thr_cont .thr_1.data-v-f5811fc4 {
  46. text-indent: 10px;
  47. border-left: 3px solid var(--f3CColor);
  48. font-weight: bold;
  49. font-size: var(--font16Size);
  50. }
  51. .main .info .thr .thr_cont .thr_2.data-v-f5811fc4 {
  52. padding: 2vw;
  53. }
  54. .main .foot.data-v-f5811fc4 {
  55. width: 100%;
  56. height: 8vh;
  57. overflow: hidden;
  58. display: flex;
  59. align-items: center;
  60. }
  61. .main .foot .foot_text.data-v-f5811fc4 {
  62. display: flex;
  63. justify-content: center;
  64. align-items: center;
  65. width: 50%;
  66. height: 100%;
  67. color: var(--mainColor);
  68. }
  69. .main .foot .foot_1.data-v-f5811fc4 {
  70. background: linear-gradient(90deg, #FFCD1E, #FF8A18);
  71. }
  72. .main .foot .foot_2.data-v-f5811fc4 {
  73. background: linear-gradient(90deg, #1E83FF, #1071e6);
  74. }
  75. .main .popup_cont .popup_title.data-v-f5811fc4 {
  76. display: flex;
  77. flex-direction: row;
  78. align-items: center;
  79. justify-content: center;
  80. height: 40px;
  81. font-size: var(--font14Size);
  82. color: #666;
  83. }
  84. .main .popup_cont .popup_share.data-v-f5811fc4 {
  85. display: flex;
  86. align-items: center;
  87. padding: 2vw 0;
  88. }
  89. .main .popup_cont .popup_share .share_1.data-v-f5811fc4 {
  90. width: 50%;
  91. }
  92. .main .popup_cont .popup_share .share_1 button.data-v-f5811fc4 {
  93. background: none;
  94. border: none;
  95. display: flex;
  96. flex-direction: column;
  97. justify-content: center;
  98. align-items: center;
  99. }
  100. .main .popup_cont .popup_share .share_1 button .t-icon.data-v-f5811fc4 {
  101. width: 8vw;
  102. height: 8vw;
  103. }
  104. .main .popup_cont .popup_share .share_1 button text.data-v-f5811fc4 {
  105. margin-top: 10px;
  106. font-size: var(--font14Size);
  107. color: #3B4144;
  108. }
  109. .scroll-view.data-v-f5811fc4 {
  110. position: absolute;
  111. top: 0;
  112. left: 0;
  113. right: 0;
  114. bottom: 0;
  115. }
  116. .scroll-view .list-scroll-view.data-v-f5811fc4 {
  117. display: flex;
  118. flex-direction: column;
  119. }