forgeplus-react/src/pages/Competitions/Detail/components/WorkSubmit/index.less

43 lines
832 B
Plaintext

[class^='ant-upload-list-item-info']{
padding:10px;
height: 26px;
background: #F6F7F9;
border-radius: 15px;
}
[class^="ant-table-cell"]::before{
background: rgba(255,255,255,0);
}
.WorkSubmit{
&Desc{
width: 100%;
padding: 8px 14px;
background: #f5f5f5;
color:#9096a3;
font-size: 12px;
border-radius: 0 0 8px 8px;
margin: 20px 0 30px 0;
}
.span{
font-size: 12px;
font-weight: 400;
color: #C5C5C5;
span{
color: #717171;
}
}
.search{
width: 292px;
border-radius: 19px;
height: 38px;
padding: 5px 14px;
font-size: 14px;
}
.downBut{
border-radius: 16px;
color: #3061D0;
padding: 0 20px;
height: 32px;
border: 1px solid #BACFFE;
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255,255,255,0.5);
}
}