/* labels.css */ .tits {background: #F1F1F1;font-size: 28rpx;color: #666;padding: 30rpx 34rpx 15rpx;} .tits view text{font-size: 22rpx;color: #999;margin-left: 10rpx;} .create {font-size: 28rpx;color: #3387FF;} .list .li {border-bottom: 1rpx solid #f5f5f5;padding: 0 28rpx 0 31rpx;height: 110rpx;font-size: 32rpx;color: #222222;position: relative;} .list .li.long {background: #e5e5e5;} .nums {display: block;font-size: 28rpx;color: #999;margin-left: 20rpx;} .rico {width: 13rpx;height: 21rpx;margin-left: 20rpx;} .h-hide {width: 170rpx;background: #FFFFFF;border: 1rpx solid #F2F2F2;box-shadow: 0 6rpx 20rpx rgba(168, 168, 168, 0.16);border-radius: 6rpx;position: absolute;bottom: 55rpx;right: 20%;z-index: 20;font-size: 26rpx;color: #222;text-align: center;} .h-hide .lis {padding: 20rpx 0;position: relative;} .h-hide .lis::after {content: '';display: block;height: 1rpx;background: #E8E8E8;position: absolute;left: 28rpx;right: 28rpx;bottom: 0;} .h-hide .lis:last-child::after {display: none;} .list .li .h-hide {bottom: auto;top: 55rpx;} .mask {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0);z-index: 19;} /* 遮罩 */ .shade {position: fixed;z-index: 100;top: 0;right: 0;bottom: 0;left: 0;-webkit-touch-callout: none;} .pop {position: fixed;z-index: 101;width: 200upx;box-sizing: border-box;font-size: 28upx;text-align: left;color: #333;background-color: #fff;box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);line-height: 80upx;transition: transform 0.15s ease-in-out 0s;user-select: none;-webkit-touch-callout: none;transform: scale(0, 0);} .pop.show {transform: scale(1, 1);} .pop>view {padding: 0 20upx;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;user-select: none;-webkit-touch-callout: none;} .pop:active {background-color: #f3f3f3;}