dev_cs_new
parent
4cdfbcce8f
commit
5414a7301e
@ -1,39 +1,45 @@
|
||||
.ant-checkbox-group > div .boardsList{
|
||||
/* border-top: 1px solid #ebebeb; */
|
||||
padding:10px 0px 20px!important;
|
||||
}
|
||||
.ant-checkbox-group > div:first-child .boardsList{
|
||||
border-top: none;
|
||||
}
|
||||
.boardsList .contentSection {
|
||||
flex: 1;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
|
||||
.ant-select-selection--single,.ant-select-selection__rendered{
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
.ant-input:focus + .ant-input-group-addon{
|
||||
background-color: #fff!important;
|
||||
}
|
||||
.ant-input-group-addon{
|
||||
color: #666!important;
|
||||
font-size: 12px;
|
||||
border: 1px solid #d9d9d9!important;
|
||||
border-left: none!important;
|
||||
}
|
||||
|
||||
.courseForm .ant-form-item-label{
|
||||
margin-left: unset;
|
||||
}
|
||||
|
||||
/* 毕设选题列表 */
|
||||
.TopicDetailTable .topHead{background-color: #F5F5F5;height: 56px;color: #666666;padding:0px 30px}
|
||||
.TopicDetailTable .topHead span,.TopicDetailTable .bottomBody li span{display: block;float: left;justify-content: center;align-items: center;display: -webkit-flex;height: 56px;}
|
||||
.TopicDetailTable .bottomBody{padding:0px 30px}
|
||||
.TopicDetailTable .bottomBody li{border-bottom: 1px solid #eee;clear: both;}
|
||||
.TopicDetailTable .bottomBody li:last-child{border-bottom: none;}
|
||||
|
||||
.ant-checkbox-group > div .boardsList{
|
||||
/* border-top: 1px solid #ebebeb; */
|
||||
padding:10px 0px 20px!important;
|
||||
}
|
||||
.ant-checkbox-group > div:first-child .boardsList{
|
||||
border-top: none;
|
||||
}
|
||||
.boardsList .contentSection {
|
||||
flex: 1;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
|
||||
.ant-select-selection--single,.ant-select-selection__rendered{
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
.ant-input:focus + .ant-input-group-addon{
|
||||
background-color: #fff!important;
|
||||
}
|
||||
.ant-input-group-addon{
|
||||
color: #666!important;
|
||||
font-size: 12px;
|
||||
border: 1px solid #d9d9d9!important;
|
||||
border-left: none!important;
|
||||
}
|
||||
|
||||
.courseForm .ant-form-item-label{
|
||||
margin-left: unset;
|
||||
}
|
||||
|
||||
/* 毕设选题列表 */
|
||||
.TopicDetailTable .topHead{background-color: #F5F5F5;height: 56px;color: #666666;padding:0px 30px}
|
||||
.TopicDetailTable .topHead span,.TopicDetailTable .bottomBody li span{display: block;float: left;justify-content: center;align-items: center;display: -webkit-flex;height: 56px;}
|
||||
.TopicDetailTable .bottomBody{padding:0px 30px}
|
||||
.TopicDetailTable .bottomBody li{border-bottom: 1px solid #eee;clear: both;}
|
||||
.TopicDetailTable .bottomBody li:last-child{border-bottom: none;}
|
||||
|
||||
.maxnamewidth100{
|
||||
max-width: 100px;
|
||||
overflow:hidden;
|
||||
text-overflow:ellipsis;
|
||||
white-space:nowrap
|
||||
}
|
Loading…
Reference in new issue