release.wxss 608 B

123456789101112131415161718192021222324252627282930313233
  1. /* pages/manage/release/release.wxss */
  2. .loading {
  3. width: 180rpx;
  4. height: 180rpx;
  5. background-color: #7d7d7d;
  6. border-radius: 6rpx;
  7. position: absolute;
  8. top: 50%;
  9. left: 50%;
  10. transform: translate(-50%, -50%);
  11. }
  12. .loading-spin {
  13. padding: 50rpx;
  14. }
  15. .avatar {
  16. width: 60rpx;
  17. height: 60rpx;
  18. background-repeat: no-repeat;
  19. background-size: 100% 100%;
  20. border-radius: 10rpx;
  21. border: 1rpx solid #eee;
  22. overflow: hidden;
  23. margin-right: 15rpx;
  24. }
  25. .cell-title {
  26. color: #969799;
  27. font-weight: 400;
  28. font-size: 35rpx;
  29. padding: 40rpx 20rpx 20rpx;
  30. }