serverAdd.wxss 690 B

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