|
|
|
@ -12,9 +12,11 @@ body {
|
|
|
|
|
position: relative;
|
|
|
|
|
min-height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body>.-task-title {
|
|
|
|
|
opacity: 1 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*<2A><><EFBFBD><EFBFBD><EFBFBD>Ŵ<C5B4><F3BEB5B5><EFBFBD><EFBFBD><EFBFBD>·Ŵ<C5B4>λ<EFBFBD><CEBB>*/
|
|
|
|
|
#root .search-all {
|
|
|
|
|
width: 219px;
|
|
|
|
@ -26,26 +28,34 @@ body>.-task-title {
|
|
|
|
|
float: left;
|
|
|
|
|
width: 97px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.head-right i {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
float: none !important;
|
|
|
|
|
}
|
|
|
|
|
.headIcon, #header_keyword_search {
|
|
|
|
|
|
|
|
|
|
.headIcon,
|
|
|
|
|
#header_keyword_search {
|
|
|
|
|
padding-top: 13px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-icon {
|
|
|
|
|
height: 30px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.search-icon i {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header_keyword_search i {
|
|
|
|
|
color: #4cacff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-select-selection--multiple {
|
|
|
|
|
padding-bottom: 0px !important;
|
|
|
|
|
padding-top: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 先注释掉下面2个样式,这样写影响范围太广了,并不是所有的select都需要40px高 */
|
|
|
|
|
/* .ant-select-selection--single{
|
|
|
|
|
height:40px!important;
|
|
|
|
@ -53,12 +63,14 @@ body>.-task-title {
|
|
|
|
|
.ant-select-selection__rendered{
|
|
|
|
|
line-height: 40px!important;
|
|
|
|
|
} */
|
|
|
|
|
.ant-select-selection--multiple .ant-select-selection__rendered>ul>li, .ant-select-selection--multiple>ul>li{
|
|
|
|
|
.ant-select-selection--multiple .ant-select-selection__rendered>ul>li,
|
|
|
|
|
.ant-select-selection--multiple>ul>li {
|
|
|
|
|
height: 25px !important;
|
|
|
|
|
line-height: 23px !important;
|
|
|
|
|
margin-bottom: 3px;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*Main START*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -75,6 +87,7 @@ body>.-task-title {
|
|
|
|
|
.ant-modal-title {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*.ant-modal{*/
|
|
|
|
|
/*top:10rem !important;*/
|
|
|
|
|
/*}*/
|
|
|
|
@ -85,18 +98,18 @@ body>.-task-title {
|
|
|
|
|
height: 17px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* IE只能用padding,不能用上下居中 */
|
|
|
|
|
.shixunDetail_top {
|
|
|
|
|
display: block !important;
|
|
|
|
|
padding-top: 48px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.totalScore {
|
|
|
|
|
display: block !important;
|
|
|
|
|
padding-top: 40px;
|
|
|
|
|
}
|
|
|
|
|
.head-nav ul#header-nav li{
|
|
|
|
|
/*font-weight: 600;*/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*.newFooter{*/
|
|
|
|
|
/*position: fixed !important;*/
|
|
|
|
@ -114,15 +127,64 @@ body>.-task-title {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------个人主页:右侧提示区域--------------------------*/
|
|
|
|
|
.-task-sidebar{position:fixed;width:40px;height:180px;right:0;bottom:80px !important;z-index: 10;}
|
|
|
|
|
.-task-sidebar>div{height: 40px;line-height: 40px;box-sizing: border-box;width:40px;background:#4CACFF;color:#fff;font-size:20px;text-align:center;margin-bottom:5px;border-radius: 4px;}
|
|
|
|
|
.-task-sidebar>div i{ color:#fff;}
|
|
|
|
|
.-task-sidebar>div i:hover{color: #fff!important;}
|
|
|
|
|
.gotop{background-color: rgba(208,207,207,0.5)!important;padding: 0px!important;}
|
|
|
|
|
.-task-desc{background:#494949;width:90px;line-height: 36px;text-align: center;
|
|
|
|
|
position: absolute;color: #fff;font-size: 13px;z-index: 999999;opacity: 0;}
|
|
|
|
|
.-task-desc div{position: absolute;top:10px;right: -7px;height: 13px;}
|
|
|
|
|
.-task-desc div img{float: left}
|
|
|
|
|
.-task-sidebar {
|
|
|
|
|
position: fixed;
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 180px;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 20px !important;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.-task-sidebar>div {
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
width: 40px;
|
|
|
|
|
background: #4CACFF;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.-task-sidebar>div i {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.-task-sidebar>div i:hover {
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gotop {
|
|
|
|
|
background-color: rgba(208, 207, 207, 0.5) !important;
|
|
|
|
|
padding: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.-task-desc {
|
|
|
|
|
background: #494949;
|
|
|
|
|
width: 90px;
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: absolute;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
z-index: 999999;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.-task-desc div {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 10px;
|
|
|
|
|
right: -7px;
|
|
|
|
|
height: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.-task-desc div img {
|
|
|
|
|
float: left
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.-task-sidebar .scan_ewm {
|
|
|
|
|
position: absolute !important;
|
|
|
|
|
right: 45px !important;
|
|
|
|
@ -135,21 +197,34 @@ body>.-task-title {
|
|
|
|
|
display: none;
|
|
|
|
|
height: 213px !important;
|
|
|
|
|
}
|
|
|
|
|
.trangle_right{position: absolute;right: -5px;bottom: 15px;width: 0;height: 0px;border-top: 6px solid transparent;border-left: 5px solid #494949;border-bottom: 6px solid transparent}
|
|
|
|
|
|
|
|
|
|
.trangle_right {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: -5px;
|
|
|
|
|
bottom: 15px;
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0px;
|
|
|
|
|
border-top: 6px solid transparent;
|
|
|
|
|
border-left: 5px solid #494949;
|
|
|
|
|
border-bottom: 6px solid transparent
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.HeaderSearch {
|
|
|
|
|
margin-top: 18px;
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.HeaderSearch .ant-input-search .ant-input {
|
|
|
|
|
/*height:30px;*/
|
|
|
|
|
background: #373e3f !important;
|
|
|
|
|
border: 1px solid #373e3f !important;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-input-search .ant-input-affix-wrapper {
|
|
|
|
|
border: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
|
|
|
|
|
/* 比较奇怪的需求,先注释掉了,如果需要启用,麻烦增加class限制,别影响别的地方的使用 */
|
|
|
|
|
/* border-color: transparent; */
|
|
|
|
@ -206,9 +281,11 @@ body>.-task-title {
|
|
|
|
|
width: 325px;
|
|
|
|
|
/*right: 20px;*/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.HeaderSearch .ant-input-search {
|
|
|
|
|
right: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mainheighs {
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: block;
|
|
|
|
@ -227,6 +304,7 @@ body>.-task-title {
|
|
|
|
|
.headwith100b {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wechatcenter {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
@ -240,9 +318,11 @@ body>.-task-title {
|
|
|
|
|
height: 49px !important;
|
|
|
|
|
line-height: 24px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.xiaoshou {
|
|
|
|
|
cursor: pointer
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.questiontypes {
|
|
|
|
|
width: 37px;
|
|
|
|
|
height: 17px;
|
|
|
|
@ -252,6 +332,7 @@ body>.-task-title {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.questiontype {
|
|
|
|
|
width: 100%;
|
|
|
|
|
font-size: 12px;
|
|
|
|
@ -262,17 +343,21 @@ body>.-task-title {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.questiontypeheng {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 1px;
|
|
|
|
|
background: #EEEEEE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mystask-sidebar {
|
|
|
|
|
right: 181px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mystask-sidebars {
|
|
|
|
|
right: 20px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shitikussmys {
|
|
|
|
|
width: 29px !important;
|
|
|
|
|
height: 20px !important;
|
|
|
|
@ -294,6 +379,7 @@ body>.-task-title {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
cursor: default;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mystask-sidebarss {
|
|
|
|
|
right: 5px !important;
|
|
|
|
|
}
|