.flot { display: flex; flex-direction: column; align-items: center; width: 112rpx; height: 112rpx; background: linear-gradient(90deg, #4481EB 0%, #04BEFE 100%); box-shadow: 0px 6rpx 12rpx 2rpx rgba(76, 163, 244, 0.4); border-radius: 50%; transform: translate(-50%, -50%); image { width: 40rpx; height: 40rpx; margin-top: 16rpx; } text { font-size: 20rpx; font-family: PingFang SC-Regular, PingFang SC; color: #FFFFFF; margin-top: 6rpx; } }