index.scss 549 B

123456789101112131415161718192021222324
  1. .flot {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. width: 112rpx;
  6. height: 112rpx;
  7. background: linear-gradient(90deg, #4481EB 0%, #04BEFE 100%);
  8. box-shadow: 0px 6rpx 12rpx 2rpx rgba(76, 163, 244, 0.4);
  9. border-radius: 50%;
  10. transform: translate(-50%, -50%);
  11. image {
  12. width: 40rpx;
  13. height: 40rpx;
  14. margin-top: 16rpx;
  15. }
  16. text {
  17. font-size: 20rpx;
  18. font-family: PingFang SC-Regular, PingFang SC;
  19. color: #FFFFFF;
  20. margin-top: 6rpx;
  21. }
  22. }