123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- /* pages/zl_detail/index.wxss */
- /* @import "../../../common/component/wxParse/wxParse.wxss"; */
- image{
- height: 50rpx;
- }
- .container {
- padding: 0;
- background: #eee;
- padding-bottom: 100rpx;
- }
- .zl_detail_bg {
- height: 440rpx;
- }
- .zl_detail_bg_img {
- width: 100%;
- height: 440rpx;
- }
- .zl_detail_info {
- padding: 30rpx 30rpx 10rpx 30rpx;
- background: #fff;
- }
- .zl_detail_info_title {
- line-height: 50rpx;
- font-size: 36rpx;
- font-weight: bolder;
- margin-bottom: 30rpx;
- }
- .zl_detail_info_subTxt {
- line-height: 40rpx;
- margin-bottom: 20rpx;
- display: flex;
- }
- .icon-time, .icon-piaowu {
- font-size: 40rpx;
- vertical-align: middle;
- }
- .zl_detail_info_subTxt_title {
- vertical-align: middle;
- margin-left: 10rpx;
- }
- .zl_detail_info_subTxt_txt {
- vertical-align: middle;
- color: #999;
- /* overflow: hidden; */
- text-overflow: ellipsis;
- /* white-space: nowrap; */
- display: inline-block;
- }
- .weui-cell {
- /* padding: 20rpx 0 40rpx; */
- padding: 20rpx 0 40rpx;
- border-bottom: 2rpx #ddd solid;
- }
- .weui-media-box__hd_avatar {
- width: 220rpx;
- padding-right: 20rpx;
- padding-top: 10rpx;
- }
- .zl_detail_txt {
- text-align: justify;
- word-break: break-all;
- box-sizing: border-box;
- margin: 30rpx 0;
- }
- .zl_detail_img {
- width: 100%;
- height: 440rpx;
- margin: 20rpx 0;
- }
- .shensuo {
- text-align: center;
- font-size: 28rpx;
- }
- .fdkk-cells {
- background: #fff;
- margin: 20rpx 0;
- padding: 0 30rpx 20rpx;
- }
- .sub_bar_title {
- font-size: 36rpx;
- font-weight: bold;
- /* color: #e02f2f; */
- }
- .no-border {
- border: none;
- }
- .artist_avatar {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-around;
- }
- .artist_avatar_item {
- display: flex;
- flex-direction: column;
- padding: 30rpx 40rpx 0;
- }
- .artist_avatar_img {
- min-width: 140rpx;
- width: 140rpx;
- height: 140rpx;
- border-radius: 70rpx;
- margin: 0 auto;
- }
- .fix-padding {
- padding-bottom: 20rpx;
- border-bottom: none;
- }
- .tour_map {
- margin-top: 20rpx;
- position: relative;
- left: 0;
- top: 0;
- }
- .icon_quanping {
- z-index: 30;
- width: 60rpx;
- height: 60rpx;
- position: absolute;
- bottom: 20rpx;
- right: 40rpx;
- }
- .tour_info {
- padding: 10rpx 30rpx;
- }
- .tour_info_txt {
- color: #999;
- }
- .zl_detail_body {
- height: 180rpx;
- overflow: hidden;
- }
- .zl_detail_body_active {
- height: auto;
- }
- .weui-cell__ft_in-access_active:after {
- top: 20rpx;
- }
- .iconfont {
- color: #999;
- }
- .like-num {
- display: inline-block;
- font-size: 20rpx;
- font-weight: normal;
- position: relative;
- top: -20rpx;
- /* left: 0rpx; */
- }
- .like_style {
- display: inline-block;
- position: absolute;
- right: 0;
- }
- .detail_title {
- font-weight: bolder;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 500rpx;
- display: inline-block;
- }
- .weui-media-box__thumb {
- border-radius: 50%;
- }
- .weui-media-box__hd_in-appmsg {
- width: 80rpx;
- height: 80rpx;
- line-height: 80rpx;
- }
- .comment_con {
- padding: 0 30rpx;
- }
- .icon-zan {
- float: right;
- font-size: 24rpx;
- margin-right: 50rpx;
- }
- .fdkk-cells > view:nth-last-child(2) > .weui-cell{
- border-bottom: none;
- }
- .argee_con{
- background: #fff;
- text-align: center;
- padding: 20rpx 0;
- }
- .icon-xiugai,.icon-gouwuche,.icon-view{
- font-size: 55rpx;
- /* position: relative;
- top: 8rpx; */
- /* display: none; */
- }
- .icon-xiugai{
- color:#7f7f7f;
- }
- .icontxt{
- font-size: 32rpx;
- position: relative;
- margin-left: 8rpx;
- top: -6rpx;
- }
- .iconfont {
- color: #999;
- }
- .iconyishoucang {
- color: #e02f2f;
- }
- .icon-empty_like{
- }
- .like-status {
- margin-left: 4rpx;
- font-size: 28rpx;
- }
- .icon-like_active {
- color: #e02f2f;
- }
- .like_style {
- display: inline-block;
- position: absolute;
- right: 40rpx;
- }
- .detail_title {
- font-weight: bolder;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 500rpx;
- display: inline-block;
- }
- .icon-gouwuche,.icon-view{
- color: #fff;
- }
- .icon-zan_active{
- color: #e02f2f
- }
- .zl_detail_con view{
- overflow: hidden;
- }
|