index.scss 341 B

123456789101112131415161718
  1. /* 语音识别按钮样式 */
  2. .info {
  3. width: 48rpx;
  4. height: 48rpx;
  5. text-align: center;
  6. line-height: 48rpx;
  7. border-radius: 8rpx;
  8. font-size: 24rpx;
  9. font-family: PingFang SC-Bold, PingFang SC;
  10. font-weight: bold;
  11. background: #9CBAFB;
  12. color: #fff;
  13. }
  14. .begin{
  15. background: #E7EEFF;
  16. color: #3874F6;
  17. }