index.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. /* pages/zl_detail/index.wxss */
  2. /* @import "../../../common/component/wxParse/wxParse.wxss"; */
  3. image{
  4. height: 50rpx;
  5. }
  6. .container {
  7. padding: 0;
  8. background: #eee;
  9. padding-bottom: 100rpx;
  10. }
  11. .zl_detail_bg {
  12. height: 440rpx;
  13. }
  14. .zl_detail_bg_img {
  15. width: 100%;
  16. height: 440rpx;
  17. }
  18. .zl_detail_info {
  19. padding: 30rpx 30rpx 10rpx 30rpx;
  20. background: #fff;
  21. }
  22. .zl_detail_info_title {
  23. line-height: 50rpx;
  24. font-size: 36rpx;
  25. font-weight: bolder;
  26. margin-bottom: 30rpx;
  27. }
  28. .zl_detail_info_subTxt {
  29. line-height: 40rpx;
  30. margin-bottom: 20rpx;
  31. display: flex;
  32. }
  33. .icon-time, .icon-piaowu {
  34. font-size: 40rpx;
  35. vertical-align: middle;
  36. }
  37. .zl_detail_info_subTxt_title {
  38. vertical-align: middle;
  39. margin-left: 10rpx;
  40. }
  41. .zl_detail_info_subTxt_txt {
  42. vertical-align: middle;
  43. color: #999;
  44. /* overflow: hidden; */
  45. text-overflow: ellipsis;
  46. /* white-space: nowrap; */
  47. display: inline-block;
  48. }
  49. .weui-cell {
  50. /* padding: 20rpx 0 40rpx; */
  51. padding: 20rpx 0 40rpx;
  52. border-bottom: 2rpx #ddd solid;
  53. }
  54. .weui-media-box__hd_avatar {
  55. width: 220rpx;
  56. padding-right: 20rpx;
  57. padding-top: 10rpx;
  58. }
  59. .zl_detail_txt {
  60. text-align: justify;
  61. word-break: break-all;
  62. box-sizing: border-box;
  63. margin: 30rpx 0;
  64. }
  65. .zl_detail_img {
  66. width: 100%;
  67. height: 440rpx;
  68. margin: 20rpx 0;
  69. }
  70. .shensuo {
  71. text-align: center;
  72. font-size: 28rpx;
  73. }
  74. .fdkk-cells {
  75. background: #fff;
  76. margin: 20rpx 0;
  77. padding: 0 30rpx 20rpx;
  78. }
  79. .sub_bar_title {
  80. font-size: 36rpx;
  81. font-weight: bold;
  82. /* color: #e02f2f; */
  83. }
  84. .no-border {
  85. border: none;
  86. }
  87. .artist_avatar {
  88. display: flex;
  89. flex-wrap: wrap;
  90. justify-content: space-around;
  91. }
  92. .artist_avatar_item {
  93. display: flex;
  94. flex-direction: column;
  95. padding: 30rpx 40rpx 0;
  96. }
  97. .artist_avatar_img {
  98. min-width: 140rpx;
  99. width: 140rpx;
  100. height: 140rpx;
  101. border-radius: 70rpx;
  102. margin: 0 auto;
  103. }
  104. .fix-padding {
  105. padding-bottom: 20rpx;
  106. border-bottom: none;
  107. }
  108. .tour_map {
  109. margin-top: 20rpx;
  110. position: relative;
  111. left: 0;
  112. top: 0;
  113. }
  114. .icon_quanping {
  115. z-index: 30;
  116. width: 60rpx;
  117. height: 60rpx;
  118. position: absolute;
  119. bottom: 20rpx;
  120. right: 40rpx;
  121. }
  122. .tour_info {
  123. padding: 10rpx 30rpx;
  124. }
  125. .tour_info_txt {
  126. color: #999;
  127. }
  128. .zl_detail_body {
  129. height: 180rpx;
  130. overflow: hidden;
  131. }
  132. .zl_detail_body_active {
  133. height: auto;
  134. }
  135. .weui-cell__ft_in-access_active:after {
  136. top: 20rpx;
  137. }
  138. .iconfont {
  139. color: #999;
  140. }
  141. .like-num {
  142. display: inline-block;
  143. font-size: 20rpx;
  144. font-weight: normal;
  145. position: relative;
  146. top: -20rpx;
  147. /* left: 0rpx; */
  148. }
  149. .like_style {
  150. display: inline-block;
  151. position: absolute;
  152. right: 0;
  153. }
  154. .detail_title {
  155. font-weight: bolder;
  156. overflow: hidden;
  157. text-overflow: ellipsis;
  158. white-space: nowrap;
  159. width: 500rpx;
  160. display: inline-block;
  161. }
  162. .weui-media-box__thumb {
  163. border-radius: 50%;
  164. }
  165. .weui-media-box__hd_in-appmsg {
  166. width: 80rpx;
  167. height: 80rpx;
  168. line-height: 80rpx;
  169. }
  170. .comment_con {
  171. padding: 0 30rpx;
  172. }
  173. .icon-zan {
  174. float: right;
  175. font-size: 24rpx;
  176. margin-right: 50rpx;
  177. }
  178. .fdkk-cells > view:nth-last-child(2) > .weui-cell{
  179. border-bottom: none;
  180. }
  181. .argee_con{
  182. background: #fff;
  183. text-align: center;
  184. padding: 20rpx 0;
  185. }
  186. .icon-xiugai,.icon-gouwuche,.icon-view{
  187. font-size: 55rpx;
  188. /* position: relative;
  189. top: 8rpx; */
  190. /* display: none; */
  191. }
  192. .icon-xiugai{
  193. color:#7f7f7f;
  194. }
  195. .icontxt{
  196. font-size: 32rpx;
  197. position: relative;
  198. margin-left: 8rpx;
  199. top: -6rpx;
  200. }
  201. .iconfont {
  202. color: #999;
  203. }
  204. .iconyishoucang {
  205. color: #e02f2f;
  206. }
  207. .icon-empty_like{
  208. }
  209. .like-status {
  210. margin-left: 4rpx;
  211. font-size: 28rpx;
  212. }
  213. .icon-like_active {
  214. color: #e02f2f;
  215. }
  216. .like_style {
  217. display: inline-block;
  218. position: absolute;
  219. right: 40rpx;
  220. }
  221. .detail_title {
  222. font-weight: bolder;
  223. overflow: hidden;
  224. text-overflow: ellipsis;
  225. white-space: nowrap;
  226. width: 500rpx;
  227. display: inline-block;
  228. }
  229. .icon-gouwuche,.icon-view{
  230. color: #fff;
  231. }
  232. .icon-zan_active{
  233. color: #e02f2f
  234. }
  235. .zl_detail_con view{
  236. overflow: hidden;
  237. }