index.wxss 4.4 KB

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