init
This commit is contained in:
40
xhs-mini-demos/component-case/voice/voice.css
Normal file
40
xhs-mini-demos/component-case/voice/voice.css
Normal file
@@ -0,0 +1,40 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user