index.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. /* pages/zl_detail/index.wxss */
  2. @import "../../common/component/wxParse/wxParse.wxss";
  3. .container {
  4. padding: 0;
  5. background: #eee;
  6. }
  7. .zl_detail_bg {
  8. height: 440rpx;
  9. }
  10. .zl_detail_bg_img {
  11. width: 100%;
  12. height: 100%;
  13. }
  14. .zl_detail_info {
  15. padding: 32rpx 30rpx 0rpx 30rpx;
  16. background: #fff;
  17. }
  18. .zl_detail_info_title {
  19. line-height: 50rpx;
  20. font-size: 36rpx;
  21. font-weight: bolder;
  22. margin-bottom: 30rpx;
  23. }
  24. .zl_detail_info_subTxt {
  25. line-height: 40rpx;
  26. margin-bottom: 60rpx;
  27. display: flex;
  28. }
  29. .icon-time, .icon-piaowu {
  30. font-size: 40rpx;
  31. vertical-align: middle;
  32. }
  33. .zl_detail_info_subTxt_title {
  34. vertical-align: middle;
  35. margin-left: 10rpx;
  36. }
  37. .zl_detail_info_subTxt_txt {
  38. vertical-align: middle;
  39. color: #999;
  40. /* overflow: hidden; */
  41. text-overflow: ellipsis;
  42. /* white-space: nowrap; */
  43. display: inline-block;
  44. width: 400rpx;
  45. }
  46. .like_style .iconfont{
  47. font-size: 28rpx;
  48. }
  49. .weui-cell {
  50. padding: 20rpx 0 40rpx;
  51. }
  52. .weui-media-box__hd_avatar {
  53. width: 80rpx;
  54. height: 80rpx;
  55. padding-right: 20rpx;
  56. padding-top: 10rpx;
  57. }
  58. .zl_detail_txt {
  59. text-align: justify;
  60. word-break: break-all;
  61. box-sizing: border-box;
  62. margin: 30rpx 0;
  63. }
  64. .zl_detail_img {
  65. width: 100%;
  66. height: 440rpx;
  67. margin: 20rpx 0;
  68. }
  69. .shensuo {
  70. text-align: center;
  71. font-size: 28rpx;
  72. margin-top: 30rpx;
  73. }
  74. .fdkk-cells {
  75. background: #fff;
  76. margin: 20rpx 0;
  77. padding: 40rpx 30rpx;
  78. }
  79. .sub_bar_title {
  80. font-size: 36rpx;
  81. /* color: #e02f2f; */
  82. font-weight: bold
  83. }
  84. .no-border {
  85. border: none;
  86. }
  87. .artist_avatar {
  88. display: flex;
  89. flex-wrap: wrap;
  90. justify-content: space-between;
  91. align-items: center;
  92. }
  93. .artist_avatar_item {
  94. display: flex;
  95. align-items: center;
  96. }
  97. .artist_avatar_img {
  98. min-width: 80rpx;
  99. width: 80rpx;
  100. height: 80rpx;
  101. border-radius: 50%;
  102. margin: 0 auto;
  103. }
  104. .fix-padding {
  105. padding: 60rpx 0 50rpx;
  106. border-bottom:0;
  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: 280rpx;
  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. .weui-cell__ft_in-access{
  139. padding-right: 12rpx;
  140. }
  141. .fix_weui-cell__ft_in-access:after{
  142. /* top: 26rpx; */
  143. }
  144. .iconfont {
  145. color: #999;
  146. }
  147. .icon-like {
  148. color: #e02f2f;
  149. }
  150. .icon-xiugai,.icon-gouwuche,.icon-view{
  151. font-size: 55rpx;
  152. /* position: relative;
  153. top: 8rpx; */
  154. /* display: none; */
  155. }
  156. .icon-xiugai{
  157. color:#7f7f7f;
  158. }
  159. .icontxt{
  160. font-size: 32rpx;
  161. position: relative;
  162. margin-left: 8rpx;
  163. top: -6rpx;
  164. }
  165. .like-status {
  166. margin-left: 18rpx;
  167. font-size: 28rpx;
  168. }
  169. .icon-like_active {
  170. color: #e02f2f;
  171. }
  172. .like_style {
  173. display: inline-block;
  174. position: absolute;
  175. right: 40rpx;
  176. }
  177. .detail_title {
  178. font-weight: bolder;
  179. overflow: hidden;
  180. text-overflow: ellipsis;
  181. white-space: nowrap;
  182. width: 500rpx;
  183. display: inline-block;
  184. }
  185. .zl_detail_con view{
  186. overflow: hidden;
  187. }
  188. .comment_con {
  189. padding: 0 30rpx;
  190. }
  191. .icon-zan {
  192. float: right;
  193. font-size: 24rpx;
  194. margin-right: 50rpx;
  195. }
  196. .fdkk-cells > view:nth-last-child(2) > .weui-cell{
  197. border-bottom: none;
  198. }
  199. .icon-zan_active{
  200. color: #e02f2f
  201. }
  202. .cg_detail_time{
  203. font-size: 26rpx;
  204. width: 100%;
  205. overflow:hidden;
  206. text-overflow:ellipsis;
  207. }
  208. .cg_detail_warpper{
  209. margin-top: 40rpx;
  210. }
  211. .cg_address_warpper,.cg_detail_time_warpper{
  212. display: flex;
  213. align-items: center;
  214. margin: 30rpx 0;
  215. }
  216. .cg_address_warpper{
  217. margin-bottom: 90rpx;
  218. }
  219. .cg_detail_time_warpper .iconfont,.cg_address_warpper .iconfont{
  220. color: #000;
  221. font-size: 28rpx;
  222. display: inline-block;
  223. vertical-align: text-bottom;
  224. font-weight: bold;
  225. margin-right: 36rpx;
  226. }
  227. .cg_address, .iconkedianjibiaoshiicon{
  228. color: #e02f2f!important;
  229. }
  230. .cg_address{
  231. overflow: hidden;
  232. text-overflow: ellipsis;
  233. white-space: nowrap;
  234. }
  235. .iconkedianjibiaoshiicon{
  236. margin-left: 16rpx!important;
  237. font-size: 22rpx!important;
  238. }
  239. .cg_detail_desc {
  240. padding-bottom: 72rpx;
  241. }
  242. .pav_item{
  243. margin-left: 40rpx;
  244. }
  245. .cg_desc{
  246. font-size: 24rpx;
  247. color: #646464;
  248. }
  249. .pav_name{
  250. font-size: 30rpx;
  251. color: #000;
  252. font-weight: bold;
  253. }
  254. .artist_avatar .iconkedianjibiaoshiicon{
  255. color: #000!important;
  256. }
  257. .write_comment{
  258. float: right;
  259. color: #e02f2f;
  260. font-size: 28rpx;
  261. }
  262. .iconyishoucang{
  263. color: #e02f2f;
  264. }
  265. .weui-cell__hd .weui-media-box__hd_in-appmsg {
  266. width: 82rpx;
  267. height: 82rpx;
  268. border-radius: 50%;
  269. overflow: hidden;
  270. }
  271. .comment_con .weui-cell__bd{
  272. display: flex;
  273. }
  274. .comment-username{
  275. font-size: 28rpx;
  276. font-weight: bold;
  277. }
  278. .comment-left{
  279. flex: 1;
  280. }
  281. .comment-right{
  282. flex: 1;
  283. text-align: right;
  284. color: #646464;
  285. font-size: 26rpx;
  286. }
  287. .comment-detail{
  288. color: #646464;
  289. font-size: 26rpx;
  290. max-width: 516rpx;
  291. word-wrap:break-word;
  292. }
  293. .cg_detail_desc{
  294. overflow: hidden;
  295. text-align:justify;
  296. }
  297. .zl_detail_con{
  298. height: 150rpx;
  299. overflow: hidden;
  300. font-size: 32rpx;
  301. color: #646464;
  302. }
  303. .zl_detail_con.noText{
  304. height: auto;
  305. }
  306. .zl_detail_con.active{
  307. height: auto;
  308. }
  309. .cg_detail_descMore{
  310. text-align: center;
  311. font-size: 28rpx;
  312. margin-top: 100rpx;
  313. }
  314. .cg_detail_descMore.active{
  315. margin-top:0;
  316. }
  317. .comments_con{
  318. padding: 20rpx 30rpx;
  319. }
  320. .comments-item{
  321. display: flex;
  322. flex-direction: column;
  323. }
  324. .item-top{
  325. display: flex;
  326. justify-content: space-between;
  327. align-items: flex-start;
  328. width: 100%;
  329. }
  330. .top-right{
  331. flex: 1;
  332. text-align: right;
  333. font-size:26rpx;
  334. color: #646464;
  335. }
  336. .top-avatar image{
  337. width:82rpx;
  338. height:82rpx;
  339. border-radius:50%;
  340. overflow:hidden;
  341. margin-right: 30rpx;
  342. }
  343. .top-middle{
  344. flex: 5;
  345. }
  346. .item-bottom{
  347. width: 100%;
  348. }
  349. .bottom-detail{
  350. width: 78%;
  351. margin-left:112rpx;
  352. word-wrap:break-word;
  353. font-size:26rpx;
  354. color: #646464;
  355. }