| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- /* release.css */
- .tab{height: 85rpx;font-size: 30rpx;color: #969799;border-bottom: 1rpx solid #EDEDED;position: fixed;top: 0;left: 0;right: 0;background: #fff;z-index: 50;}
- .tab .li{width: 50%;text-align: center;position: relative;line-height: 85rpx;}
- .tab .li.active{font-size: 34rpx;color: #1A1F30;font-weight: bold;}
- .tab .li.active::after{content: '';display: block;width: 44rpx;height: 8rpx;background: #FF753A;border-radius: 4rpx;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
- .placeholder-view{height: 85rpx;}
- .list .li{background: #fff;margin-bottom: 20rpx;padding: 40rpx 30rpx 45rpx;}
- .userimg{width: 66rpx;height: 66rpx;border-radius: 50%;margin-right: 12rpx;}
- .name{font-size: 28rpx;color: #333;font-weight: bold;}
- .vip-tag{width: 41rpx;height: 31rpx;margin-left: 10rpx;}
- .time{font-size: 24rpx;color: #999;}
- .area{font-size: 24rpx;color: #999;margin-top: 8rpx;}
- .des{font-size: 30rpx;color: #000;line-height: 50rpx;margin: 30rpx 0 0;-webkit-line-clamp: 5;word-wrap: break-word;}
- .video{margin-top: 20rpx;position: relative;}
- .video video{width: 100%;height: 380rpx;border-radius: 15rpx;display: block;}
- .video-play{position: absolute;top: 0;left: 0;right: 0;bottom: 0;justify-content: center;background: rgba(0,0,0,.5);border-radius: 15rpx;}
- .video-play image{width: 82rpx;height: 82rpx;}
- .wen{display: inline-block;width: 60rpx;height: 34rpx;background: #3DB4FF;border-radius: 4rpx;font-size: 24rpx;color: #fff;text-align: center;line-height: 34rpx;margin-right: 15rpx;}
- .imgbox{flex-wrap: wrap;margin-top: 20rpx;}
- .imgbox image{width: 222rpx;height: 222rpx;border-radius: 16rpx;margin: 0 12rpx 12rpx 0;}
- .imgbox image:nth-child(3n){margin-right: 0;}
- .que{height: 78rpx;border-radius: 10rpx;background: linear-gradient(270deg, #FFFBEB 0%, #FFF3C9 100%);font-size: 28rpx;color: #FE7806;padding: 0 15rpx;margin-top: 20rpx;}
- .que .tovers{-webkit-line-clamp: 1;height: 78rpx;line-height: 78rpx;}
- .st-ico{width: 50rpx;height: 47rpx;margin-right: 15rpx;}
- .st-rico{width: 12rpx;height: 20rpx;margin-left: 35rpx;}
- .cates text{display: block;font-size: 20rpx;color: #999;background: #F7F7F7;height: 48rpx;border-radius: 24rpx;padding: 0 20rpx;margin: 30rpx 25rpx 0 0;line-height: 48rpx;}
- .topic{height: 40rpx;background: #FDF1F1;border-radius: 20rpx;font-size: 20rpx;color: #F32224;padding: 0 20rpx 0 10rpx;margin-top: 18rpx;}
- .topic image{width: 28rpx;height: 28rpx;margin-right: 7rpx;}
- .loca{margin-top: 20rpx;font-size: 20rpx;color: #666;}
- .loca image{width: 26rpx;height: 31rpx;margin-right: 8rpx;}
- .loca text{margin-right: 10rpx;}
- .opt{font-size: 24rpx;color: #999;margin-top: 30rpx;justify-content: flex-end;}
- .opt image{width: 33rpx;height: 33rpx;margin-right: 8rpx;}
- .opt .ddflex{margin-left: 50rpx;}
- .opt-share{font-size: 24rpx;color: #999;margin-left: 50rpx !important;}
- .vote-box{margin-top: 50rpx;}
- .vote-box.ends{background: #f8f8f8;margin-top: 30rpx;padding: 20rpx;}
- .vote-tit{font-size: 28rpx;color: #000;}
- .vote-list .lis{height: 74rpx;background: #F9FAFC;border: 1rpx solid #EBEBEB;border-radius: 8rpx;font-size: 30rpx;color: #EB1C24;text-align: center;line-height: 74rpx;margin-top: 20rpx;padding: 0 28rpx;position: relative;overflow: hidden;}
- .end .lis{text-align: left;color: #9B9B9B;}
- .end .lis view{position: relative;z-index: 2;}
- .end .lis view.percent{position: absolute;top: 0;bottom: 0;left: 0;background: #F0F0F0;z-index: 0;}
- .end .lis.active{color: #EB1C24;}
- .end .lis.active view.percent{background: #FFEBEB;}
- .vote-can{font-size: 22rpx;color: #999;margin-top: 15rpx;}
- .vote-can text{margin-right: 15rpx;}
- .link{height: 150rpx;background: #F8F8F8;border-radius: 16rpx;padding: 24rpx;font-size: 28rpx;color: #333;box-sizing: border-box;margin-top: 30rpx;}
- .link image{width: 102rpx;height: 102rpx;border-radius: 12rpx;margin-right: 12rpx;}
|