groupManage.css 1.7 KB

1234567891011121314151617181920
  1. /* labels.css */
  2. .tits {background: #F1F1F1;font-size: 28rpx;color: #666;padding: 30rpx 34rpx 15rpx;}
  3. .tits view text{font-size: 22rpx;color: #999;margin-left: 10rpx;}
  4. .create {font-size: 28rpx;color: #3387FF;}
  5. .list .li {border-bottom: 1rpx solid #f5f5f5;padding: 0 28rpx 0 31rpx;height: 110rpx;font-size: 32rpx;color: #222222;position: relative;}
  6. .list .li.long {background: #e5e5e5;}
  7. .nums {display: block;font-size: 28rpx;color: #999;margin-left: 20rpx;}
  8. .rico {width: 13rpx;height: 21rpx;margin-left: 20rpx;}
  9. .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;}
  10. .h-hide .lis {padding: 20rpx 0;position: relative;}
  11. .h-hide .lis::after {content: '';display: block;height: 1rpx;background: #E8E8E8;position: absolute;left: 28rpx;right: 28rpx;bottom: 0;}
  12. .h-hide .lis:last-child::after {display: none;}
  13. .list .li .h-hide {bottom: auto;top: 55rpx;}
  14. .mask {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0);z-index: 19;}
  15. /* 遮罩 */
  16. .shade {position: fixed;z-index: 100;top: 0;right: 0;bottom: 0;left: 0;-webkit-touch-callout: none;}
  17. .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);}
  18. .pop.show {transform: scale(1, 1);}
  19. .pop>view {padding: 0 20upx;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;user-select: none;-webkit-touch-callout: none;}
  20. .pop:active {background-color: #f3f3f3;}