123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419 |
- /* pages/zl_detail/index.wxss */
- @import "../../common/component/wxParse/wxParse.wxss";
- .container {
- padding: 0;
- background: #eee;
- }
- .zl_detail_bg {
- height: 440rpx;
- }
- .zl_detail_bg_img {
- width: 100%;
- height: 100%;
- }
- .zl_detail_info {
- padding: 32rpx 30rpx 0rpx 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: 60rpx;
- 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;
- width: 400rpx;
- }
- .like_style .iconfont{
- font-size: 28rpx;
- }
- .weui-cell {
- padding: 20rpx 0 40rpx;
- }
- .weui-media-box__hd_avatar {
- width: 80rpx;
- height: 80rpx;
- 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;
- margin-top: 30rpx;
- }
- .fdkk-cells {
- background: #fff;
- margin: 20rpx 0;
- padding: 40rpx 30rpx;
- }
- .sub_bar_title {
- font-size: 36rpx;
- /* color: #e02f2f; */
- font-weight: bold
- }
- .no-border {
- border: none;
- }
- .artist_avatar {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- align-items: center;
- }
- .artist_avatar_item {
- display: flex;
- align-items: center;
- }
- .artist_avatar_img {
- min-width: 80rpx;
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- margin: 0 auto;
- }
- .fix-padding {
- padding: 60rpx 0 50rpx;
- border-bottom:0;
-
- }
- .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: 280rpx;
- overflow: hidden;
- }
- .zl_detail_body_active {
- height: auto;
- }
- .weui-cell__ft_in-access_active:after {
- top: 20rpx;
- }
- .weui-cell__ft_in-access{
- padding-right: 12rpx;
- }
- .fix_weui-cell__ft_in-access:after{
- /* top: 26rpx; */
- }
- .iconfont {
- color: #999;
- }
- .icon-like {
- color: #e02f2f;
- }
- .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;
- }
- .like-status {
- margin-left: 18rpx;
- 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;
- }
- .zl_detail_con view{
- overflow: hidden;
- }
- .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;
- }
- .icon-zan_active{
- color: #e02f2f
- }
- .cg_detail_time{
- font-size: 26rpx;
- width: 100%;
- overflow:hidden;
- text-overflow:ellipsis;
- }
- .cg_detail_warpper{
- margin-top: 40rpx;
- }
- .cg_address_warpper,.cg_detail_time_warpper{
- display: flex;
- align-items: center;
- margin: 30rpx 0;
- }
- .cg_address_warpper{
- margin-bottom: 90rpx;
- }
- .cg_detail_time_warpper .iconfont,.cg_address_warpper .iconfont{
- color: #000;
- font-size: 28rpx;
- display: inline-block;
- vertical-align: text-bottom;
- font-weight: bold;
- margin-right: 36rpx;
- }
- .cg_address, .iconkedianjibiaoshiicon{
- color: #e02f2f!important;
- }
- .cg_address{
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .iconkedianjibiaoshiicon{
- margin-left: 16rpx!important;
- font-size: 22rpx!important;
- }
- .cg_detail_desc {
- padding-bottom: 72rpx;
- }
- .pav_item{
- margin-left: 40rpx;
- }
- .cg_desc{
- font-size: 24rpx;
- color: #646464;
- }
- .pav_name{
- font-size: 30rpx;
- color: #000;
- font-weight: bold;
- }
- .artist_avatar .iconkedianjibiaoshiicon{
- color: #000!important;
- }
- .write_comment{
- float: right;
- color: #e02f2f;
- font-size: 28rpx;
- }
- .iconyishoucang{
- color: #e02f2f;
- }
- .weui-cell__hd .weui-media-box__hd_in-appmsg {
- width: 82rpx;
- height: 82rpx;
- border-radius: 50%;
- overflow: hidden;
- }
- .comment_con .weui-cell__bd{
- display: flex;
- }
- .comment-username{
- font-size: 28rpx;
- font-weight: bold;
- }
- .comment-left{
- flex: 1;
- }
- .comment-right{
- flex: 1;
- text-align: right;
- color: #646464;
- font-size: 26rpx;
- }
- .comment-detail{
- color: #646464;
- font-size: 26rpx;
- max-width: 516rpx;
- word-wrap:break-word;
- }
- .cg_detail_desc{
- overflow: hidden;
- text-align:justify;
- }
- .zl_detail_con{
- height: 150rpx;
- overflow: hidden;
- font-size: 32rpx;
- color: #646464;
- }
- .zl_detail_con.noText{
- height: auto;
- }
- .zl_detail_con.active{
- height: auto;
- }
- .cg_detail_descMore{
- text-align: center;
- font-size: 28rpx;
- margin-top: 100rpx;
- }
- .cg_detail_descMore.active{
- margin-top:0;
- }
- .comments_con{
- padding: 20rpx 30rpx;
- }
- .comments-item{
- display: flex;
- flex-direction: column;
- }
- .item-top{
- display: flex;
- justify-content: space-between;
- align-items: flex-start;
- width: 100%;
- }
- .top-right{
- flex: 1;
- text-align: right;
- font-size:26rpx;
- color: #646464;
- }
- .top-avatar image{
- width:82rpx;
- height:82rpx;
- border-radius:50%;
- overflow:hidden;
- margin-right: 30rpx;
- }
- .top-middle{
- flex: 5;
- }
- .item-bottom{
- width: 100%;
- }
- .bottom-detail{
- width: 78%;
- margin-left:112rpx;
- word-wrap:break-word;
- font-size:26rpx;
- color: #646464;
- }
|