|
@charset "utf-8";
.sys_professornew_index .tpl-btns .row{
padding-left: 10px;
}
.sys_professornew_index th.opt-check{
width: 35px;
}
.sys_professornew_index td.table-opt.edit{
padding: 1px;
text-align: center;
}
.sys_professornew_index .table-opt .name{
cursor:pointer;
}
.sys_professornew_index .orderBy .icon-close{
display: none;
}
.sys_professornew_data{
width: 500px;
height: 330px;
padding: 0 20px 10px;
}
.sys_professornew_data .icon-close {
display: none;
}
.sys_professornew_new {
width: 500px;
height: 250px;
padding: 0 20px 10px;
}
.sys_professornew_details{
width: 800px;
height: 600px;
padding: 0 20px 10px;
}
.sys_professornew_details .requiredSpan, .sys_professornew_honor .requiredSpan,
.sys_professornew_project .requiredSpan, .sys_professornew_job .requiredSpan,
.sys_professornew_edu .requiredSpan{
color: #ff0000;
position:relative;
top:6px;
left: -4px;
}
.sys_professornew_details .citybox .frmtype {
border: 1px solid #B5B5B5;
}
.sys_professornew_details .citybox span {
position: relative;
width: 96%;
display: inline-block;
padding: 0 0 0 6px;
cursor: pointer;
margin: 0;
background: #fff;
}
.sys_professornew_details .citybox span .mr_show.mr_select {
color: #333;
}
.sys_professornew_details .citybox span .mr_show{
font-style: normal;
color: #AAAAAA;
width: 100%;
display: inline-block;
height: 32px;
line-height: 32px;
position: relative;
}
.sys_professornew_details .citybox span .mr_show .mr_select {
color: #333;
}
.sys_professornew_details .citybox span .mr_sj {
position: absolute;
right: 10px;
top: 15px;
display: inline-block;
height: 0;
width: 0;
border: 6px solid #fff;
border-color: #28b8fa transparent transparent;
}
.sys_professornew_details .citybox span ul {
width: 98%;
border-radius: 0 0 5px 5px;
position: absolute;
border: 1px solid #E8E8E8;
background: #fff;
left: -1px;
top: 38px;
margin-bottom: 10px;
display: none;
z-index: 10;
max-height: 280px;
overflow: auto;
}
.sys_professornew_details .citybox span ul li{
width: 100%;
float: left;
overflow: hidden;
border-top: 1px solid #E8E8E8;
}
.sys_professornew_details .citybox span ul li:first-child {
border-top: 0;
}
.sys_professornew_details .citybox span ul li a {
display: block;
height: 30px;
line-height: 30px;
padding: 0 8px;
color: #494949;
}
.sys_professornew_details .orgSize.dyn-mselect .icon-drop {
display: none !important;
}
.sys_professornew_details .orgSize.dyn-mselect .dd-drop {
display: none !important;
}
.sys_professornew_details .orgSize.dyn-mselect .placeholder {
display: none !important;
}
.sys_professornew_project ,.sys_professornew_honor,.sys_professornew_job,.sys_professornew_edu{
width: 600px;
padding: 0 20px 10px;
}
.sys_professornew_project ,.sys_professornew_honor{
height: 350px;
}
.sys_professornew_job,.sys_professornew_edu{
height: 470px;
}
|