index.acss 238 B

123456789101112131415
  1. .img-name{
  2. width: 80rpx;
  3. height: 80rpx;
  4. border-radius: 100%;
  5. background: #26A2FF;
  6. color: #fff;
  7. text-align: center;
  8. line-height: 80rpx;
  9. font-size: 28rpx;
  10. }
  11. .img-url{
  12. width: 80rpx;
  13. height: 80rpx;
  14. border-radius: 100%;
  15. }