33 lines
453 B
Plaintext
33 lines
453 B
Plaintext
.goeasy-recorder {
|
|
height: 80rpx;
|
|
background-color: #ffffff;
|
|
flex: 1;
|
|
display: flex;
|
|
}
|
|
|
|
|
|
.record-msg-box {
|
|
flex: 1;
|
|
height: 80rpx;
|
|
padding-left: 20rpx;
|
|
padding: 0;
|
|
border-radius: 12rpx;
|
|
box-sizing: border-box;
|
|
line-height: 80rpx;
|
|
font-size: 28rpx;
|
|
text-align: center;
|
|
color: #FFFFFF;
|
|
background: #cccccc;
|
|
}
|
|
|
|
.record-icon {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 158rpx;
|
|
margin: auto;
|
|
width: 316rpx;
|
|
height: 308rpx;
|
|
}
|