page.scss 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. .page.HuiAiXin {
  2. width: 100%;
  3. height: 100%;
  4. .Banner {
  5. width: 100%;
  6. padding-bottom: 38%;
  7. position: relative;
  8. overflow: hidden;
  9. > view {
  10. width: 100%;
  11. position: absolute;
  12. left: 0;
  13. top: 0;
  14. bottom: 0;
  15. overflow: hidden;
  16. background: #ccc;
  17. }
  18. }
  19. .StarOwnerList {
  20. padding: 20px 0;
  21. background: #fff;
  22. margin-top: 20px;
  23. > .flex-h {
  24. padding: 0 20px;
  25. align-items: center;
  26. margin-top: 10px;
  27. > .flex-item {
  28. > image {
  29. height: 48px;
  30. }
  31. }
  32. > .More {
  33. font-size: 26px;
  34. color: #999;
  35. > text {
  36. font-size: 26px;
  37. }
  38. }
  39. }
  40. > .ListContainer {
  41. width: 100%;
  42. position: relative;
  43. overflow: hidden;
  44. margin-top: 40px;
  45. margin-bottom: 10px;
  46. > scroll-view {
  47. .List {
  48. font-size: 0;
  49. white-space: nowrap;
  50. overflow: visible;
  51. > .Item {
  52. width: 80%;
  53. position: relative;
  54. overflow: hidden;
  55. display: inline-block;
  56. vertical-align: middle;
  57. margin-left: 25px;
  58. border-radius: 20px;
  59. box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.08);
  60. &:last-child {
  61. margin-right: 25px;
  62. }
  63. > .Img {
  64. width: 100%;
  65. padding-bottom: 45%;
  66. background: #ccc;
  67. position: relative;
  68. overflow: hidden;
  69. }
  70. > .Info {
  71. display: block;
  72. padding: 0 34px;
  73. font-size: 24px;
  74. line-height: 70px;
  75. white-space: nowrap;
  76. overflow: hidden;
  77. text-overflow: ellipsis;
  78. color: #333;
  79. }
  80. }
  81. }
  82. }
  83. }
  84. }
  85. .StoryList {
  86. padding: 20px 0;
  87. background: #fff;
  88. margin-top: 20px;
  89. > .flex-h {
  90. padding: 0 20px;
  91. align-items: center;
  92. margin-top: 10px;
  93. > .flex-item {
  94. > image {
  95. height: 48px;
  96. }
  97. }
  98. > .More {
  99. font-size: 26px;
  100. color: #999;
  101. > text {
  102. font-size: 26px;
  103. }
  104. }
  105. }
  106. > .List {
  107. position: relative;
  108. overflow: hidden;
  109. margin-bottom: 30px;
  110. padding-left: 30px;
  111. > .Item {
  112. padding: 40px 0;
  113. border-bottom: 2px solid #f5f5f5;
  114. > .flex-item {
  115. margin-right: 20px;
  116. > text {
  117. display: block;
  118. font-size: 28px;
  119. line-height: 40px;
  120. overflow: hidden;
  121. margin-top: 6px;
  122. &:nth-child(1) {
  123. text-overflow: ellipsis;
  124. display: -webkit-box;
  125. -webkit-box-orient: vertical;
  126. -webkit-line-clamp: 2;
  127. margin-top: 0;
  128. }
  129. &:nth-child(2) {
  130. color: #666;
  131. font-size: 24px;
  132. white-space: nowrap;
  133. text-overflow: ellipsis;
  134. }
  135. &:nth-child(3) {
  136. color: #FE4E45;
  137. font-size: 24px;
  138. white-space: nowrap;
  139. text-overflow: ellipsis;
  140. }
  141. }
  142. }
  143. > .Img {
  144. width: 34%;
  145. margin-right: 20px;
  146. position: relative;
  147. overflow: hidden;
  148. > view {
  149. width: 100%;
  150. padding-bottom: 70%;
  151. background: #ccc;
  152. position: relative;
  153. overflow: hidden;
  154. }
  155. }
  156. }
  157. }
  158. }
  159. }