index.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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. height: 440rpx;
  9. }
  10. .cg_detail_bg_img {
  11. width: 100%;
  12. height: 440rpx;
  13. }
  14. .cg_detail_info {
  15. padding: 30rpx 30rpx 10rpx 30rpx;
  16. background: #fff;
  17. }
  18. .cg_detail_info_top {
  19. padding-bottom: 20rpx;
  20. border-bottom: 2rpx #ddd solid;
  21. }
  22. .cg_detail_info_top_flex {
  23. display: inline-block;
  24. flex-direction: column;
  25. width: 560rpx;
  26. }
  27. .cg_detail_container{
  28. /* display: inline-block; */
  29. /* height: 100rpx; */
  30. }
  31. .cg_detail_container view{
  32. overflow: hidden;
  33. }
  34. .cg_detail_info_top_img_flex {
  35. float: right;
  36. }
  37. .cg_detail_info_top_flex_img {
  38. width: 110rpx;
  39. height: 110rpx;
  40. }
  41. .cg_detail_txt {
  42. text-align: justify;
  43. word-break: break-all;
  44. box-sizing: border-box;
  45. margin: 30rpx 0;
  46. }
  47. .cg_detail_info_title {
  48. line-height: 50rpx;
  49. font-size: 36rpx;
  50. /* margin-bottom: 60rpx; */
  51. }
  52. .iconfont {
  53. color: #999;
  54. font-size:22rpx;
  55. margin-right: 15rpx;
  56. }
  57. .like-num {
  58. font-size: 20rpx;
  59. font-weight: normal;
  60. position: absolute;
  61. top: 40rpx;
  62. left: 6rpx;
  63. }
  64. .icon-like_active{
  65. color: #E02F2F;
  66. display: inline-block;
  67. }
  68. .cg_detail_info_subTxt {
  69. line-height: 40rpx;
  70. margin-bottom: 20rpx;
  71. }
  72. .icon-time, .icon-piaowu {
  73. font-size: 40rpx;
  74. vertical-align: middle;
  75. }
  76. .cg_detail_info_subTxt_title {
  77. vertical-align: middle;
  78. margin-left: 10rpx;
  79. }
  80. .cg_detail_info_subTxt_txt {
  81. vertical-align: middle;
  82. color: #999;
  83. font-size: 30rpx;
  84. }
  85. .weui-cell {
  86. padding: 20rpx 0 40rpx;
  87. border-bottom: 2rpx #ddd solid;
  88. }
  89. .weui-media-box__hd_avatar {
  90. width: 80rpx;
  91. height: 80rpx;
  92. padding-right: 20rpx;
  93. padding-top: 10rpx;
  94. }
  95. .cg_detail {
  96. text-align: justify;
  97. word-break: break-all;
  98. box-sizing: border-box;
  99. }
  100. .shensuo {
  101. font-size: 28rpx;
  102. }
  103. .fdkk-cells {
  104. background: #fff;
  105. margin: 20rpx 0;
  106. padding: 0 30rpx 20rpx;
  107. }
  108. .sub_bar_title {
  109. font-size: 36rpx;
  110. /* color: #e02f2f; */
  111. font-weight: bold
  112. }
  113. .no-border {
  114. border: none;
  115. }
  116. .artist_avatar {
  117. display: flex;
  118. flex-direction: column;
  119. background: #fff;
  120. padding-bottom: 30rpx;
  121. }
  122. .fdkz-card {
  123. margin: 10rpx 30rpx;
  124. height: 520rpx;
  125. /* padding: 0 30rpx; */
  126. }
  127. .fdkz-card:first-child {
  128. margin-top: 0;
  129. }
  130. .fix-padding {
  131. padding-bottom: 20rpx;
  132. border-bottom: none;
  133. }
  134. .fdkz-card-img {
  135. height: 400rpx;
  136. }
  137. .fdkz-card-info {
  138. height: 170rpx;
  139. padding: 20rpx;
  140. }
  141. .tour_map {
  142. margin-top: 20rpx;
  143. position: relative;
  144. left: 0;
  145. top: 0;
  146. }
  147. .icon_quanping {
  148. z-index: 30;
  149. width: 60rpx;
  150. height: 60rpx;
  151. position: absolute;
  152. bottom: 20rpx;
  153. right: 40rpx;
  154. }
  155. .tour_info {
  156. padding: 10rpx 30rpx;
  157. }
  158. .tour_info_txt {
  159. color: #999;
  160. }
  161. .item-img {
  162. width: 100%;
  163. height: 100%;
  164. }
  165. .tab-bar {
  166. height: 100rpx;
  167. }
  168. .weui-cell__ft_in-access_active:after{
  169. top:20rpx;
  170. }
  171. .fix_weui-cell__ft_in-access{
  172. padding-right: 12rpx;
  173. }
  174. .fix_weui-cell__ft_in-access:after{
  175. }
  176. .changguan_title{
  177. float:right;
  178. font-size:24rpx;
  179. text-overflow: ellipsis;
  180. overflow: hidden;
  181. white-space: nowrap;
  182. width: 150px;
  183. text-align: right;
  184. }
  185. .icon-like{
  186. color: #e02f2f;
  187. }