yapi/client/containers/AddProject/Addproject.scss

31 lines
420 B
SCSS
Raw Normal View History

@import '../../styles/common.scss';
2017-08-10 18:26:35 +08:00
.m-container {
margin: .24rem auto !important;
padding: .24rem !important;
}
2017-08-10 21:23:47 +08:00
.form-item {
margin-bottom: .16rem;
}
.breakline {
margin-top: .18rem;
margin-bottom: .18rem;
border: 0;
border-top: 1px solid #eeeeee;
}
.radio {
font-weight: 600;
}
.radio-desc {
margin-left: .22rem;
position: relative;
font-weight: normal;
top: -.08rem;
color: #919191;
}