2018-07-15 10:09:43 +08:00
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 2.0;
|
|
|
|
font-family: sans-serif;
|
|
|
|
color: #05101a;
|
|
|
|
height: 100%;
|
|
|
|
position: relative;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
background-color: #F9F9F9;
|
|
|
|
min-width:1200px;
|
2018-08-31 10:52:07 +08:00
|
|
|
-moz-user-select: none; /*火狐*/
|
|
|
|
-webkit-user-select: none; /*webkit浏览器*/
|
|
|
|
-ms-user-select: none; /*IE10*/
|
|
|
|
-khtml-user-select: none; /*早期浏览器*/
|
|
|
|
user-select: none;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
p, input, table {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.break_word {
|
|
|
|
word-break: break-all;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2018-08-07 18:37:44 +08:00
|
|
|
.color-yellow{
|
2018-08-14 17:50:40 +08:00
|
|
|
color: #2281a9;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.color-dark-blue {
|
|
|
|
color: #5C7C99
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-dark-57 {
|
|
|
|
color: #575757;
|
|
|
|
}
|
|
|
|
|
2018-08-07 15:15:10 +08:00
|
|
|
.fontcolor-white{
|
|
|
|
color: white;
|
|
|
|
}
|
2018-07-15 10:09:43 +08:00
|
|
|
.color-grey-des {
|
|
|
|
color: #808080;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-grey-c {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-white {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-orange {
|
|
|
|
color: #FF6800;
|
|
|
|
}
|
|
|
|
|
|
|
|
.radius {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearfix:after {
|
|
|
|
clear: both;
|
|
|
|
content: ".";
|
|
|
|
display: block;
|
|
|
|
font-size: 0;
|
|
|
|
height: 0;
|
|
|
|
line-height: 0;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearfix {
|
|
|
|
clear: both;
|
|
|
|
zoom: 1
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2018-09-04 15:16:57 +08:00
|
|
|
text-decoration: none !important;
|
2018-07-15 10:09:43 +08:00
|
|
|
color: #000;
|
2018-09-04 15:16:57 +08:00
|
|
|
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
2018-09-03 21:01:58 +08:00
|
|
|
.code_Area a{
|
2018-09-04 15:16:57 +08:00
|
|
|
color: white;
|
2018-09-03 21:01:58 +08:00
|
|
|
}
|
|
|
|
|
2018-07-15 10:09:43 +08:00
|
|
|
a:hover {
|
|
|
|
color: #33A6D6;
|
2018-09-04 15:16:57 +08:00
|
|
|
padding-bottom: 2px;
|
|
|
|
border-bottom: 1px solid #33A6D6;
|
|
|
|
display: inline-block;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
.font-12 {
|
|
|
|
font-size: 12px!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-14 {
|
|
|
|
font-size: 14px!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-16 {
|
|
|
|
font-size: 16px!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-18 {
|
|
|
|
font-size: 18px!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-20 {
|
|
|
|
font-size: 20px!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fl {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fr {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt5 {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt7 {
|
|
|
|
margin-top: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt8 {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt10 {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt15 {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt20 {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt22 {
|
|
|
|
margin-top: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mr3 {
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mr10 {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mr20 {
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mr25 {
|
|
|
|
margin-right: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mr15 {
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mb10 {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ml5 {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*自定义滚动条宽度*/
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 7px;
|
|
|
|
height: 10px;
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
|
|
|
|
background-color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modify-all {
|
|
|
|
overflow-y: auto;
|
|
|
|
display: flex;
|
|
|
|
display: -webkit-flex;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
bottom: 0px;
|
|
|
|
top: 50px;
|
|
|
|
background-color:#313335;
|
|
|
|
}
|
|
|
|
|
|
|
|
.head {
|
|
|
|
background-color: #171819;
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filename {
|
|
|
|
padding: 10px 20px;
|
|
|
|
background: #293033;
|
|
|
|
color: #fff;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
height: 42px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
z-index: 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filename a {
|
|
|
|
color: #fff
|
|
|
|
}
|
|
|
|
|
|
|
|
.left {
|
|
|
|
float: left;
|
2018-08-31 10:52:07 +08:00
|
|
|
width: 16%;
|
|
|
|
min-width: 10%;
|
2018-07-15 10:09:43 +08:00
|
|
|
height: 100%;
|
|
|
|
overflow-y: auto;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
display: flex;
|
|
|
|
background: #313335;
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-tab {
|
|
|
|
width: 50px;
|
|
|
|
text-align: center;
|
2018-08-07 18:37:44 +08:00
|
|
|
/*background: #171819;*/
|
|
|
|
background: #2A2C2E;
|
2018-07-15 10:09:43 +08:00
|
|
|
padding: 0px;
|
|
|
|
padding-left: 3px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0px;
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
|
|
|
height: 100%;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-tab li {
|
|
|
|
height: 100px;
|
|
|
|
line-height: 100px;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
list-style: none;
|
|
|
|
padding: 0px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #CCCCCC;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hideleft {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-tab li.active {
|
|
|
|
background: #4E5053;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-tab li span {
|
|
|
|
transform: rotate(-90deg);
|
|
|
|
display: block;
|
2018-08-07 18:37:44 +08:00
|
|
|
font-size: 15px;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.left-rightlist {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
2018-08-31 10:52:07 +08:00
|
|
|
min-width: 100%;
|
2018-07-15 10:09:43 +08:00
|
|
|
padding-left: 50px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 100%;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-title {
|
|
|
|
height: 40px;
|
|
|
|
line-height: 40px;
|
|
|
|
padding-left: 20px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background: #2A2C2E;
|
|
|
|
color: #CCCCCC;
|
|
|
|
}
|
|
|
|
|
|
|
|
#filelist-content {
|
|
|
|
width: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding-left: 0px;
|
|
|
|
height: 100%;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#filelist-content ul {
|
2018-07-18 10:04:53 +08:00
|
|
|
/* padding-left: 20px; */
|
2018-07-15 10:09:43 +08:00
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#filelist-content ul li {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#filelist-content ul li a {
|
2018-07-31 10:46:48 +08:00
|
|
|
color: #969B91!important;
|
2018-07-18 10:04:53 +08:00
|
|
|
/* display: block; */
|
2018-07-15 10:09:43 +08:00
|
|
|
max-width: 220px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sub-item {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search_response {
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
|
|
|
background-color: white;
|
|
|
|
z-index: 5;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
display: none;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-title {
|
|
|
|
width: 100%;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
height: 30px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#structure-context, #structure-context a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.result-line {
|
|
|
|
padding: 3px 10px;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
height: 28px;
|
|
|
|
line-height: 22px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.result-line:last-child {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.re-path {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 200px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.resultform {
|
|
|
|
max-height: 300px;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.path-content {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
max-width: 390px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
;
|
|
|
|
}
|
|
|
|
|
|
|
|
.path-all {
|
|
|
|
position: absolute;
|
|
|
|
top: 35px;
|
|
|
|
left: 0px;
|
|
|
|
background-color: #F4FCFF
|
|
|
|
}
|
|
|
|
|
|
|
|
.right {
|
|
|
|
float: right;
|
|
|
|
width: 20%;
|
|
|
|
height: 100%;
|
|
|
|
overflow-y: auto;
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#right_code {
|
2018-09-04 11:06:22 +08:00
|
|
|
width: 84%;
|
2018-07-15 10:09:43 +08:00
|
|
|
background-color: #313335;
|
|
|
|
overflow-y: auto;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.codereading {
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
float: left;
|
2018-07-31 10:46:48 +08:00
|
|
|
background-color: #26292b!important;
|
2018-08-17 12:53:37 +08:00
|
|
|
height: 880px;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.codeopration {
|
|
|
|
font-size: 13px;
|
|
|
|
float: left;
|
|
|
|
text-align: center;
|
|
|
|
height: 14px;
|
|
|
|
width: 16px;
|
|
|
|
margin-left: 10px;
|
2018-08-07 18:37:44 +08:00
|
|
|
/*padding-top: 5px;*/
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.codeline {
|
|
|
|
min-width: 910px;
|
|
|
|
width: 100%;
|
2018-08-08 14:51:03 +08:00
|
|
|
/*height: 23px;*/
|
2018-08-07 18:37:44 +08:00
|
|
|
/*background: #f1efec;*/
|
2018-07-15 10:09:43 +08:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.linenum {
|
|
|
|
float: left;
|
|
|
|
min-width: 25px;
|
|
|
|
background:#25282c;
|
|
|
|
text-align: right;
|
|
|
|
padding: 0 5px;
|
|
|
|
color: #fff;
|
|
|
|
line-height: 20px;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sourcecode {
|
|
|
|
float: left;
|
2018-08-19 21:30:41 +08:00
|
|
|
height: 40px;
|
2018-07-15 10:09:43 +08:00
|
|
|
width: 85%;
|
2018-08-07 18:37:44 +08:00
|
|
|
/*line-height: 20px;*/
|
2018-08-20 13:44:14 +08:00
|
|
|
background-color: #23241f;
|
2018-07-15 10:09:43 +08:00
|
|
|
color:#fff;
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
.sourcecode:hover{
|
|
|
|
background-color:#323438!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.middle-right {
|
|
|
|
width: 25%;
|
2018-08-22 17:54:24 +08:00
|
|
|
margin-top: 30px;
|
2018-07-15 10:09:43 +08:00
|
|
|
padding: 30px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
overflow-y:auto;
|
|
|
|
/* max-width: 370px; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.middle-right-item {
|
|
|
|
border: 1px solid #979797 ;
|
|
|
|
background-color: #313335;
|
|
|
|
padding: 15px 10px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-item-title{
|
2018-08-22 17:54:24 +08:00
|
|
|
font-size: 17px;
|
|
|
|
color: #fff;
|
2018-07-15 10:09:43 +08:00
|
|
|
margin-top: -5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-description{
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
text-align: left;
|
|
|
|
color: #C3BDBD;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.middle-right-item p {
|
|
|
|
display: flex;
|
|
|
|
}
|
2018-08-22 17:54:24 +08:00
|
|
|
.panel-leftfontnew {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
2018-08-24 19:14:34 +08:00
|
|
|
width: 90px;
|
2018-08-22 17:54:24 +08:00
|
|
|
text-align: left;
|
2018-08-24 19:14:34 +08:00
|
|
|
color: #EAEAEA;
|
2018-08-22 17:54:24 +08:00
|
|
|
font-size: 13px;
|
|
|
|
overflow:hidden;
|
|
|
|
text-overflow:ellipsis;
|
|
|
|
white-space:nowrap
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-leftfont {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 90px;
|
|
|
|
text-align: left;
|
2018-08-24 19:14:34 +08:00
|
|
|
color: #EAEAEA;
|
2018-08-22 17:54:24 +08:00
|
|
|
font-size: 13px;
|
|
|
|
overflow:hidden;
|
|
|
|
text-overflow:ellipsis;
|
|
|
|
white-space:nowrap
|
|
|
|
}
|
2018-07-15 10:09:43 +08:00
|
|
|
|
|
|
|
.panel-left {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
2018-08-17 12:53:37 +08:00
|
|
|
width: 250px;
|
2018-07-15 10:09:43 +08:00
|
|
|
text-align: left;
|
2018-08-17 12:53:37 +08:00
|
|
|
color: #FEFEFE;
|
|
|
|
font-size: 13px;
|
|
|
|
overflow:hidden;
|
|
|
|
text-overflow:ellipsis;
|
|
|
|
white-space:nowrap
|
|
|
|
}
|
|
|
|
.panel-left00 {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 35px;
|
|
|
|
text-align: left;
|
|
|
|
color: #FEFEFE;
|
2018-07-15 10:09:43 +08:00
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
.panel-right {
|
|
|
|
color: #EBEBEB;
|
|
|
|
font-size:13px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
2018-08-23 09:43:55 +08:00
|
|
|
padding-left: 10px;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.middle-area {
|
|
|
|
flex: 1;
|
|
|
|
width: 60%;
|
|
|
|
overflow-y:auto;
|
2018-08-07 18:37:44 +08:00
|
|
|
margin-top: 40px;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.des {
|
|
|
|
margin-top: 15px;
|
2018-07-31 10:46:48 +08:00
|
|
|
padding-top: 10px;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.des span {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
padding: 0px 4px;
|
|
|
|
background-color: rgba(180, 180, 180, .43);
|
|
|
|
border-radius: 2px;
|
|
|
|
margin-right: 10px;
|
|
|
|
height: 24px;
|
|
|
|
line-height: 24px;
|
|
|
|
color: #C5BFBF;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hot-qus {
|
|
|
|
display: flex;
|
|
|
|
list-style-type: none;
|
|
|
|
color: #989898;
|
|
|
|
margin-bottom: 8px
|
|
|
|
}
|
|
|
|
|
|
|
|
.hot-qus a {
|
|
|
|
display: block;
|
|
|
|
flex: 1;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hot-qus span {
|
|
|
|
display: block;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
border-radius: 50%;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #EAEAEA;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 提交评论框 */
|
|
|
|
|
|
|
|
#ItemcommentPanel {
|
|
|
|
position: absolute;
|
|
|
|
right: 60px;
|
|
|
|
width: 340px;
|
|
|
|
top: 19px;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: #fff;
|
|
|
|
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
|
2018-07-31 10:46:48 +08:00
|
|
|
padding: 15px 0px 8px 0px;
|
2018-07-15 10:09:43 +08:00
|
|
|
max-height: 600px;
|
|
|
|
overflow-y: auto;
|
2018-07-31 10:46:48 +08:00
|
|
|
z-index: 3;
|
|
|
|
color: black;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.loadCommentpanel-back, .loadQuestionpanel-back {
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
left: 0;
|
|
|
|
top: 20px;
|
|
|
|
height: 100%;
|
|
|
|
z-index: 10000;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pr {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 评论显示内容 */
|
|
|
|
|
|
|
|
.commentparthalf {
|
2018-08-07 18:37:44 +08:00
|
|
|
margin-top: 10px;
|
2018-08-14 11:24:40 +08:00
|
|
|
width: 84%;
|
2018-08-07 18:37:44 +08:00
|
|
|
padding: 0px 0px 0px 4px;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.commentparthalf:last-child {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.parthalf_con {
|
2018-08-14 11:24:40 +08:00
|
|
|
border-bottom: 1px solid #eee;
|
2018-08-07 18:37:44 +08:00
|
|
|
padding: 6px 6px 6px 6px;
|
2018-07-31 10:46:48 +08:00
|
|
|
margin: 2px 0px 0px 0px;
|
|
|
|
font-size: 14px;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.parthalf_comment {
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment_item {
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbsThis {
|
|
|
|
text-decoration: none!important;
|
|
|
|
color: #999!important
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 问题显示 */
|
|
|
|
|
|
|
|
#ItemquestionPanel {
|
|
|
|
width: 700px;
|
|
|
|
position: absolute;
|
|
|
|
max-height: 500px;
|
|
|
|
overflow-y: auto;
|
|
|
|
background-color: #fff;
|
|
|
|
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
|
|
|
|
top: 23px;
|
|
|
|
border-radius: 4px;
|
|
|
|
right: 32px;
|
|
|
|
z-index: 3;
|
2018-07-18 23:27:40 +08:00
|
|
|
color:black;
|
2018-08-14 11:24:40 +08:00
|
|
|
padding: 15px 0px 3px 0px;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.ques-title {
|
2018-07-31 10:46:48 +08:00
|
|
|
margin-top: -15px;
|
2018-07-15 10:09:43 +08:00
|
|
|
font-size: 16px;
|
|
|
|
padding: 10px 20px;
|
|
|
|
border-bottom: 1px solid #eee;
|
2018-07-31 10:46:48 +08:00
|
|
|
font-weight: 600;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.ques-part {
|
|
|
|
padding: 10px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ques-answer {
|
|
|
|
margin: 10px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ques-answer li {
|
|
|
|
list-style-type: none;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ques-answer li input {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ques-part {
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ques-part:last-child {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#writeThisanswer {
|
|
|
|
height: 100px;
|
|
|
|
width: 100%;
|
|
|
|
border: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.responsePanel {
|
|
|
|
padding: 10px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.responseInput {
|
|
|
|
border: 1px solid #eee;
|
|
|
|
height: 35px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 4px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comments {
|
|
|
|
padding: 10px 20px;
|
2018-08-22 17:54:24 +08:00
|
|
|
/*border-bottom: 1px solid #eee;*/
|
2018-07-15 10:09:43 +08:00
|
|
|
display: flex
|
|
|
|
}
|
|
|
|
|
|
|
|
.comments-right {
|
|
|
|
flex: 1;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comments-name {
|
|
|
|
margin-right: 10px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comments-content {
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.otherComments {
|
|
|
|
background-color: #F4F4F4;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 5px 10px;
|
|
|
|
margin: 5px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.otherComments .comments-content {
|
|
|
|
color: #949393
|
|
|
|
}
|
|
|
|
|
|
|
|
.downList-panel {
|
|
|
|
cursor: pointer;
|
|
|
|
height:50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.downList-panel:hover .downList {
|
|
|
|
display: block;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.downList-panel span {
|
|
|
|
margin-top: 15px;
|
|
|
|
color: #666;
|
|
|
|
float: left;
|
|
|
|
margin-left: 10px
|
|
|
|
}
|
|
|
|
|
|
|
|
.downList-panel:hover span {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.downList {
|
|
|
|
position: absolute;
|
|
|
|
top: 45px;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 4px;
|
|
|
|
width: 120px;
|
|
|
|
text-align: center;
|
|
|
|
z-index: 6;
|
|
|
|
padding: 5px 0px;
|
|
|
|
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
|
|
|
|
display: none;
|
|
|
|
right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.downList li {
|
|
|
|
padding: 0px 10px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
list-style-type: none;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.downList li:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.downList li:hover {
|
|
|
|
background-color: #fafafa;
|
|
|
|
}
|
|
|
|
.downList li:hover a{
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre.prettyprint {
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
word-wrap: break-word;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.linestatus {
|
|
|
|
float: left;
|
2018-08-08 14:51:03 +08:00
|
|
|
min-height: 40px;
|
2018-07-15 10:09:43 +08:00
|
|
|
width: 80px;
|
|
|
|
border-left: 1px #000000;
|
|
|
|
background-color: #4e5053;
|
|
|
|
position: relative;
|
|
|
|
padding-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 输入问题或者注释 */
|
|
|
|
|
|
|
|
.put-select {
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
padding: 0px 10px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.put-select span {
|
|
|
|
color: #989898;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 50px;
|
|
|
|
height: 35px;
|
|
|
|
line-height: 35px;
|
|
|
|
text-align: left;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2018-08-22 17:54:24 +08:00
|
|
|
.put-select span{
|
|
|
|
text-align: center;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2018-07-15 10:09:43 +08:00
|
|
|
.put-select span.active {
|
|
|
|
color: #05101a;
|
2018-08-16 15:24:05 +08:00
|
|
|
text-align: center;
|
2018-08-22 17:54:24 +08:00
|
|
|
font-size: 16px;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
2018-08-16 15:24:05 +08:00
|
|
|
.put-selectspanactive{
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 16px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2018-07-15 10:09:43 +08:00
|
|
|
.addno-panel {
|
|
|
|
position: absolute;
|
|
|
|
width: 410px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 5px;
|
|
|
|
background: #fff;
|
|
|
|
z-index: 1;
|
|
|
|
right: 5px;
|
|
|
|
top: 27px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.put-content {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.put-option {
|
|
|
|
border: 1px solid #eee;
|
|
|
|
height: 30px;
|
|
|
|
width: 150px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.put-text {
|
2018-08-22 17:54:24 +08:00
|
|
|
width: 92%;
|
2018-08-14 11:24:40 +08:00
|
|
|
border: 1px solid transparent;
|
|
|
|
border-bottom: 1px solid #ccc;
|
2018-07-15 10:09:43 +08:00
|
|
|
height: 170px;
|
2018-08-26 09:49:30 +08:00
|
|
|
margin: 15px 0px 10px 18px;
|
2018-07-15 10:09:43 +08:00
|
|
|
box-sizing: border-box;
|
2018-07-31 10:46:48 +08:00
|
|
|
color: black;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.submit {
|
|
|
|
color: #fff!important;
|
|
|
|
background: #33A6D6;
|
|
|
|
border-radius: 3px;
|
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
display: block;
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 60px;
|
|
|
|
text-align: center;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.annonums {
|
|
|
|
font-size: 13px;
|
|
|
|
float: left;
|
|
|
|
text-align: center;
|
|
|
|
background-image: url(../image/annotation.png);
|
|
|
|
background-size: 100% 100%;
|
2018-08-14 16:14:03 +08:00
|
|
|
height: 16px;
|
2018-07-15 10:09:43 +08:00
|
|
|
width: 16px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.questionnums {
|
|
|
|
font-size: 13px;
|
|
|
|
float: left;
|
|
|
|
text-align: center;
|
2018-08-14 16:14:03 +08:00
|
|
|
width: 16px;
|
2018-07-15 10:09:43 +08:00
|
|
|
background-image: url(../image/question.png);
|
|
|
|
background-size: 100% 100%;
|
2018-08-14 16:14:03 +08:00
|
|
|
height: 16px;
|
2018-07-15 10:09:43 +08:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-info-panel {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.close-right {
|
|
|
|
position: absolute;
|
|
|
|
;
|
|
|
|
left: 15px;
|
|
|
|
top: 18px;
|
|
|
|
color: #fff;
|
|
|
|
cursor: pointer;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-name {
|
|
|
|
font-size: 18px;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px 0px
|
|
|
|
}
|
|
|
|
|
|
|
|
.showinfo {
|
|
|
|
background: #5B9BD5;
|
|
|
|
border-bottom: 1px solid #374e5d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.showinfo:first-child {
|
|
|
|
border-radius: 4px 4px 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.showinfo:last-child {
|
|
|
|
border: none;
|
|
|
|
border-radius: 0px 0px 4px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plusnum {
|
|
|
|
width: 15%;
|
|
|
|
padding: 15px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plusnum .up {
|
|
|
|
width: 0px;
|
|
|
|
height: 0px;
|
|
|
|
border-left: 12px solid transparent;
|
|
|
|
border-right: 12px solid transparent;
|
|
|
|
border-bottom: 12px solid #8c8686;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
display: inline-block;
|
|
|
|
font: normal normal normal 14px/1 FontAwesome;
|
|
|
|
font-size: inherit;
|
|
|
|
text-rendering: auto;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plusnum .down {
|
|
|
|
width: 0px;
|
|
|
|
height: 0px;
|
|
|
|
border-left: 12px solid transparent;
|
|
|
|
border-right: 12px solid transparent;
|
|
|
|
border-top: 12px solid #8c8686;
|
|
|
|
margin-top: 2px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plusnum .up.active {
|
|
|
|
border-bottom: 12px solid #21323D;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plusnum .down.active {
|
|
|
|
border-top: 12px solid #21323D;
|
|
|
|
}
|
|
|
|
|
|
|
|
.question-count {
|
|
|
|
display: block;
|
|
|
|
font-size: 20px
|
|
|
|
}
|
|
|
|
|
|
|
|
.allinfo {
|
|
|
|
width: 85%;
|
|
|
|
text-align: left;
|
|
|
|
color: #fff;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-left: 1px solid #374e5d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-p {
|
|
|
|
border-bottom: 1px solid #374e5d
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-p span {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-p a {
|
|
|
|
color: #fff!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.allinfo p {
|
|
|
|
padding: 0px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-content {
|
|
|
|
min-height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-item {
|
|
|
|
font-size: 13px;
|
2018-08-14 11:24:40 +08:00
|
|
|
margin-left: 12px;
|
|
|
|
width: 88%;
|
|
|
|
height: 56px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
border-bottom: 1px solid #eee;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.comment-name {
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-name a {
|
|
|
|
color: #fff!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-btn {
|
2018-08-07 18:37:44 +08:00
|
|
|
padding: 13px 10px 13px 0px;
|
2018-07-15 10:09:43 +08:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
color: #fff!important;
|
|
|
|
padding: 3px 10px;
|
|
|
|
background-color: #ccc;
|
|
|
|
display: block;
|
|
|
|
font-size: 13px;
|
|
|
|
border-radius: 4px;
|
|
|
|
text-decoration: none!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-blue {
|
|
|
|
background-color: #3DC6FF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.writetext {
|
2018-08-14 11:24:40 +08:00
|
|
|
width: 91%;
|
2018-07-15 10:09:43 +08:00
|
|
|
height: 80px;
|
2018-08-14 11:24:40 +08:00
|
|
|
border: 1px solid transparent;
|
|
|
|
border-bottom: 1px solid #eee;
|
2018-07-15 10:09:43 +08:00
|
|
|
margin: 8px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.option-panel span {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding-left: 3px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.option-panel span input {
|
|
|
|
float: left;
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-right: 5px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commitanswer {
|
|
|
|
padding: 5px!important;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-top: 1px solid #374e5d;
|
|
|
|
border-bottom: 1px solid #374e5d
|
|
|
|
}
|
|
|
|
|
|
|
|
.showanswer {
|
|
|
|
float: right;
|
|
|
|
margin-right: 5px
|
|
|
|
}
|
|
|
|
|
|
|
|
.addanno {
|
|
|
|
font-size: 16px;
|
|
|
|
width: 30%;
|
|
|
|
float: right;
|
|
|
|
text-align: center;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
cursor: pointer;
|
2018-07-31 10:46:48 +08:00
|
|
|
visibility: hidden;
|
2018-08-07 18:37:44 +08:00
|
|
|
margin-top: -4px;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.addanno:hover {
|
|
|
|
color: #2398e4
|
|
|
|
}
|
|
|
|
|
|
|
|
.tags {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.def {
|
|
|
|
margin-left: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.trangle-op {
|
|
|
|
position: absolute;
|
|
|
|
top: -6px;
|
|
|
|
right: 10px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
|
|
|
transform: rotate(45deg);
|
|
|
|
-ms-transform: rotate(45deg);
|
|
|
|
-moz-transform: rotate(45deg);
|
|
|
|
-webkit-transform: rotate(45deg);
|
|
|
|
-o-transform: rotate(45deg);
|
|
|
|
background: #fff;
|
|
|
|
border-right: none;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.trangle-down {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -6px;
|
|
|
|
right: 10px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
|
|
|
transform: rotate(45deg);
|
|
|
|
-ms-transform: rotate(45deg);
|
|
|
|
-moz-transform: rotate(45deg);
|
|
|
|
-webkit-transform: rotate(45deg);
|
|
|
|
-o-transform: rotate(45deg);
|
|
|
|
background: #fff;
|
|
|
|
border-top: none;
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.none {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* path_info页面--------------------------------------------- */
|
|
|
|
|
|
|
|
.path_info {
|
|
|
|
padding: 20px;
|
|
|
|
box-sizing: border-box;
|
2018-07-18 21:07:03 +08:00
|
|
|
color: black;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
2018-08-07 15:15:10 +08:00
|
|
|
.path_info img{
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.path_info i{
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-07-15 10:09:43 +08:00
|
|
|
.filePathInfo {
|
2018-07-31 10:46:48 +08:00
|
|
|
background-color: #26292b!important;
|
2018-07-15 10:09:43 +08:00
|
|
|
width: 100%;
|
|
|
|
padding: 15px 20px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filePathline {
|
2018-08-31 10:52:07 +08:00
|
|
|
margin-bottom: 8px;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.filePathline:last-child {
|
|
|
|
margin-bottom: 0px
|
|
|
|
}
|
|
|
|
|
|
|
|
.filePathline span {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 33%;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2018-07-31 10:46:48 +08:00
|
|
|
.filePathline label {
|
2018-08-31 10:52:07 +08:00
|
|
|
color: #D0D0D0 !important;
|
2018-07-31 10:46:48 +08:00
|
|
|
}
|
|
|
|
|
2018-07-15 10:09:43 +08:00
|
|
|
.filePathline span label:first-child {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
min-width: 110px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filePathline span label:last-child {
|
|
|
|
margin-left: 15px;
|
|
|
|
color: #9A9A9A;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-nav {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 50px;
|
|
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-nav.active {
|
|
|
|
color: #5CCBFE;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ver-line {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 1px;
|
|
|
|
height: 10px;
|
|
|
|
background-color: #CDCDCD;
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fileinfo-item:first-child span {
|
|
|
|
font-size: 16px;
|
2018-08-31 10:52:07 +08:00
|
|
|
color: #D0D0D0;
|
|
|
|
}
|
|
|
|
.colorD0D0D0{
|
|
|
|
color: #D0D0D0;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
.fileinfo-item span {
|
2018-08-31 10:52:07 +08:00
|
|
|
color: #D0D0D0;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-right {
|
|
|
|
margin-right: 0px!important;
|
|
|
|
}
|
|
|
|
|
2018-07-31 10:46:48 +08:00
|
|
|
.info-nav{
|
|
|
|
color: #FFF;
|
|
|
|
}
|
2018-08-07 15:15:10 +08:00
|
|
|
/* .path_infonav span{
|
2018-07-31 10:46:48 +08:00
|
|
|
color: #FFF;
|
2018-08-07 15:15:10 +08:00
|
|
|
} */
|
|
|
|
|
2018-07-15 10:09:43 +08:00
|
|
|
/* nav-right */
|
|
|
|
|
|
|
|
.navbar-right {
|
|
|
|
margin-right: 0px!important;
|
|
|
|
}
|
|
|
|
|
2018-07-31 10:46:48 +08:00
|
|
|
.colorFFF{
|
|
|
|
color:#FFF;
|
|
|
|
}
|
2018-07-15 10:09:43 +08:00
|
|
|
/* tab */
|
|
|
|
|
|
|
|
.tab_head {
|
|
|
|
height: 40px;
|
|
|
|
background-color: #2d2f31;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab_item {
|
|
|
|
float: left;
|
|
|
|
padding: 0px 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
list-style-type: none;
|
|
|
|
position: relative;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab_item.active a:first-child {
|
|
|
|
color: #ffffff!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab_item:hover {
|
|
|
|
background-color: #1E2022;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab_item.active{
|
|
|
|
background-color: #1E2022;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab_item:after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
top: auto;
|
|
|
|
right: 1px;
|
|
|
|
width: 1px;
|
2018-08-14 11:24:40 +08:00
|
|
|
height: 28px;
|
|
|
|
background-color: #000;
|
|
|
|
bottom: 5px;
|
2018-07-15 10:09:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab_item a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #969B91!important;
|
|
|
|
padding-top: 8px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab_item a:last-child {
|
|
|
|
margin: 2px 0px 0px 5px;
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab_head_more {
|
|
|
|
list-style-type: none;
|
|
|
|
width: 50px;
|
|
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab_head_more:hover {
|
|
|
|
background-color: #dfe1da;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab_head_more:hover .tab_nav_ul {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab_nav_ul {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 28px;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 0px;
|
|
|
|
z-index: 111;
|
|
|
|
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab_nav_ul li {
|
|
|
|
list-style-type: none;
|
|
|
|
min-width: 110px;
|
|
|
|
padding: 3px 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
cursor: pointer;
|
|
|
|
text-align: left;
|
2018-07-31 10:46:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.annotationName{
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.mr-50{
|
|
|
|
margin-left: -50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt40{
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
2018-08-07 18:37:44 +08:00
|
|
|
.mt35{
|
|
|
|
margin-top: 35px;
|
|
|
|
}
|
2018-07-31 10:46:48 +08:00
|
|
|
.pl65{
|
|
|
|
padding-left: 65px;
|
|
|
|
}
|
|
|
|
.colorblack{
|
|
|
|
color:#000;
|
|
|
|
}
|
|
|
|
.clear{
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.inlineBlock{
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2018-08-14 11:24:40 +08:00
|
|
|
.inlineBlockfont{
|
|
|
|
font-size: 12px;
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
2018-07-31 10:46:48 +08:00
|
|
|
.ellipsis{
|
2018-08-14 11:24:40 +08:00
|
|
|
white-space: normal;
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-break: break-all;
|
2018-07-31 10:46:48 +08:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.marbox{
|
2018-08-07 18:37:44 +08:00
|
|
|
margin: 2px 10px 0px 0px;
|
2018-07-31 10:46:48 +08:00
|
|
|
}
|
|
|
|
.wi216{
|
2018-08-07 18:37:44 +08:00
|
|
|
width:100%;
|
|
|
|
max-height: 200px;
|
2018-07-31 10:46:48 +08:00
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mypre{
|
2018-08-19 21:30:41 +08:00
|
|
|
margin: 0 0 0;
|
2018-08-07 18:37:44 +08:00
|
|
|
overflow:visible !important;
|
2018-08-22 17:54:24 +08:00
|
|
|
font-size: 16px;
|
2018-08-20 13:44:14 +08:00
|
|
|
white-space:pre;
|
2018-08-07 18:37:44 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#currentProjectName{
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*左侧图标位置*/
|
|
|
|
.ProjectName{
|
|
|
|
margin-top: 0px;
|
|
|
|
padding-left: 8px;
|
|
|
|
font-family: Microsoft YaHei;
|
|
|
|
}
|
|
|
|
.ProjectIMG{
|
|
|
|
transform: rotate(0deg) !important;
|
|
|
|
margin-left: 2px;
|
|
|
|
margin-top: -68px;
|
|
|
|
}
|
|
|
|
.ProjectIMG i{
|
|
|
|
font-size:18px !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.Structure{
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
.StructureIMG{
|
|
|
|
transform: rotate(0deg) !important;
|
|
|
|
margin-left: 2px;
|
|
|
|
margin-top: -62px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
.StructureIMG i{
|
|
|
|
font-size:18px !important;
|
|
|
|
}
|
|
|
|
.codelinebox{
|
2018-08-17 12:12:14 +08:00
|
|
|
line-height: 19px;
|
|
|
|
min-height: 19px;
|
2018-08-22 17:54:24 +08:00
|
|
|
margin-bottom: -18px;
|
2018-08-07 18:37:44 +08:00
|
|
|
}
|
|
|
|
.newmypre{
|
2018-08-14 11:24:40 +08:00
|
|
|
margin: 0 0 16px 28px;
|
2018-08-07 18:37:44 +08:00
|
|
|
}
|
2018-08-14 16:14:03 +08:00
|
|
|
.newaddmypre{
|
|
|
|
margin: 0 0 16px 18px;
|
|
|
|
}
|
2018-08-07 18:37:44 +08:00
|
|
|
.newmypre{
|
2018-08-14 11:24:40 +08:00
|
|
|
text-indent:15px;
|
2018-08-07 18:37:44 +08:00
|
|
|
white-space: normal;
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
|
|
|
|
.deg270{
|
|
|
|
transform: rotate(270deg) !important;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #8F8986;
|
|
|
|
}
|
|
|
|
.deg90{
|
|
|
|
transform: rotate(90deg) !important;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #8F8986;
|
|
|
|
}
|
|
|
|
.topthumbsThis{
|
2018-08-14 11:24:40 +08:00
|
|
|
margin: 13px 0px 0px 15px;
|
2018-08-07 18:37:44 +08:00
|
|
|
width: 27px;
|
|
|
|
padding-left: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbsThisnth2{
|
|
|
|
height: 20px;
|
|
|
|
color: #000;
|
2018-08-08 14:51:03 +08:00
|
|
|
text-align: center;
|
|
|
|
margin-left: -5px;
|
2018-08-07 18:37:44 +08:00
|
|
|
}
|
|
|
|
.newtopthumbs{
|
2018-08-14 11:24:40 +08:00
|
|
|
margin: 4px 0px 0px 16px;
|
|
|
|
width: 95%;
|
2018-08-26 09:49:30 +08:00
|
|
|
padding-left: 8px;
|
2018-08-07 18:20:33 +08:00
|
|
|
}
|
2018-08-14 11:24:40 +08:00
|
|
|
.thumbsmarginLeft{
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
2018-08-07 23:30:36 +08:00
|
|
|
.modify-anno{
|
2018-08-07 18:20:33 +08:00
|
|
|
float: right;
|
2018-08-07 23:30:36 +08:00
|
|
|
color: cornflowerblue;
|
|
|
|
font-size: 12px;
|
2018-08-08 11:32:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.thumbs_active{
|
|
|
|
color: red;
|
2018-08-14 11:24:40 +08:00
|
|
|
}
|
|
|
|
.lineHeight30{
|
|
|
|
line-height: 30px;
|
2018-08-14 16:14:03 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.currentProjectName{
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
font-size: 14px;
|
|
|
|
margin-left: -5px;
|
|
|
|
}
|
|
|
|
.rightimgcomment{
|
|
|
|
font-size: 13px;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
height: 14px;
|
2018-08-14 17:50:40 +08:00
|
|
|
width: 14px;
|
2018-08-14 16:14:03 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.rightimgcommentblue{
|
|
|
|
font-size: 13px;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
2018-08-17 12:53:37 +08:00
|
|
|
}
|
|
|
|
.both{
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.panel-leffont{
|
|
|
|
fonr-size:24px;
|
|
|
|
color:#C3BDBD;
|
2018-08-20 16:18:53 +08:00
|
|
|
}
|
|
|
|
.newcodeline{
|
|
|
|
min-width: 910px;
|
|
|
|
width: 100%;
|
|
|
|
height: 23px;
|
|
|
|
/* background: #f1efec; */
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.newcodelinebox{
|
|
|
|
line-height: 25px;
|
|
|
|
min-height: 25px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2018-08-22 17:54:24 +08:00
|
|
|
}
|
|
|
|
.navbarli a {
|
|
|
|
color:#FFF;
|
|
|
|
}
|
|
|
|
.nav>li>a:hover, .nav>li>a:focus{
|
|
|
|
text-decoration: none !important;
|
|
|
|
background-color: transparent !important;
|
2018-08-23 09:43:55 +08:00
|
|
|
}
|
|
|
|
.width120{
|
2018-08-24 19:14:34 +08:00
|
|
|
width: 300px;
|
|
|
|
height: 30px;
|
2018-08-23 09:43:55 +08:00
|
|
|
}
|
|
|
|
.width130{
|
2018-08-24 19:14:34 +08:00
|
|
|
width: 300px;
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
.pdding{
|
|
|
|
padding-top:0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
.filePathInfomarbootom{
|
|
|
|
margin-bottom: 0px;
|
2018-08-25 19:40:25 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.anno_textarea{
|
2018-08-26 09:49:30 +08:00
|
|
|
}
|
|
|
|
.mt11{
|
|
|
|
margin-top:11px !important;
|
2018-08-31 10:52:07 +08:00
|
|
|
}
|
|
|
|
label {
|
|
|
|
margin-bottom: 8px !important;
|
|
|
|
}
|
|
|
|
|
2018-09-04 11:06:22 +08:00
|
|
|
.tabwidth{
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
height: 40px;
|
|
|
|
margin-left: 30px;
|
|
|
|
position: relative;
|
|
|
|
background-color: #2d2f31;
|
|
|
|
}
|
|
|
|
.Fontchevronleft{
|
|
|
|
color: #FFF;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
z-index: 2000;
|
|
|
|
width: 30px;
|
|
|
|
height: 40px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 40px;
|
|
|
|
background-color: #1E2022;
|
|
|
|
}
|
|
|
|
.Fontchevronright{
|
|
|
|
color: #FFF;
|
|
|
|
position: absolute;
|
|
|
|
right:0;
|
|
|
|
z-index: 2000;
|
|
|
|
width: 30px;
|
|
|
|
height: 40px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 40px;
|
|
|
|
background-color: #1E2022;
|
|
|
|
}
|
|
|
|
|
|
|
|
#MoveTAB{
|
|
|
|
animation: myfirst 10s;
|
|
|
|
-moz-animation: myfirst 10s; /* Firefox */
|
|
|
|
-webkit-animation: myfirst 10s; /* Safari 和 Chrome */
|
|
|
|
-o-animation: myfirst 10s; /* Opera */
|
2018-09-04 15:16:57 +08:00
|
|
|
}
|
|
|
|
.closeX{
|
|
|
|
color: #FFF;
|
|
|
|
font-size: 12px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 20000;
|
|
|
|
right: -18px;
|
|
|
|
top: -24px;
|
|
|
|
border: 1px solid #FFF;
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 17px;
|
|
|
|
}
|
|
|
|
.FontFatimes{
|
|
|
|
color:#000;
|
|
|
|
font-size:16px;
|
|
|
|
margin-left:10px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.FontFaCheck{
|
|
|
|
color:cornflowerblue;
|
|
|
|
font-size:16px;
|
|
|
|
margin-left:10px;
|
|
|
|
cursor: pointer;
|
2018-09-04 11:06:22 +08:00
|
|
|
}
|