调整语音组件

This commit is contained in:
唐明明
2022-02-22 16:38:41 +08:00
parent d812ac2862
commit d92fb30648
3 changed files with 48 additions and 17 deletions

View File

@@ -100,7 +100,8 @@
<style scoped lang="scss">
.send--voice {
.voice {
.voice {
display: flex;
background: $window-color;
height: 70rpx;
line-height: 70rpx;
@@ -109,14 +110,14 @@
width: 500rpx;
border-radius: 10rpx;
margin-right: 15rpx;
.button {
font-size: 30rpx;
color: #333;
}
}
.modal {
.modal {
display: flex;
background: rgba(0, 0, 0, .6);
position: fixed;
height: 200rpx;
@@ -128,7 +129,6 @@
flex-direction: column;
align-items: center;
justify-content: center;
.icon {
width: 88rpx;
height: 88rpx;