yapi/client/containers/Project/AddProject/Addproject.scss
2017-08-10 21:23:47 +08:00

31 lines
423 B
SCSS

@import '../../../styles/common.scss';
.m-container {
margin: .24rem auto !important;
padding: .24rem !important;
}
.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;
}