41 lines
554 B
Plaintext
41 lines
554 B
Plaintext
.speak-style{
|
|
position: relative;
|
|
height: 240rpx;
|
|
width: 240rpx;
|
|
border-radius: 20rpx;
|
|
margin: 50% auto;
|
|
background: #26a5FF;
|
|
}
|
|
|
|
.sound-style{
|
|
position: absolute;
|
|
width: 74rpx;
|
|
height: 150rpx;
|
|
margin-top: 45rpx;
|
|
margin-left: 83rpx;
|
|
}
|
|
|
|
.record-style{
|
|
position: fixed;
|
|
bottom: 20rpx;
|
|
left:0;
|
|
height: 100rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.board{
|
|
overflow: hidden;
|
|
border-bottom: 2rpx solid #26A5ff;
|
|
}
|
|
|
|
.cell{
|
|
display: flex;
|
|
margin: 20rpx;
|
|
}
|
|
|
|
.cell-db{
|
|
flex: 1;
|
|
position: relative;
|
|
} |