index.scss 257 B

123456789101112
  1. .info {
  2. width: 48rpx;
  3. height: 48rpx;
  4. text-align: center;
  5. line-height: 48rpx;
  6. background: #E7EEFF;
  7. border-radius: 8rpx;
  8. font-size: 24rpx;
  9. font-family: PingFang SC-Bold, PingFang SC;
  10. font-weight: bold;
  11. color: #3874F6;
  12. }