123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220 |
- /* pages/zl_detail/index.wxss */
- .container {
- padding: 0;
- background: #eee;
- }
- .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;
- }
- .shensuo {
- text-align: center;
- font-size: 28rpx;
- }
- .fdkk-cells {
- background: #fff;
- margin-bottom: 20rpx;
- 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: 200rpx;
- overflow: hidden;
- }
- .zl_detail_body_active {
- height: auto;
- }
- .weui-cell__ft_in-access_active:after {
- top: 20rpx;
- }
- .iconfont {
- color: #999;
- }
- .icon-like {
- position: relative;
- top: 0;
- float: right;
- font-size: 50rpx;
- display: flex;
- flex-direction: column;
- text-align: center;
- }
- .like-num {
- display: inline-block;
- font-size: 20rpx;
- font-weight: normal;
- position: relative;
- top: -20rpx;
- /* left: 0rpx; */
- }
- .icon-like_active {
- color: #e02f2f;
- }
- .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;
- background: #fff;
- }
- .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-empty_like{
- position: relative;
- top: -2rpx;
- }
- .icon-xiugai,.icon-gouwuche{
- font-size: 55rpx;
- /* position: relative;
- top: 8rpx; */
- /* display: none; */
- }
- .icon-gouwuche{
- color: #fff;
- }
- .icon-xiugai{
- color:#7f7f7f;
- }
- .icontxt{
- font-size: 32rpx;
- position: relative;
- margin-left: 8rpx;
- top: -6rpx;
- }
- .weui-tab__panel{padding-top:0 }
- .weui-media-box_appmsg{
- align-items: flex-start;
- /* padding-right: 10rpx; */
- }
- .title-txt{
- font-size: 32rpx;
- font-weight: bold
- }
- .icon-zan_active{
- color: #e02f2f
- }
- .tapNavClass{
- background: #fff;
- padding: 10rpx 30rpx;
- color: #999;
- }
- .tapNavActive{
- color: #000;
-
- }
|