You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
168 B
SCSS
12 lines
168 B
SCSS
|
9 months ago
|
.voice-print {
|
||
|
|
width: 100%;
|
||
|
|
height: 60px;
|
||
|
|
margin: 20px 0;
|
||
|
|
|
||
|
|
canvas {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
filter: brightness(1.2); // 增加整体亮度
|
||
|
|
}
|
||
|
|
}
|