index.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. /* pages/zl_detail/index.wxss */
  2. .container {
  3. padding: 0;
  4. background: #eee;
  5. }
  6. .weui-cell {
  7. /* padding: 20rpx 0 40rpx; */
  8. padding: 20rpx 0 40rpx;
  9. border-bottom: 2rpx #ddd solid;
  10. }
  11. .weui-media-box__hd_avatar {
  12. width: 220rpx;
  13. padding-right: 20rpx;
  14. padding-top: 10rpx;
  15. }
  16. .shensuo {
  17. text-align: center;
  18. font-size: 28rpx;
  19. }
  20. .fdkk-cells {
  21. background: #fff;
  22. margin-bottom: 20rpx;
  23. padding: 0 30rpx 20rpx;
  24. }
  25. .sub_bar_title {
  26. font-size: 36rpx;
  27. font-weight: bold;
  28. /* color: #e02f2f; */
  29. }
  30. .no-border {
  31. border: none;
  32. }
  33. .artist_avatar {
  34. display: flex;
  35. flex-wrap: wrap;
  36. justify-content: space-around;
  37. }
  38. .artist_avatar_item {
  39. display: flex;
  40. flex-direction: column;
  41. padding: 30rpx 40rpx 0;
  42. }
  43. .artist_avatar_img {
  44. min-width: 140rpx;
  45. width: 140rpx;
  46. height: 140rpx;
  47. border-radius: 70rpx;
  48. margin: 0 auto;
  49. }
  50. .fix-padding {
  51. padding-bottom: 20rpx;
  52. border-bottom: none;
  53. }
  54. .tour_map {
  55. margin-top: 20rpx;
  56. position: relative;
  57. left: 0;
  58. top: 0;
  59. }
  60. .icon_quanping {
  61. z-index: 30;
  62. width: 60rpx;
  63. height: 60rpx;
  64. position: absolute;
  65. bottom: 20rpx;
  66. right: 40rpx;
  67. }
  68. .tour_info {
  69. padding: 10rpx 30rpx;
  70. }
  71. .tour_info_txt {
  72. color: #999;
  73. }
  74. .zl_detail_body {
  75. height: 200rpx;
  76. overflow: hidden;
  77. }
  78. .zl_detail_body_active {
  79. height: auto;
  80. }
  81. .weui-cell__ft_in-access_active:after {
  82. top: 20rpx;
  83. }
  84. .iconfont {
  85. color: #999;
  86. }
  87. .icon-like {
  88. position: relative;
  89. top: 0;
  90. float: right;
  91. font-size: 50rpx;
  92. display: flex;
  93. flex-direction: column;
  94. text-align: center;
  95. }
  96. .like-num {
  97. display: inline-block;
  98. font-size: 20rpx;
  99. font-weight: normal;
  100. position: relative;
  101. top: -20rpx;
  102. /* left: 0rpx; */
  103. }
  104. .icon-like_active {
  105. color: #e02f2f;
  106. }
  107. .like_style {
  108. display: inline-block;
  109. position: absolute;
  110. right: 0;
  111. }
  112. .detail_title {
  113. font-weight: bolder;
  114. overflow: hidden;
  115. text-overflow: ellipsis;
  116. white-space: nowrap;
  117. width: 500rpx;
  118. display: inline-block;
  119. }
  120. .weui-media-box__thumb {
  121. border-radius: 50%;
  122. }
  123. .weui-media-box__hd_in-appmsg {
  124. width: 80rpx;
  125. height: 80rpx;
  126. line-height: 80rpx;
  127. }
  128. .comment_con {
  129. padding: 0 30rpx;
  130. background: #fff;
  131. }
  132. .icon-zan {
  133. float: right;
  134. font-size: 24rpx;
  135. margin-right: 50rpx;
  136. }
  137. .fdkk-cells > view:nth-last-child(2) > .weui-cell{
  138. border-bottom: none;
  139. }
  140. .argee_con{
  141. background: #fff;
  142. text-align: center;
  143. padding: 20rpx 0;
  144. }
  145. .icon-empty_like{
  146. position: relative;
  147. top: -2rpx;
  148. }
  149. .icon-xiugai,.icon-gouwuche{
  150. font-size: 55rpx;
  151. /* position: relative;
  152. top: 8rpx; */
  153. /* display: none; */
  154. }
  155. .icon-gouwuche{
  156. color: #fff;
  157. }
  158. .icon-xiugai{
  159. color:#7f7f7f;
  160. }
  161. .icontxt{
  162. font-size: 32rpx;
  163. position: relative;
  164. margin-left: 8rpx;
  165. top: -6rpx;
  166. }
  167. .weui-tab__panel{padding-top:0 }
  168. .weui-media-box_appmsg{
  169. align-items: flex-start;
  170. /* padding-right: 10rpx; */
  171. }
  172. .title-txt{
  173. font-size: 32rpx;
  174. font-weight: bold
  175. }
  176. .icon-zan_active{
  177. color: #e02f2f
  178. }
  179. .tapNavClass{
  180. background: #fff;
  181. padding: 10rpx 30rpx;
  182. color: #999;
  183. }
  184. .tapNavActive{
  185. color: #000;
  186. }