| 123456789101112131415161718 |
- /* 语音识别按钮样式 */
- .info {
- width: 48rpx;
- height: 48rpx;
- text-align: center;
- line-height: 48rpx;
- border-radius: 8rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- background: #9CBAFB;
- color: #fff;
- }
- .begin{
- background: #E7EEFF;
- color: #3874F6;
- }
|