parent
0ed5b1d79f
commit
06ffbb390a
@ -0,0 +1,27 @@
|
||||
.newedu-class-container{
|
||||
width:1240px;
|
||||
height:84px;
|
||||
}
|
||||
.ecnewbutton{
|
||||
width:68px;
|
||||
height:30px;
|
||||
background:rgba(76,172,255,1);
|
||||
border-radius:2px;
|
||||
float:right;
|
||||
}
|
||||
.newedu-title-bottom{
|
||||
width:1240px;
|
||||
height:65px;
|
||||
}
|
||||
.edu-con-bottom {
|
||||
padding: 10px 0;
|
||||
background: #fff;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.TabledataSource .ant-table-wrapper{
|
||||
width: 1240px;
|
||||
}
|
||||
.ant-table-thead{
|
||||
background:rgba(245,245,245,1);
|
||||
}
|
@ -0,0 +1,565 @@
|
||||
.TrainingLecturer{
|
||||
font-size:18px;
|
||||
font-family:MicrosoftYaHei;
|
||||
font-weight:400;
|
||||
color:#656565;
|
||||
}
|
||||
.TrainingTheory{
|
||||
font-size:18px;
|
||||
font-family:MicrosoftYaHei;
|
||||
font-weight:400;
|
||||
color:#05101A !important;
|
||||
}
|
||||
#SystemParameters{
|
||||
height: 81px;
|
||||
line-height: 40px;
|
||||
}
|
||||
#SystemParameters .SystemParameters:nth-child(1){
|
||||
font-size:14px;
|
||||
font-family:MicrosoftYaHei;
|
||||
font-weight:400;
|
||||
/* color:#989898 !important; */
|
||||
}
|
||||
#SystemParameters .SystemParameters:nth-child(2){
|
||||
font-size:14px;
|
||||
font-family:MicrosoftYaHei;
|
||||
font-weight:400;
|
||||
color:#989898 !important;
|
||||
}
|
||||
.operationright{
|
||||
float:right !important;
|
||||
}
|
||||
.ml75{
|
||||
margin-left:75px;
|
||||
}
|
||||
.mlim30{
|
||||
margin-left:30px !important;
|
||||
}
|
||||
.RadioGroupbox{
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
height: 25px;
|
||||
position: relative;
|
||||
}
|
||||
.RadioGroupboxab{
|
||||
position: absolute;
|
||||
top: -5px;
|
||||
left: 30px;
|
||||
}
|
||||
.buttoninline{
|
||||
display: inline-block;
|
||||
margin-left: 29px;
|
||||
position: relative;
|
||||
/* width: 100px; */
|
||||
margin-top: 0px;
|
||||
height: 25px;
|
||||
}
|
||||
.placeholder::-moz-placeholder{font-size:12px;}
|
||||
.placeholder::-webkit-input-placeholder{font-size:12px;}
|
||||
.placeholder:-ms-input-placeholder{font-size:12px;}
|
||||
.mr16{
|
||||
margin-right:16px;
|
||||
}
|
||||
.defalutSubmitbtn{
|
||||
cursor: pointer;
|
||||
}
|
||||
.defalutCancelbtn{
|
||||
cursor: pointer;
|
||||
}
|
||||
.newSystem{
|
||||
background: #fff;
|
||||
}
|
||||
/* #EvaluationsList{
|
||||
padding:20px 0px;
|
||||
} */
|
||||
.mt55{
|
||||
margin-top:55px !important;
|
||||
}
|
||||
.mb100{
|
||||
margin-bottom:100px !important;
|
||||
}
|
||||
.mt26{
|
||||
margin-top:26px !important;
|
||||
}
|
||||
.mb80{
|
||||
margin-bottom:80px !important;
|
||||
}
|
||||
.color99{
|
||||
color:#999999;
|
||||
}
|
||||
.ant-select-selection__placeholder{
|
||||
width: 100%;
|
||||
font-size:14px;
|
||||
height:58px;
|
||||
}
|
||||
.mt70{
|
||||
margin-top:70px;
|
||||
}
|
||||
.mb50{
|
||||
margin-bottom:50px;
|
||||
}
|
||||
/* 谷歌 */
|
||||
input::-webkit-outer-spin-button,
|
||||
input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
margin: 0;
|
||||
font-size:14px;
|
||||
}
|
||||
/* 火狐 */
|
||||
input{
|
||||
-moz-appearance:textfield;
|
||||
font-size:14px;
|
||||
}
|
||||
.ColorF68{
|
||||
color:#FF6800;
|
||||
}
|
||||
.eaSystemp a{
|
||||
color:#05101a;
|
||||
}
|
||||
.eaSystemp span{
|
||||
color: #05101a !important;
|
||||
}
|
||||
.editorModify div .ant-input-lg{
|
||||
font-size: 14px;
|
||||
}
|
||||
#Coursemultiple div div ul .ant-select-selection__choice{
|
||||
margin-left: 0px;
|
||||
height: 20px !important;
|
||||
min-height: 29px;
|
||||
font-size: 14px;
|
||||
line-height: 27px;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
#Coursemultiple .ant-select-selection--multiple{
|
||||
min-height: 40px !important;
|
||||
line-height: 38px !important;
|
||||
}
|
||||
#Coursemultiple div div ul .ant-select-search.ant-select-search--inline{
|
||||
margin-left: 0px;
|
||||
height: 20px !important;
|
||||
min-height: 29px;
|
||||
font-size: 14px;
|
||||
line-height: 27px;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.neweditSubentry{
|
||||
position: relative;
|
||||
top: -4px;
|
||||
left: 7px;
|
||||
}
|
||||
.nulleditSubentry{
|
||||
position: relative;
|
||||
top: -4px;
|
||||
left: 3px;
|
||||
}
|
||||
.percentage{
|
||||
margin-left: 8px;
|
||||
padding-left: 25px !important;
|
||||
}
|
||||
.Coursetitle{
|
||||
margin-bottom:0px !important;
|
||||
}
|
||||
.textaligncenter{
|
||||
padding-left: 30px !important;
|
||||
width: 70px !important;
|
||||
}
|
||||
.ml72{
|
||||
margin-left:72px;
|
||||
}
|
||||
|
||||
.bordereaeaea{
|
||||
border-bottom: 1px solid transparent !important;
|
||||
}
|
||||
.ecnowrap{
|
||||
max-width: 170px;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
-o-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
color: #40a9ff !important;
|
||||
margin-right: 108px;
|
||||
}
|
||||
.ecblock{
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.Spinlarge{
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
margin-top: 25px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
/* .ant-select-search{
|
||||
display:none;
|
||||
}
|
||||
.ant-select-search--inline{
|
||||
display:none;
|
||||
} */
|
||||
.boxinline-block{
|
||||
display: inline-block;
|
||||
}
|
||||
.boxinline{
|
||||
margin-right: 20px;
|
||||
}
|
||||
.evaluationdataClass{
|
||||
margin-left: 217px !important;
|
||||
width: 589px !important;
|
||||
display: inline-block;
|
||||
}
|
||||
.absolute{
|
||||
position:absolute;
|
||||
}
|
||||
.ml115{
|
||||
margin-left: 115px;
|
||||
}
|
||||
.ml100{
|
||||
margin-left: 100px;
|
||||
}
|
||||
.Importclassroomdata{
|
||||
position: absolute;
|
||||
right: 18px;
|
||||
top: 26px;
|
||||
}
|
||||
#SystemParameters{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.newSystem .newtarget_scoreclass{
|
||||
padding: 10px 0px !important;
|
||||
margin: 0px 20px !important;
|
||||
}
|
||||
|
||||
.newSystem .newtarget_target{
|
||||
padding: 10px 0px !important;
|
||||
margin: 0px 30px !important;
|
||||
border-bottom:1px solid transparent !important;
|
||||
}
|
||||
|
||||
.nowrap329{
|
||||
max-width: 329px !important;
|
||||
text-align: left;
|
||||
overflow:hidden;
|
||||
text-overflow:ellipsis;
|
||||
white-space:nowrap;
|
||||
color:transparent !important;
|
||||
min-width: 329px !important;
|
||||
}
|
||||
.ListTableLine li>.column-500{
|
||||
max-width: 360px !important;
|
||||
text-align: left;
|
||||
min-width: 360px !important;
|
||||
}
|
||||
.color-666{
|
||||
color:#666666 !important;
|
||||
}
|
||||
.color-05101A{
|
||||
color:#05101A !important;
|
||||
}
|
||||
#SystemParametersP{
|
||||
position:relative;
|
||||
margin-bottom:0px !important;
|
||||
}
|
||||
.major_name{
|
||||
cursor:inherit;
|
||||
}
|
||||
.padding1030{
|
||||
padding: 10px 30px;
|
||||
height: 60px !important;
|
||||
}
|
||||
.color-red{
|
||||
color:#DD1717;
|
||||
}
|
||||
.color-redFF{
|
||||
color:#FF6666;
|
||||
}
|
||||
.margin-left63{
|
||||
margin-left: 63px !important;
|
||||
}
|
||||
.colorTransparent{
|
||||
color:transparent !important;
|
||||
}
|
||||
.color999{
|
||||
color: #999999 !important;
|
||||
}
|
||||
.operationrightbotton{
|
||||
margin-top: 2px!important;
|
||||
margin-right: -25px;
|
||||
}
|
||||
.mr2{
|
||||
margin-right:2px;
|
||||
}
|
||||
.colorFF6800{
|
||||
color: #FF6800 !important;
|
||||
}
|
||||
.lineheight60{
|
||||
line-height: 52px !important;
|
||||
}
|
||||
.mr13{
|
||||
margin-right: 13px;
|
||||
}
|
||||
.mr14{
|
||||
margin-right: 14px;
|
||||
}
|
||||
|
||||
.ecmorelist{
|
||||
margin: 0 auto;
|
||||
width: 100px;
|
||||
/* height: 100px; */
|
||||
display: block;
|
||||
}
|
||||
|
||||
.padding10im{
|
||||
padding: 10px 0px !important;
|
||||
}
|
||||
|
||||
.lipadding10im{
|
||||
margin: 0 0px!important;
|
||||
}
|
||||
|
||||
.lipadding20im{
|
||||
padding: 10px 20px!important;
|
||||
}
|
||||
|
||||
.marlr19{
|
||||
margin: 0 19px!important;
|
||||
}
|
||||
.mrj15{
|
||||
margin-right: -15px;
|
||||
}
|
||||
.margin64px{
|
||||
margin: 0 64px!important;
|
||||
}
|
||||
.marginright84{
|
||||
margin-right: 84px!important;
|
||||
}
|
||||
|
||||
.marginright162{
|
||||
margin-right: 162px;
|
||||
}
|
||||
.width86{
|
||||
width: 86px!important;
|
||||
}
|
||||
|
||||
.ant-modal-mask {
|
||||
background-color: rgba(5,16,26,0.4);
|
||||
}
|
||||
.ecmodeldelet{
|
||||
/* 考虑有各种尺寸的屏幕,用比例 */
|
||||
top:36%;
|
||||
}
|
||||
.ecmodeldelet .ant-modal-header{
|
||||
padding: 0px 24px;
|
||||
}
|
||||
.ecmodeldelet .ant-modal-title{
|
||||
padding: 0px 15px;
|
||||
text-align: center;
|
||||
box-sizing: border-box;
|
||||
line-height: 70px;
|
||||
height: 70px;
|
||||
border-radius: 10px 10px 0px 0px;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
a.TrainingLecturer:hover{
|
||||
color:#4CACFF !important;
|
||||
}
|
||||
|
||||
.newSystem .lipadding10im{
|
||||
margin: 0 0px!important;
|
||||
}
|
||||
|
||||
.operationleft{
|
||||
float:left !important;
|
||||
}
|
||||
.color4D4D4D{
|
||||
color:#4D4D4D !important;
|
||||
}
|
||||
|
||||
/* #SystemParameters .SystemParameters:nth-child(1){
|
||||
color:#4D4D4D !important;
|
||||
} */
|
||||
|
||||
.color4CACFF{
|
||||
color:#4CACFF !important;
|
||||
}
|
||||
|
||||
.SystemParameters4CACFF{
|
||||
font-size:14px;
|
||||
font-family:MicrosoftYaHei;
|
||||
font-weight:400;
|
||||
line-height: 45px;
|
||||
}
|
||||
|
||||
.detaillist{
|
||||
text-align: center !important;
|
||||
width: 133px !important;
|
||||
height: 24px ;
|
||||
}
|
||||
|
||||
.associatedclass{
|
||||
margin-right: 128px !important;
|
||||
}
|
||||
|
||||
.associatedclasslist{
|
||||
width: 234px;
|
||||
height: 20px;
|
||||
font-size: 14px;
|
||||
font-family: MicrosoftYaHei;
|
||||
font-weight: 400;
|
||||
color: rgba(101,101,101,1);
|
||||
line-height: 22px;
|
||||
margin: 6px auto;
|
||||
}
|
||||
|
||||
.associatedclasslists{
|
||||
width: 323px;
|
||||
height: 35px;
|
||||
font-size: 14px;
|
||||
font-family: MicrosoftYaHei;
|
||||
font-weight: 400;
|
||||
color: rgba(101,101,101,1);
|
||||
line-height: 22px;
|
||||
margin: 6px auto;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.newecmodeldelet{
|
||||
width:600px !important;
|
||||
top:100px;
|
||||
}
|
||||
|
||||
.assclasslistsearch{
|
||||
width:454px;
|
||||
height:36px;
|
||||
background:rgba(244,244,244,1);
|
||||
border:1px solid rgba(234,234,234,1);
|
||||
border-radius:4px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.assclassposition{
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
left: 9px;
|
||||
}
|
||||
|
||||
.assclasslistsearchbtn{
|
||||
width: 64px;
|
||||
height: 35px !important;
|
||||
font-weight: 300 !important;
|
||||
line-height: 35px !important;
|
||||
}
|
||||
.btnweight{
|
||||
font-weight: 300 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.CBCBCB{
|
||||
background:#CBCBCB!important;
|
||||
}
|
||||
.clear{
|
||||
clear: both;
|
||||
}
|
||||
.ml120{
|
||||
margin-left: 120px;
|
||||
}
|
||||
.ml88{
|
||||
margin-left: 88px;
|
||||
}
|
||||
.assclasslistmid{
|
||||
width: 540px;
|
||||
height: 282px;
|
||||
background: rgba(244,250,255,1);
|
||||
border-radius: 4px;
|
||||
margin-left: 10px;
|
||||
overflow: auto;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.assclasslistsubmit{
|
||||
margin-top: 26px !important;
|
||||
margin-bottom: 8px !important;
|
||||
}
|
||||
.ant-modal-header{
|
||||
border-top-left-radius:10px;
|
||||
border-top-right-radius:10px;
|
||||
}
|
||||
.ant-modal-content{
|
||||
border-radius: 10px;
|
||||
}
|
||||
.assclasslistmidname{
|
||||
width: 160px;
|
||||
overflow: hidden;
|
||||
/* height: 24px; */
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.bordereaeaeas{
|
||||
border-bottom: 1px solid #eaeaea !important;
|
||||
}
|
||||
.isreloadsbtn{
|
||||
width: 80px !important;
|
||||
font-weight: 400 !important;
|
||||
padding: 0px !important;
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
||||
.f5f5f5{
|
||||
color:rgb(245, 245, 245) !important;
|
||||
}
|
||||
|
||||
.ant-select-selection{
|
||||
border-radius: 0px !important;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
.ant-select-selection:focus{
|
||||
border-radius: 0px !important;
|
||||
background-color: #fff;
|
||||
border-color: #d9d9d9 !important;
|
||||
}
|
||||
|
||||
.listchildbox{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.listchildboxs{
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ant-input:focus, .ant-input:hover{
|
||||
border-color: transparent;
|
||||
}
|
||||
.inputWeight{
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
.inputWeight:focus {
|
||||
background-color: #fff;
|
||||
}
|
||||
.ant-input:focus {
|
||||
outline: 0;
|
||||
-webkit-box-shadow: 0 0 0 2px transparent !important;
|
||||
box-shadow: 0 0 0 2px transparent !important;
|
||||
}
|
||||
|
||||
.ant-input{
|
||||
border-color: #d9d9d9 !important;
|
||||
}
|
||||
|
||||
.mt60{
|
||||
margin-top:60px;
|
||||
}
|
||||
|
||||
.SystemParameters{
|
||||
height:auto;
|
||||
}
|
@ -0,0 +1,352 @@
|
||||
.eaSystemp a{
|
||||
color:#05101a;
|
||||
}
|
||||
.eaSystemp span{
|
||||
color: #05101a !important;
|
||||
}
|
||||
.eacourse p{
|
||||
height:84px;
|
||||
margin-bottom:0px !important;
|
||||
}
|
||||
.eacourse #training_objective_contents{
|
||||
height:81px;
|
||||
}
|
||||
.courseSystem{
|
||||
font-size:18px;
|
||||
font-family:MicrosoftYaHei;
|
||||
font-weight:400;
|
||||
line-height:45px;
|
||||
color:rgba(5,16,26,1);
|
||||
}
|
||||
.SystemParameters{
|
||||
font-size:14px;
|
||||
font-family:MicrosoftYaHei;
|
||||
font-weight:400;
|
||||
line-height:45px;
|
||||
color:rgba(50,50,50,1);
|
||||
}
|
||||
.Systemnum{
|
||||
font-size:14px;
|
||||
font-family:MicrosoftYaHei;
|
||||
font-weight:400;
|
||||
color:#FF6800;
|
||||
}
|
||||
.newSystem{
|
||||
width:1200px;
|
||||
overflow:auto;
|
||||
background: #FFF;
|
||||
}
|
||||
.newSystem .clearfix .column-1{
|
||||
width: 113px !important;
|
||||
text-align: center;
|
||||
}
|
||||
.operationColumn{
|
||||
margin: 0px 10%;
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
.operationalter{
|
||||
margin: 20px 16px;
|
||||
}
|
||||
.SystemModifythelist .column-1{
|
||||
width: 120px !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.SystemModifythelist .column-3{
|
||||
padding-left: 96px;
|
||||
margin-right: 23px;
|
||||
}
|
||||
.operationright{
|
||||
float:right !important;
|
||||
}
|
||||
|
||||
.newSystem p{
|
||||
/*padding: 10px 33px !important;*/
|
||||
margin-bottom: 0em;
|
||||
}
|
||||
.newSystem li{
|
||||
margin:0 !important;
|
||||
}
|
||||
.SystemModifythelist{
|
||||
background:#FFF !important;
|
||||
}
|
||||
|
||||
.SystemModifythelist .column-1:nth-child(1){
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
||||
.Systempoint{
|
||||
font-size:12px;
|
||||
font-family:MicrosoftYaHei;
|
||||
font-weight:400;
|
||||
color:rgba(152,152,152,1);
|
||||
}
|
||||
.editorModify{
|
||||
background:#FFF !important;
|
||||
}
|
||||
.newSystem .editorModify .column-1{
|
||||
width: 194px !important;
|
||||
text-align: left;
|
||||
margin-left: 30px;
|
||||
}
|
||||
.newSystem .editorModify .column-1:nth-child(1){
|
||||
margin-right: 510px;
|
||||
}
|
||||
.editorModify .ant-select{
|
||||
width: 556px !important;
|
||||
margin-left: 36px;
|
||||
}
|
||||
.editorModify .ant-select .ant-select-selection{
|
||||
height: 30px !important;
|
||||
}
|
||||
.editorModify .ant-select .ant-select-selection .ant-select-selection__rendered{
|
||||
height: 30px !important;
|
||||
}
|
||||
.editorModify .ant-select .ant-select-selection .ant-select-selection__rendered .ant-select-selection-selected-value{
|
||||
line-height: 30px !important;
|
||||
}
|
||||
.inputWeight{
|
||||
width: 20%;
|
||||
font-size:14px;
|
||||
height:30px;
|
||||
margin-left: 20px;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
.SetTheAssociated{
|
||||
width: 314px;
|
||||
height: 30px;
|
||||
float: right;
|
||||
margin-right: -3.5%;
|
||||
}
|
||||
.SetTheAssociatedchild{
|
||||
width: 120px;
|
||||
height: 30px;
|
||||
background: rgba(255,255,255,1);
|
||||
border: 1px solid rgba(234,234,234,1);
|
||||
border-radius: 4px;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
/*margin-left: 34px;*/
|
||||
}
|
||||
.operatebutton{
|
||||
margin-left: 20px;
|
||||
/* margin-top: 16px; */
|
||||
}
|
||||
.editbulebutton{
|
||||
width:120px;
|
||||
height:30px;
|
||||
background:rgba(76,172,255,1);
|
||||
border-radius:2px;
|
||||
color:#FFF;
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
}
|
||||
.editglybutton{
|
||||
width:120px;
|
||||
height:30px;
|
||||
border:1px solid rgba(205,205,205,1);
|
||||
border-radius:2px;
|
||||
color:#999;
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.editglybuttonbox{
|
||||
width: 275px;
|
||||
margin-bottom: 30px;
|
||||
margin-right: 20px;
|
||||
margin-right:7%;
|
||||
}
|
||||
.editglybuttonboxs{
|
||||
width: 275px;
|
||||
margin-bottom: 30px;
|
||||
margin-right: 20px;
|
||||
margin-right:3%;
|
||||
}
|
||||
.defalutCancelbtn:hover {
|
||||
border: 1px solid #B2B2B2;
|
||||
color: #B2B2B2!important;
|
||||
}
|
||||
|
||||
.gouxuanbule{
|
||||
color:#4CACFF;
|
||||
}
|
||||
.gouxuanwhite{
|
||||
color:#FFF;
|
||||
}
|
||||
.icon-gouxuan{
|
||||
cursor: pointer;
|
||||
}
|
||||
/* 谷歌 */
|
||||
input::-webkit-outer-spin-button,
|
||||
input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
/* 火狐 */
|
||||
input{
|
||||
-moz-appearance:textfield;
|
||||
}
|
||||
.inputWeight{
|
||||
text-indent:0.625rem;
|
||||
}
|
||||
|
||||
.columnlocation{
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
}
|
||||
.paddingLF{
|
||||
padding:0 33px;
|
||||
}
|
||||
.width20{
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
.defalutSubmitbtn,.defalutCancelbtn{
|
||||
cursor: pointer;
|
||||
}
|
||||
.mb290{
|
||||
margin-bottom:290px;
|
||||
}
|
||||
.Spinlarge{
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
margin-top: 25px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
.DDred{
|
||||
color:#DD1717;
|
||||
}
|
||||
.color-666{
|
||||
color:#666666 !important;
|
||||
}
|
||||
.color-05101A{
|
||||
color:#05101A !important;
|
||||
}
|
||||
.ec_graduation_name{
|
||||
margin-right:20px !important;
|
||||
}
|
||||
.column-width575{
|
||||
color: transparent !important;
|
||||
}
|
||||
.column-width130{
|
||||
width: 130px !important;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
|
||||
.ListTableLine li>span {
|
||||
max-width: 550px !important;
|
||||
}
|
||||
|
||||
.graduateRequirement .clearfix .column-1 {
|
||||
width: 76px!important;
|
||||
}
|
||||
|
||||
.newrightcalculatebutton{
|
||||
width: 50px;
|
||||
height: 25px;
|
||||
border: 1px solid rgba(76,172,255,1);
|
||||
border-radius: 1px;
|
||||
line-height: 25px;
|
||||
text-align: center;
|
||||
margin-top: 7px;
|
||||
cursor: pointer;
|
||||
color: rgba(76,172,255,1);
|
||||
}
|
||||
.columnbox{
|
||||
height: 53px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ant-modal-mask {
|
||||
background-color: rgba(5,16,26,0.4);
|
||||
}
|
||||
.ecmodeldelet{
|
||||
top:300px;
|
||||
}
|
||||
.ecmodeldelet .ant-modal-header{
|
||||
padding: 0px 24px;
|
||||
}
|
||||
.ecmodeldelet .ant-modal-title{
|
||||
padding: 0px 15px;
|
||||
text-align: center;
|
||||
box-sizing: border-box;
|
||||
line-height: 70px;
|
||||
height: 70px;
|
||||
border-radius: 10px 10px 0px 0px;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.bor-red {
|
||||
border: 1px solid #db0505 !important;
|
||||
}
|
||||
|
||||
.ml93{
|
||||
margin-left:93px;
|
||||
}
|
||||
.ml26{
|
||||
margin-left: 26px;
|
||||
}
|
||||
.finishtarget{
|
||||
width: 69px;
|
||||
/* height: 48px; */
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
margin-right: 48px;
|
||||
}
|
||||
|
||||
.bordereaeaea{
|
||||
border-bottom: 1px solid transparent !important;
|
||||
}
|
||||
|
||||
.heightimportant{
|
||||
height: 30px !important;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
.heightimportant:focus {
|
||||
background-color: #fff;
|
||||
}
|
||||
.inputWeight:focus {
|
||||
background-color: #fff;
|
||||
}
|
||||
.heightlineimportant{
|
||||
line-height: 30px !important;
|
||||
}
|
||||
|
||||
.ant-select-selection:hover{
|
||||
border-color: #d9d9d9 !important;
|
||||
}
|
||||
.ant-input:focus {
|
||||
outline: 0;
|
||||
-webkit-box-shadow: 0 0 0 2px transparent !important;
|
||||
box-shadow: 0 0 0 2px transparent !important;
|
||||
}
|
||||
.ant-input{
|
||||
border-color: #d9d9d9 !important;
|
||||
}
|
||||
.ant-select-selection:focus{
|
||||
-webkit-box-shadow: 0 0 0 2px transparent !important;
|
||||
box-shadow: 0 0 0 2px transparent !important;
|
||||
}
|
||||
.ant-select-selection:active{
|
||||
-webkit-box-shadow: 0 0 0 2px transparent !important;
|
||||
box-shadow: 0 0 0 2px transparent !important;
|
||||
}
|
||||
|
||||
.ant-select-selection:focus{
|
||||
border-color: #d9d9d9 !important;
|
||||
}
|
||||
.ant-select-selection{
|
||||
-webkit-box-shadow: 0 0 0 2px transparent !important;
|
||||
box-shadow: 0 0 0 2px transparent !important;
|
||||
}
|
||||
|
||||
.mt60{
|
||||
margin-top:60px;
|
||||
}
|
After Width: | Height: | Size: 674 B |
@ -0,0 +1,104 @@
|
||||
#traningNav {
|
||||
display: flex
|
||||
}
|
||||
#traningNav>li {
|
||||
float: none !important;
|
||||
}
|
||||
/* 最后一个item 占满剩余空间 */
|
||||
#traningNav>li:last-child{
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#traningNav>li>.ecTitle {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border: 1px solid rgba(65, 140, 205, 1);
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
line-height: 22px;
|
||||
display: inline-block;
|
||||
color: rgba(65, 140, 205, 1) !important;
|
||||
margin-right: 10px;
|
||||
}
|
||||
#traningNav>li>.ecTitles {
|
||||
line-height: 16px !important;
|
||||
height: 18px!important;
|
||||
width: 18px!important;
|
||||
}
|
||||
|
||||
#traningNav>li>.ecTitlefont:hover{
|
||||
color: rgba(65, 140, 205, 1) !important;
|
||||
}
|
||||
|
||||
.ecimgs3{
|
||||
background: url("./img/3.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
-moz-background-size: 100% 100%;
|
||||
height: 90px;
|
||||
line-height: 90px;
|
||||
width: 235px;
|
||||
}
|
||||
.ecimgs2{
|
||||
background: url("./img/4.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
-moz-background-size: 100% 100%;
|
||||
height: 90px;
|
||||
line-height: 90px;
|
||||
width: 190px;
|
||||
}
|
||||
.ecimgs11{
|
||||
background: url("./img/3.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
-moz-background-size: 100% 100%;
|
||||
height: 90px;
|
||||
line-height: 90px;
|
||||
width: 146px;
|
||||
}
|
||||
.ml18{
|
||||
margin-left: 18px;
|
||||
}
|
||||
.ecimgs{
|
||||
height: 90px;
|
||||
line-height: 90px;
|
||||
}
|
||||
.ecmarginleft{
|
||||
margin-left: 23px;
|
||||
}
|
||||
|
||||
#traningNav>li>.ecTitlefontFFF{
|
||||
color:#fff !important;
|
||||
}
|
||||
|
||||
#traningNav>li>.ecTitleFFF {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border: 1px solid #fff;
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
line-height: 22px;
|
||||
display: inline-block;
|
||||
color: #fff !important;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.traningNavs{
|
||||
padding: 0px 0px 0px 0px !important;
|
||||
}
|
||||
.traningNavs>li{
|
||||
padding: 0px 10px 30px 10px !important;
|
||||
}
|
||||
|
||||
.mb0{
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
.info2{
|
||||
width:232px;
|
||||
text-align: center;
|
||||
}
|
||||
.info1{
|
||||
width: 206px;
|
||||
text-align: center;
|
||||
}
|
@ -0,0 +1,100 @@
|
||||
import React, { Component } from 'react';
|
||||
import './ecTitle.css';
|
||||
|
||||
class EcTitleCourseEvaluations extends Component {
|
||||
constructor(props) {
|
||||
super(props)
|
||||
this.state = {
|
||||
schooldata:{},
|
||||
ecComponentState:"",
|
||||
ecpaths:""
|
||||
}
|
||||
}
|
||||
componentWillReceiveProps(nextProps){
|
||||
const {schooldata,ecComponentState,ecpath}=nextProps;
|
||||
this.setState({
|
||||
schooldata:schooldata,
|
||||
ecComponentState:ecComponentState,
|
||||
ecpaths:ecpath
|
||||
})
|
||||
}
|
||||
|
||||
render() {
|
||||
let{schooldata,ecComponentState,ecpaths}=this.state;
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className="mb10 mt10 eaSystemp">
|
||||
|
||||
<a href={schooldata.user_url}>{schooldata.user_name===undefined?"":schooldata.user_name+" > "}</a>
|
||||
<a href={schooldata.school_url}>{schooldata.school_name===undefined?"":schooldata.school_name+"认证"}</a>
|
||||
<a href={schooldata.major_url}>{schooldata.school_name===undefined?"":" > "+schooldata.major_name+" > "}</a>
|
||||
<span> {schooldata.school_name===undefined?"":schooldata.year+"届"}</span>
|
||||
|
||||
</div>
|
||||
|
||||
<ul className="clearfix mb0 traningNavs " id="traningNav" style={{display:ecpaths==='none'?"none":"flex"}}>
|
||||
<li className={"ecimgs"}>
|
||||
<a className={"ecTitle ecTitles"} >1</a>
|
||||
<a className={"ecTitlefont"} href={schooldata.major_training}>培养目标</a>
|
||||
</li>
|
||||
<li className={"ecimgs"}>
|
||||
<a className={"ecTitle ecTitles"} >2</a>
|
||||
<a className={"ecTitlefont"} href={schooldata.graduation_requirement_url} >毕业要求</a>
|
||||
</li>
|
||||
<li className={"ecimgs"}>
|
||||
<a className={"ecTitle ecTitles"} >3</a>
|
||||
<a className={"ecTitlefont"} href={schooldata.requirement_vs_objective_url}>毕业要求 vs 培养目标</a>
|
||||
</li>
|
||||
<li className={"ecimgs"}>
|
||||
<a className={"ecTitle ecTitles"} >4</a>
|
||||
<a className={"ecTitlefont"} href={schooldata.requirement_vs_standard}>毕业要求 vs 通用标准</a>
|
||||
</li>
|
||||
<li className={ecpaths==="ecStudentList"?"ecimgs11":"ecimgs"} style={{width: ecpaths==="ecStudentList"?'126px':'83px'}}>
|
||||
<a className={ ecpaths==="ecStudentList"?"ml18 ecTitleFFF ecTitles":"ecTitle"} >5</a>
|
||||
<a className={ ecpaths==="ecStudentList"?"ecTitlefontFFF":"ecTitlefont"} href={schooldata.students_url}>学生</a>
|
||||
</li>
|
||||
<li className={ecpaths==="ec_course_support_setting"||ecpaths==="show"?"ecimgs11":"ecimgs"}>
|
||||
<a className={ ecpaths==="ec_course_support_setting"||ecpaths==="show"?"ml18 ecTitleFFF ecTitles":"ecTitle ecTitles"} >6</a>
|
||||
<a className={ ecpaths==="ec_course_support_setting"||ecpaths==="show"?"ecTitlefontFFF":"ecTitlefont"} href={schooldata.course_setting_url}>课程体系</a>
|
||||
</li>
|
||||
<li className={ecpaths==="requirement_vs_courses"?"ecimgs3":"ecimgs"}>
|
||||
<a className={ ecpaths==="requirement_vs_courses"?"ecmarginleft ecTitleFFF ecTitles":"ecTitle ecTitles"} >7</a>
|
||||
<a className={ ecpaths==="requirement_vs_courses"?"ecTitlefontFFF":"ecTitlefont"} href={schooldata.requirement_vs_courses}>课程体系 vs 毕业要求</a>
|
||||
</li>
|
||||
<li className={ecpaths==="reach_calculation_info"?"ecimgs2 info2":"ecimgs"}>
|
||||
<a className={ ecpaths==="reach_calculation_info"?"ecTitleFFF ml18 ecTitles":"ecTitle ecTitles"} >8</a>
|
||||
<a className={ ecpaths==="reach_calculation_info"?"ecTitlefontFFF":"ecTitlefont"} href={schooldata.reach_calculation_info_url}>达成度评价结果</a>
|
||||
</li>
|
||||
{/*<li className={ecComponentState==="ecCourseSupports"?"active edu-menu-panel":"edu-menu-panel"}>*/}
|
||||
{/*<a>毕业要求</a>*/}
|
||||
{/*<i className="iconfont icon-xiajiantou font-14 ml5" style={{display:ecComponentState==="ecCourseSupports"?"inline-block":"none"}}></i>*/}
|
||||
{/*<ul className="edu-menu-list" style={{width:'200px',right:'unset',top:'34px'}}>*/}
|
||||
{/*<li><a href={schooldata.major_training} >专业培养目标</a></li>*/}
|
||||
{/*<li><a href={schooldata.graduation_requirement_url} >毕业要求指标点</a></li>*/}
|
||||
{/*<li><a href={schooldata.requirement_vs_objective_url} >毕业要求vs培养目标</a></li>*/}
|
||||
{/*<li><a href={schooldata.requirement_vs_standard} >毕业要求vs通用要求</a></li>*/}
|
||||
{/*<li><a href={schooldata.requirement_vs_courses} >毕业要求vs课程体系</a></li>*/}
|
||||
{/*</ul>*/}
|
||||
{/*</li>*/}
|
||||
|
||||
{/*<li className={ecComponentState==="ecCourseEvaluations"?"active edu-menu-panel":"edu-menu-panel"}>*/}
|
||||
{/*<a href={schooldata.course_setting_url}>课程配置</a>*/}
|
||||
{/*</li>*/}
|
||||
|
||||
{/*<li className={ecComponentState==="ecCompletion"?"active edu-menu-panel":"edu-menu-panel"}>*/}
|
||||
{/*<a>达成度计算</a>*/}
|
||||
{/*<i className="iconfont icon-xiajiantou font-14 ml5" style={{display:ecComponentState==="ecCompletion"?"inline-block":"none"}}></i>*/}
|
||||
{/*<ul className="edu-menu-list" style={{width:'200px',right:'unset',top:'34px'}}>*/}
|
||||
{/*<li><a href={schooldata.completion_calculation_url}>课程达成计算</a></li>*/}
|
||||
{/*<li><a href={schooldata.reach_calculation_info_url}>毕业要求指标点达成计算</a></li>*/}
|
||||
{/*</ul>*/}
|
||||
{/*</li>*/}
|
||||
{/*<a className="fr color-grey-6 font-16" href={schooldata.go_back_url}>返回</a>*/}
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
)}
|
||||
}
|
||||
|
||||
export default EcTitleCourseEvaluations;
|
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 1.6 KiB |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue