| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- /* 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;}
- .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: var(--main);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;}
- .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;}
- .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;}
- .product{height: 168rpx;margin-top: 30rpx;overflow: hidden;}
- .pro-view{height: 168rpx;padding-bottom: 20rpx;white-space: nowrap;}
- .pro-view .li{display: inline-block;width: 554rpx;height: 168rpx;background: #F7F8FA;border-radius: 16rpx;margin-right: 20rpx;padding: 16rpx;box-sizing: border-box;}
- .pro-view1 .li{width: 688rpx;}
- /* .pro-view .li:first-child{margin-left: 30rpx;} */
- /* .pro-view .li:last-child{margin-right: 30rpx;} */
- .pro-pic{width: 136rpx;height: 136rpx;border-radius: 16rpx;background: #fff;margin-right: 19rpx;}
- .title{white-space: initial;font-size: 26rpx;color: #1A1F30;line-height: 37rpx;height: 74rpx;}
- .opts{justify-content: space-between;margin-top: 10rpx;}
- .money{font-size: 24rpx;color: var(--main);}
- .pro-btn{width: 94rpx;height: 46rpx;background: var(--main);border-radius: 23rpx;font-size: 28rpx;color: #fff;text-align: center;line-height: 46rpx;}
- .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: #4E6EAC;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: #4E6EAC;}
- .end .lis.active view.percent{background: #E4ECFF;}
- .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;}
|