Merge branch 'dev_aliyun' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

dev_cs
杨树林 5 years ago
commit 6c3272d208

@ -107,7 +107,7 @@ class ShowAppraiseList extends Component{
{data===undefined?"":data.stage_list.map((item,key)=>{ {data===undefined?"":data.stage_list===undefined||data.stage_list===null?"":data.stage_list.map((item,key)=>{
let challenge_comment_hidden=item.challenge_comment_hidden===undefined||item.challenge_comment_hidden===null||item.challenge_comment_hidden===""; let challenge_comment_hidden=item.challenge_comment_hidden===undefined||item.challenge_comment_hidden===null||item.challenge_comment_hidden==="";
let challenge_comment=item.challenge_comment===undefined||item.challenge_comment===null||item.challenge_comment===""; let challenge_comment=item.challenge_comment===undefined||item.challenge_comment===null||item.challenge_comment==="";

@ -1,172 +1,172 @@
.winput-300-35{ .winput-300-35{
width: 300px; width: 300px;
height: 35px; height: 35px;
padding: 5px; padding: 5px;
box-sizing: border-box; box-sizing: border-box;
} }
.library_nav li { .library_nav li {
float: left; float: left;
cursor: pointer; cursor: pointer;
margin-right: 30px; margin-right: 30px;
position: relative; position: relative;
color: #05101A; color: #05101A;
height: 40px; height: 40px;
line-height: 20px; line-height: 20px;
font-size: 16px; font-size: 16px;
} }
.library_nav li.active a, .library_nav li:hover a{ .library_nav li.active a, .library_nav li:hover a{
color: #4cacff!important; color: #4cacff!important;
} }
.library_list { .library_list {
margin-bottom: 30px; margin-bottom: 30px;
} }
.library_list_item:hover { .library_list_item:hover {
box-shadow: 0px 4px 8px rgba(158,158,158,0.16); box-shadow: 0px 4px 8px rgba(158,158,158,0.16);
} }
.library_list_item { .library_list_item {
background: #fff; background: #fff;
padding: 20px 30px; padding: 20px 30px;
margin-bottom: 30px; margin-bottom: 30px;
display: flex; display: flex;
} }
.library_list_item .library_l_name { .library_list_item .library_l_name {
max-width: 600px; max-width: 600px;
float: left; float: left;
} }
.edu-activity-red { .edu-activity-red {
background-color: #FC2B6A; background-color: #FC2B6A;
color: #fff!important; color: #fff!important;
cursor: pointer; cursor: pointer;
border: 1px solid #FC2B6A; border: 1px solid #FC2B6A;
line-height: 17px; line-height: 17px;
} }
.edu-activity-green { .edu-activity-green {
background-color: green; background-color: green;
color: #fff!important; color: #fff!important;
cursor: pointer; cursor: pointer;
border: 1px solid green; border: 1px solid green;
line-height: 17px; line-height: 17px;
} }
.edu-activity-orange { .edu-activity-orange {
background-color: #ff6800; background-color: #ff6800;
color: #fff!important; color: #fff!important;
cursor: pointer; cursor: pointer;
border: 1px solid #ff6800; border: 1px solid #ff6800;
line-height: 17px; line-height: 17px;
} }
.edu-activity-blue { .edu-activity-blue {
background-color: #4CACFF; background-color: #4CACFF;
color: #fff!important; color: #fff!important;
cursor: pointer; cursor: pointer;
border: 1px solid #4CACFF; border: 1px solid #4CACFF;
line-height: 17px; line-height: 17px;
} }
.edu-activity-orange-sub { .edu-activity-orange-sub {
background-color: #FF781B; background-color: #FF781B;
color: #fff!important; color: #fff!important;
cursor: pointer; cursor: pointer;
border: 1px solid #ff6800; border: 1px solid #ff6800;
line-height: 17px; line-height: 17px;
} }
.pointsBtn { .pointsBtn {
width: 70px; width: 70px;
height: 70px; height: 70px;
background-color: #4cacff; background-color: #4cacff;
border-radius: 50%; border-radius: 50%;
color: #fff; color: #fff;
text-align: center; text-align: center;
margin: 0 auto; margin: 0 auto;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
padding: 2px 0; padding: 2px 0;
cursor: pointer; cursor: pointer;
line-height: 22px; line-height: 22px;
padding-top: 12px; padding-top: 12px;
} }
.pointedBtn{ .pointedBtn{
background: #BCD1E3; background: #BCD1E3;
cursor: default cursor: default
} }
.pointsBtn span{ .pointsBtn span{
display: block; display: block;
} }
.upload_Title { .upload_Title {
position: relative; position: relative;
margin-right: 20px; margin-right: 20px;
float: left; float: left;
line-height: 35px; line-height: 35px;
font-size: 16px; font-size: 16px;
width: 56px; /*width: 56px;*/
color:rgba(0, 0, 0, 0.85); color:rgba(0, 0, 0, 0.85);
text-align: center text-align: center
} }
.upload_Title.must:before { .upload_Title.must:before {
display: inline-block; display: inline-block;
margin-right: 4px; margin-right: 4px;
color: #f5222d; color: #f5222d;
font-size: 14px; font-size: 14px;
font-family: SimSun, sans-serif; font-family: SimSun, sans-serif;
line-height: 1; line-height: 1;
content: '*'; content: '*';
} }
.upload_Title:after{ .upload_Title:after{
content: ':'; content: ':';
position: relative; position: relative;
top: -0.5px; top: -0.5px;
margin: 0 8px 0 2px; margin: 0 8px 0 2px;
} }
.libraries_tab li { .libraries_tab li {
width: 120px; width: 120px;
height: 35px; height: 35px;
line-height: 33px; line-height: 33px;
border-radius: 18px; border-radius: 18px;
border: 1px solid #4C98FF; border: 1px solid #4C98FF;
color: #4C98FF; color: #4C98FF;
cursor: pointer; cursor: pointer;
margin-right: 30px; margin-right: 30px;
float: left; float: left;
text-align: center; text-align: center;
} }
.libraries_tab li.active { .libraries_tab li.active {
background: #4C98FF; background: #4C98FF;
color: #fff; color: #fff;
} }
.librariesField .ant-upload{ .librariesField .ant-upload{
width: 100%; width: 100%;
background: #F2F9FF; background: #F2F9FF;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
display: -webkit-flex; display: -webkit-flex;
text-align: center; text-align: center;
height: 120px!important; height: 120px!important;
border-radius: 4px; border-radius: 4px;
border: 1px dashed #4cacff!important; border: 1px dashed #4cacff!important;
display: block; display: block;
cursor: pointer; cursor: pointer;
} }
.librariesField .ant-upload.ant-upload-drag{ .librariesField .ant-upload.ant-upload-drag{
border:none!important; border:none!important;
} }
.uploadImage .ant-upload.ant-upload-select-picture-card{ .uploadImage .ant-upload.ant-upload-select-picture-card{
width:120px; width:120px;
height: 90px; height: 90px;
} }
.uploadImage .ant-upload.ant-upload-select-picture-card > .ant-upload{ .uploadImage .ant-upload.ant-upload-select-picture-card > .ant-upload{
padding:0px!important; padding:0px!important;
} }
.successPage { .successPage {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
display: -webkit-flex; display: -webkit-flex;
height: 570px; height: 570px;
text-align: center; text-align: center;
margin-bottom: 50px; margin-bottom: 50px;
} }
.changebtn { .changebtn {
width:166px; width:166px;
font-size: 16px; font-size: 16px;
height: 45px; height: 45px;
line-height: 45px; line-height: 45px;
} }
Loading…
Cancel
Save