forked from Gitlink/forgeplus-react
85 lines
1.2 KiB
CSS
85 lines
1.2 KiB
CSS
|
|
|
||
|
|
ul,ol,dl{
|
||
|
|
margin:0px;
|
||
|
|
}
|
||
|
|
p{
|
||
|
|
margin-bottom: 8px;
|
||
|
|
}
|
||
|
|
.ml4{
|
||
|
|
margin-left: 4px;
|
||
|
|
}
|
||
|
|
.ml8{
|
||
|
|
margin-left: 8px;
|
||
|
|
}
|
||
|
|
.mt8{
|
||
|
|
margin-top: 8px;
|
||
|
|
}
|
||
|
|
.grey-3{
|
||
|
|
color:#333!important;
|
||
|
|
}.grey-8{
|
||
|
|
color:#888!important;
|
||
|
|
}.grey-9{
|
||
|
|
color:#999!important;
|
||
|
|
}
|
||
|
|
a.grey-9:hover{
|
||
|
|
color:#5091ff!important
|
||
|
|
}
|
||
|
|
.green{
|
||
|
|
color: #21B350!important;
|
||
|
|
}
|
||
|
|
.blue{
|
||
|
|
color: #5091FF!important;
|
||
|
|
}
|
||
|
|
.orange{
|
||
|
|
color: #FA6400!important;
|
||
|
|
}
|
||
|
|
.flex1{
|
||
|
|
flex:1;
|
||
|
|
}
|
||
|
|
.cPointer{
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
.bigNoData .none_panels>div{
|
||
|
|
width:30%;
|
||
|
|
}
|
||
|
|
.markdown-body p{
|
||
|
|
white-space: pre-wrap;
|
||
|
|
}
|
||
|
|
/*超过隐藏*/
|
||
|
|
.task-hide {
|
||
|
|
overflow: hidden;
|
||
|
|
white-space: nowrap;
|
||
|
|
text-overflow: ellipsis;
|
||
|
|
}
|
||
|
|
.task-hide2 {
|
||
|
|
overflow:-moz-hidden-unscrollable; white-space: nowrap; text-overflow:ellipsis;
|
||
|
|
}
|
||
|
|
.center{
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.greenbtn{
|
||
|
|
height:30px;
|
||
|
|
line-height:30px;
|
||
|
|
border-radius:2px;
|
||
|
|
background-color:#28BD6C;
|
||
|
|
color:#fff!important;
|
||
|
|
padding:0px 12px;
|
||
|
|
display:inline-block;
|
||
|
|
min-width:80px;
|
||
|
|
text-align:center;
|
||
|
|
}
|
||
|
|
.forumList{
|
||
|
|
padding:0px 30px;
|
||
|
|
}
|
||
|
|
.forumList > li{
|
||
|
|
border-bottom: 1px solid #eee;
|
||
|
|
padding:15px 0px;
|
||
|
|
}
|
||
|
|
.forumList > li:last-child{
|
||
|
|
border-bottom: none;
|
||
|
|
}
|
||
|
|
.pd200{padding: 200px 0;}
|
||
|
|
.minH400{
|
||
|
|
min-height: 400px;
|
||
|
|
}
|