detail.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. @charset "UTF-8";
  2. .text-center.data-v-12651413 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-12651413 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-12651413 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-12651413 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-12651413 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-12651413 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-12651413 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-12651413 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-12651413 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .page.data-v-12651413 {
  39. position: absolute;
  40. left: 0;
  41. top: 0;
  42. background-color: #fff;
  43. width: 100%;
  44. height: 100%;
  45. }
  46. .page .bg.data-v-12651413 {
  47. height: 464rpx;
  48. width: 100%;
  49. }
  50. .page .member-list.data-v-12651413 {
  51. height: 464rpx;
  52. width: 100%;
  53. position: absolute;
  54. left: 0;
  55. top: 36rpx;
  56. z-index: 0;
  57. display: block;
  58. }
  59. .page .member-list .member-bannner.data-v-12651413 {
  60. height: 320rpx;
  61. }
  62. .page .member-list .member-bannner .member-item.data-v-12651413 {
  63. display: -webkit-box;
  64. display: -webkit-flex;
  65. display: flex;
  66. -webkit-box-pack: center;
  67. -webkit-justify-content: center;
  68. justify-content: center;
  69. }
  70. .page .member-list .member-bannner .member-item .member-img.data-v-12651413 {
  71. width: 620rpx;
  72. height: 320rpx;
  73. border-radius: 16rpx;
  74. }
  75. .page .member-list .member-name.data-v-12651413 {
  76. font-size: 32rpx;
  77. color: #fff;
  78. position: absolute;
  79. width: 100%;
  80. text-align: center;
  81. z-index: 10;
  82. height: 100rpx;
  83. }
  84. .page .member-list .triangle.data-v-12651413 {
  85. position: absolute;
  86. bottom: 36rpx;
  87. left: 0;
  88. right: 0;
  89. margin: 0 auto;
  90. width: 0;
  91. height: 0;
  92. border-left: 18rpx solid transparent;
  93. border-right: 18rpx solid transparent;
  94. border-bottom: 24rpx solid #fff;
  95. }
  96. .page .rights.data-v-12651413 {
  97. position: relative;
  98. background-color: #fff;
  99. border-top-left-radius: 16rpx;
  100. border-top-right-radius: 16rpx;
  101. padding-bottom: 50rpx;
  102. }
  103. .page .rights .title.data-v-12651413 {
  104. font-size: 36rpx;
  105. color: #666666;
  106. margin-top: 55rpx;
  107. height: 50rpx;
  108. line-height: 50rpx;
  109. }
  110. .page .rights .title .title-name.data-v-12651413 {
  111. margin: 0 30rpx;
  112. }
  113. .page .rights .title image.data-v-12651413 {
  114. display: block;
  115. margin-top: 15rpx;
  116. height: 20rpx;
  117. width: 110rpx;
  118. }
  119. .page .rights .rights-list.data-v-12651413 {
  120. margin-top: 58rpx;
  121. text-align: left;
  122. position: relative;
  123. }
  124. .page .rights .rights-list .rights-item.data-v-12651413 {
  125. width: 150rpx;
  126. margin: 0 50rpx;
  127. font-size: 26rpx;
  128. color: #353535;
  129. vertical-align: top;
  130. text-align: center;
  131. display: inline-block;
  132. }
  133. .page .rights .rights-list .rights-item .rights-img.data-v-12651413 {
  134. margin-top: 30rpx;
  135. margin-bottom: 12rpx;
  136. height: 80rpx;
  137. width: 80rpx;
  138. }
  139. .page .rights .rights-list .rights-item.active.data-v-12651413 {
  140. font-size: 32rpx;
  141. font-weight: bold;
  142. }
  143. .page .rights .rights-list .rights-item.active .rights-img.data-v-12651413 {
  144. margin-top: 0;
  145. width: 120rpx;
  146. height: 120rpx;
  147. }
  148. .page .rights .rights-list .explain.data-v-12651413 {
  149. width: 640rpx;
  150. border-radius: 16rpx;
  151. padding: 56rpx 50rpx 50rpx 126rpx;
  152. margin: 50rpx auto 20rpx;
  153. font-size: 28rpx;
  154. color: #666;
  155. position: relative;
  156. background-color: #f7f7f7;
  157. }
  158. .page .rights .rights-list .explain .explain-img.data-v-12651413 {
  159. height: 46rpx;
  160. width: 46rpx;
  161. position: absolute;
  162. top: 56rpx;
  163. left: 40rpx;
  164. }
  165. .page .rights .rights-list .explain .explain-title.data-v-12651413 {
  166. font-size: 32rpx;
  167. color: #353535;
  168. text-align: left;
  169. margin-bottom: 24px;
  170. }
  171. .page .rights .rights-list .explain .explain-triangle.data-v-12651413 {
  172. border-bottom: 24rpx solid #f7f7f7;
  173. margin-left: 0;
  174. top: -22rpx;
  175. position: absolute;
  176. width: 0;
  177. height: 0;
  178. border-left: 18rpx solid transparent;
  179. border-right: 18rpx solid transparent;
  180. }