2017-09-26 04:28:36 +08:00
|
|
|
@import "/imports/ui/stylesheets/variables/_all";
|
|
|
|
|
|
|
|
.form {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.audioNote {
|
|
|
|
@include mq($small-only) {
|
|
|
|
font-size: 0.8rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.row {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-bottom: 0.7rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col {
|
|
|
|
display: flex;
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-basis: 0;
|
|
|
|
margin-right: 1rem;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-right: 0;
|
|
|
|
padding-right: 0.1rem;
|
|
|
|
padding-left: 4rem;
|
|
|
|
}
|
2017-10-11 02:03:29 +08:00
|
|
|
|
|
|
|
&.spacedLeft {
|
2018-10-19 04:37:14 +08:00
|
|
|
// @extend .spaced;
|
2017-10-11 02:03:29 +08:00
|
|
|
|
|
|
|
label {
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-basis: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
padding-right: 0.1rem;
|
|
|
|
padding-left: 4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-basis: 0;
|
|
|
|
margin-right: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-right: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
}
|
2017-09-26 04:28:36 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.labelSmall {
|
|
|
|
color: black;
|
2017-09-29 21:38:10 +08:00
|
|
|
font-size: 0.85rem;
|
2017-09-26 04:28:36 +08:00
|
|
|
font-weight: 600;
|
2017-10-10 04:48:10 +08:00
|
|
|
|
|
|
|
& > :first-child {
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
}
|
2017-09-26 04:28:36 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.formElement {
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select {
|
2017-10-10 04:48:10 +08:00
|
|
|
-webkit-appearance: none;
|
|
|
|
-webkit-border-radius: 0px;
|
2018-10-19 04:37:14 +08:00
|
|
|
background: var(--color-white) url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='#667189' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right .35rem center/.4rem .5rem;
|
2017-10-10 04:48:10 +08:00
|
|
|
background-repeat: no-repeat;
|
2018-10-19 04:37:14 +08:00
|
|
|
border: 0.07rem solid var(--color-gray-light);
|
2017-10-10 04:48:10 +08:00
|
|
|
border-radius: .125rem;
|
2018-10-19 04:37:14 +08:00
|
|
|
color: var(--color-text);
|
2017-09-26 04:28:36 +08:00
|
|
|
width: 100%;
|
|
|
|
// appearance: none;
|
2017-10-10 04:48:10 +08:00
|
|
|
padding: .4rem;
|
2017-09-26 04:28:36 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.audioMeter {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pullContentRight {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
flex-flow: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.verticalLine {
|
|
|
|
color: #f3f6f9;
|
|
|
|
border-left: 1px solid;
|
|
|
|
height: 5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.backBtn {
|
|
|
|
margin-right: 0.5rem;
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
@include mq($small-only) {
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.enterAudio {
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chooseAudio {
|
2018-10-19 04:37:14 +08:00
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
2017-09-26 04:28:36 +08:00
|
|
|
transform: translate(-50%, 0);
|
|
|
|
}
|