index.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. /* pages/cg_detail/index.wxss */
  2. @import "../../common/component/wxParse/wxParse.wxss";
  3. .container {
  4. padding: 0;
  5. background: #eee;
  6. }
  7. .cg_detail_bg{
  8. font-size: 0;
  9. }
  10. .cg_detail_bg_img {
  11. width: 100%;
  12. height: 542rpx;
  13. }
  14. .cg_detail_info {
  15. padding: 30rpx 44rpx 10rpx 44rpx;
  16. background: #fff;
  17. }
  18. .cg_detail_info_top {
  19. display: flex;
  20. padding-bottom: 20rpx;
  21. }
  22. .cg_detail_info_top_img_flex{
  23. margin-right: 48rpx;
  24. width: 82rpx;
  25. height: 82rpx;
  26. border-radius: 50%;
  27. border: 1px solid #ccc;
  28. display: inline-block;
  29. overflow: hidden;
  30. }
  31. .cg_detail_info_top_flex {
  32. display: inline-block;
  33. flex-direction: column;
  34. width: 560rpx;
  35. }
  36. .cg_detail_container view{
  37. overflow: hidden;
  38. }
  39. .cg_detail_time_warpper .iconfont{
  40. color: #000;
  41. font-size: 28rpx;
  42. display: inline-block;
  43. vertical-align: text-bottom;
  44. font-weight: bold;
  45. margin-right: 36rpx;
  46. }
  47. .cg_detail_time{
  48. font-size: 26rpx;
  49. }
  50. .cg_detail_warpper{
  51. margin-top: 40rpx;
  52. }
  53. .cg_address_warpper{
  54. display: flex;
  55. align-items: center;
  56. margin-top: 30rpx;
  57. margin-bottom: 74rpx;
  58. }
  59. .cg_detail_title{
  60. font-size: 37rpx;
  61. font-weight: bold;
  62. margin-bottom: 76rpx;
  63. }
  64. .cg_detail_desc{
  65. overflow: hidden;
  66. color: #646464;
  67. text-align:justify;
  68. margin-bottom: 20rpx;
  69. }
  70. .cg_detail_desc_con{
  71. height: 150rpx;
  72. overflow: hidden;
  73. }
  74. .cg_detail_desc_con.noText{
  75. height: auto;
  76. }
  77. .cg_detail_desc_con.active{
  78. height: auto;
  79. }
  80. .cg_detail_descMore{
  81. text-align: center;
  82. font-size: 28rpx;
  83. margin-top: 100rpx;
  84. margin-bottom: 66rpx;
  85. }
  86. .cg_detail_descMore.active{
  87. margin: 0;
  88. }
  89. .cg_address_warpper .iconfont{
  90. display: inline-block;
  91. color: #000;
  92. vertical-align: text-bottom;
  93. font-size: 26rpx;
  94. font-weight: bold;
  95. margin-right: 36rpx;
  96. }
  97. .cg_address{
  98. width: 510rpx;
  99. font-size: 26rpx;
  100. color: #E02F2F;
  101. overflow: hidden;
  102. text-overflow:ellipsis;
  103. white-space: nowrap;
  104. display: block;
  105. }
  106. .cg_address_warpper .icon-youbian{
  107. color: #E02F2F;
  108. vertical-align: middle;
  109. margin-left: 18rpx;
  110. margin-right: 0rpx;
  111. }
  112. .cg_detail_info_top_flex_img {
  113. width: 100%;
  114. height: 100%;
  115. display: block;
  116. }
  117. .cg_detail_txt {
  118. text-align: justify;
  119. word-break: break-all;
  120. box-sizing: border-box;
  121. margin: 30rpx 0;
  122. }
  123. .cg_detail_info_title {
  124. margin-bottom: 10rpx;
  125. }
  126. .iconfont {
  127. color: #999;
  128. font-size:22rpx;
  129. margin-right: 15rpx;
  130. }
  131. .like-num {
  132. font-size: 20rpx;
  133. font-weight: normal;
  134. position: absolute;
  135. top: 40rpx;
  136. left: 6rpx;
  137. }
  138. .icon-like_active{
  139. color: #E02F2F;
  140. display: inline-block;
  141. }
  142. .cg_detail_info_subTxt {
  143. font-size: 26rpx;
  144. }
  145. .icon-time, .icon-piaowu {
  146. font-size: 40rpx;
  147. vertical-align: middle;
  148. }
  149. .cg_detail_info_subTxt_title {
  150. vertical-align: middle;
  151. margin-left: 10rpx;
  152. }
  153. .cg_detail_info_subTxt_txt {
  154. vertical-align: middle;
  155. color: #999;
  156. font-size: 26rpx;
  157. }
  158. .weui-cell {
  159. padding: 46rpx 0 28rpx 0;
  160. }
  161. .weui-cell__ft{
  162. font-size: 26rpx;
  163. color: #000;
  164. }
  165. .weui-media-box__hd_avatar {
  166. width: 80rpx;
  167. height: 80rpx;
  168. padding-right: 20rpx;
  169. padding-top: 10rpx;
  170. }
  171. .cg_detail {
  172. text-align: justify;
  173. word-break: break-all;
  174. box-sizing: border-box;
  175. }
  176. .shensuo {
  177. font-size: 28rpx;
  178. }
  179. .fdkk-cells {
  180. background: #fff;
  181. margin-top: 30rpx;
  182. padding: 0 44rpx;
  183. }
  184. .sub_bar_title {
  185. font-size: 36rpx;
  186. /* color: #e02f2f; */
  187. font-weight: bold
  188. }
  189. .no-border {
  190. border: none;
  191. }
  192. .artist_avatar {
  193. display: flex;
  194. flex-direction: column;
  195. background: #fff;
  196. padding-bottom: 30rpx;
  197. }
  198. .fdkz-card-info-date-more{
  199. text-align: center;
  200. font-size: 26rpx;
  201. padding-bottom: 74rpx;
  202. }
  203. .fdkz-card:first-child {
  204. margin-top: 0;
  205. }
  206. .fix-padding {
  207. padding-bottom: 20rpx;
  208. border-bottom: none;
  209. }
  210. .fdkz-card-img {
  211. height: 324rpx;
  212. }
  213. .tour_map {
  214. margin-top: 20rpx;
  215. position: relative;
  216. left: 0;
  217. top: 0;
  218. }
  219. .icon_quanping {
  220. z-index: 30;
  221. width: 60rpx;
  222. height: 60rpx;
  223. position: absolute;
  224. bottom: 20rpx;
  225. right: 40rpx;
  226. }
  227. .tour_info {
  228. padding: 10rpx 30rpx;
  229. }
  230. .tour_info_txt {
  231. color: #999;
  232. }
  233. .item-img {
  234. width: 100%;
  235. height: 100%;
  236. }
  237. .weui-cell__ft_in-access_active:after{
  238. top:20rpx;
  239. }
  240. .changguan_title{
  241. float:right;
  242. font-size:24rpx;
  243. text-overflow: ellipsis;
  244. overflow: hidden;
  245. white-space: nowrap;
  246. width: 150px;
  247. text-align: right;
  248. }
  249. .icon-like{
  250. color: #e02f2f;
  251. }