forgeplus-react/src/forge/Team/Index.scss

31 lines
557 B
SCSS

.teamBox{
margin:10px 0px;
border:1px solid #eee;
border-radius: 2px;
.teamBox-title{
border-bottom: 1px solid #eee;
background-color: #F1F8FF;
height: 50px;
line-height: 50px;
text-align: center;
color: #333;
font-size: 18px;
}
.teamBox-form{
padding:24px 40px;
}
.lables{
position: relative;
color:#333;
margin-bottom: 5px;
display: block;
}
.lables.must::before{
content: "*";
color: #F73030;
font-size: 18px;
position: absolute;
left: -15px;
height: 100%;
}
}