42 lines
649 B
Plaintext
42 lines
649 B
Plaintext
/* pages/API/voice/voice.wxss */
|
|
image {
|
|
width: 75px;
|
|
height: 75px;
|
|
}
|
|
|
|
.page-body-wrapper {
|
|
justify-content: space-between;
|
|
flex-grow: 1;
|
|
margin-bottom: 150px;
|
|
}
|
|
.page-body-time {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.time-big {
|
|
font-size: 30px;
|
|
margin: 10px;
|
|
}
|
|
.time-small {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.page-body-buttons {
|
|
margin-top: 30px;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.page-body-button {
|
|
width: 225px;
|
|
text-align: center;
|
|
}
|
|
.button-stop-record {
|
|
width: 15px;
|
|
height: 15px;
|
|
border: 10px solid #fff;
|
|
background-color: #f55c23;
|
|
border-radius: 115px;
|
|
margin: 0 auto;
|
|
}
|