123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. /**index.wxss**/
  2. @import '../../app.wxss';
  3. .maxSwiper {
  4. width: 100%;
  5. position: absolute;
  6. left: 0;
  7. top: 0;
  8. bottom: 0;
  9. z-index: 1000;
  10. background: #000;
  11. }
  12. .scrollPage {
  13. height: 100%;
  14. overflow-y: scroll;
  15. -webkit-overflow-scrolling: touch;
  16. transform: translateZ(0);
  17. -webkit-transform: translateZ(0);
  18. }
  19. rich-text {
  20. width: 100%;
  21. }
  22. .maxSwiper > swiper {
  23. width: 100%;
  24. height: 100%;
  25. }
  26. .SignUp {
  27. width: 100%;
  28. position: absolute;
  29. left: 0;
  30. bottom: 70rpx;
  31. overflow: visible;
  32. z-index: 10;
  33. }
  34. .SignUp view {
  35. padding: 0 40rpx;
  36. position: relative;
  37. overflow: visible;
  38. }
  39. .SignUp text {
  40. width: 100%;
  41. display: block;
  42. text-align: center;
  43. line-height: 88rpx;
  44. background: #bb9c79;
  45. border-radius: 88rpx;
  46. color: #fff;
  47. font-size: 28rpx;
  48. box-shadow: 0 0 20rpx 10rpx rgba(0, 0, 0, 0.05);
  49. }
  50. .article {
  51. padding: 34rpx 40rpx;
  52. position: relative;
  53. overflow: hidden;
  54. background: #fff;
  55. }
  56. .article .title {
  57. width: 100%;
  58. display: block;
  59. text-align: center;
  60. font-size: 34rpx;
  61. line-height: 50rpx;
  62. max-height: 99rpx;
  63. font-weight: bold;
  64. overflow: hidden;
  65. text-overflow: ellipsis;
  66. display: -webkit-box;
  67. -webkit-box-orient: vertical;
  68. -webkit-line-clamp: 2;
  69. }
  70. .article .subInfo {
  71. align-items: center;
  72. margin-top:20rpx;
  73. }
  74. .article .subInfo text {
  75. line-height: 34rpx;
  76. font-size: 23rpx;
  77. color: #999;
  78. }
  79. .article .subInfo text:first-child {
  80. color: #bb9c79;
  81. }
  82. rich-text {
  83. width: 100%;
  84. position: relative;
  85. overflow: visible;
  86. margin: 30rpx auto 0;
  87. }
  88. .foot {
  89. width: 100%;
  90. height: 180rpx;
  91. }
  92. .comment {
  93. padding: 0 40rpx 40rpx;
  94. position: relative;
  95. background: #fff;
  96. overflow: hidden;
  97. margin: 20rpx auto 0;
  98. }
  99. .comment .top {
  100. align-items: center;
  101. margin-top: 30rpx;
  102. }
  103. .comment .top > text {
  104. line-height: 45rpx;
  105. font-size: 32rpx;
  106. font-weight: bold;
  107. }
  108. .comment .top > view {
  109. display: inline-block;
  110. padding: 0 16rpx;
  111. background: #e23838;
  112. border-radius: 5rpx;
  113. position: relative;
  114. overflow: hidden;
  115. white-space: nowrap;
  116. }
  117. .comment .top > view image {
  118. width: 24rpx;
  119. display: inline-block;
  120. vertical-align: middle;
  121. }
  122. .comment .top > view text {
  123. line-height: 52rpx;
  124. font-size: 22rpx;
  125. color: #fff;
  126. vertical-align: middle;
  127. margin-left: 10rpx;
  128. }
  129. .list > view {
  130. padding: 30rpx 0;
  131. position: relative;
  132. overflow: hidden;
  133. border-bottom: 1rpx solid #eee;
  134. align-items: flex-start;
  135. }
  136. .list .userIcon {
  137. width: 75rpx;
  138. position: relative;
  139. overflow: hidden;
  140. margin-right: 20rpx;
  141. }
  142. .list .userIcon view {
  143. width: 100%;
  144. height: 0;
  145. position: relative;
  146. overflow: hidden;
  147. padding-bottom: 100%;
  148. background: #eee;
  149. border-radius: 100%;
  150. }
  151. .itemBody {
  152. width: 100%;
  153. position: relative;
  154. overflow: hidden;
  155. }
  156. .iHeader {
  157. align-items: center;
  158. }
  159. .iHeader image {
  160. width: 24rpx;
  161. display: inline-block;
  162. }
  163. .iHeader image + text {
  164. font-size: 20rpx;
  165. color: #dfbc76;
  166. margin-left: 10rpx;
  167. }
  168. .iHeader > view > text {
  169. width: 100%;
  170. display: block;
  171. line-height: 38rpx;
  172. font-size: 20rpx;
  173. color: #999;
  174. }
  175. .iHeader > view > text:first-child {
  176. line-height: 40rpx;
  177. font-size: 26rpx;
  178. color: #dfbc76;
  179. }
  180. .imgList {
  181. width: 100%;
  182. position: relative;
  183. overflow: hidden;
  184. margin-top: 20rpx;
  185. }
  186. .imgList > view {
  187. display: inline-block;
  188. width: 180rpx;
  189. height: 180rpx;
  190. position: relative;
  191. overflow: hidden;
  192. margin-right: 10rpx;
  193. background: #eee;
  194. }
  195. .floorContent {
  196. width: 100%;
  197. display: block;
  198. line-height: 40rpx;
  199. font-size: 28rpx;
  200. text-align: justify;
  201. }
  202. .subList {
  203. width: 100%;
  204. position: relative;
  205. overflow: hidden;
  206. margin-top: 20rpx;
  207. }
  208. .subItem {
  209. border-top: 1rpx solid #eee;
  210. padding: 20rpx 0;
  211. }
  212. .popup {
  213. width: 100%;
  214. position: absolute;
  215. left: 0;
  216. top: 0;
  217. bottom: 0;
  218. z-index: 1000;
  219. background: rgba(0, 0, 0, 0.5);
  220. }
  221. .popup > view {
  222. width: 100%;
  223. overflow: visible;
  224. }
  225. .popup > view.layer {
  226. position: absolute;
  227. left: 0;
  228. top: 0;
  229. bottom: 0;
  230. z-index: 1000;
  231. }
  232. .popup > view.centerLabel {
  233. z-index: 1001;
  234. }
  235. .SignUpForm {
  236. padding: 0 40rpx;
  237. position: relative;
  238. overflow: visible;
  239. }
  240. .SignUpForm > view {
  241. padding: 40rpx 55rpx;
  242. position: relative;
  243. overflow: hidden;
  244. border-radius: 20rpx;
  245. background: #fff;
  246. }
  247. .SignUpForm > view > text {
  248. width: 100%;
  249. display: block;
  250. line-height: 52rpx;
  251. font-size: 32rpx;
  252. text-align: center;
  253. color: #9d876d;
  254. font-weight: bold;
  255. }
  256. .SignUpForm > view > text + .line {
  257. margin-top: 45rpx;
  258. }
  259. .SignUpForm .line {
  260. width: 100%;
  261. box-sizing: border-box;
  262. border: 1rpx solid #efe0ce;
  263. position: relative;
  264. overflow: hidden;
  265. margin: 0 auto 20rpx;
  266. border-radius: 10rpx;
  267. align-items: center;
  268. padding: 16rpx 0;
  269. }
  270. .SignUpForm .line image {
  271. margin-left: 20rpx;
  272. margin-right: 20rpx;
  273. }
  274. .SignUpForm .line input {
  275. font-size: 23rpx;
  276. line-height: 38rpx;
  277. color: #666;
  278. }
  279. .SignUpForm .btn {
  280. padding: 0 65rpx;
  281. position: relative;
  282. overflow: visible;
  283. margin: 50rpx auto 0;
  284. }
  285. .SignUpForm .btn text {
  286. width: 100%;
  287. display: block;
  288. text-align: center;
  289. background: #bb9c79;
  290. color: #fff;
  291. font-size: 26rpx;
  292. line-height: 72rpx;
  293. border-radius: 72rpx;
  294. box-shadow: 0 0 20rpx 10rpx rgba(0, 0, 0, 0.05);
  295. }