forked from Gitlink/forgeplus-react
157 lines
2.9 KiB
CSS
157 lines
2.9 KiB
CSS
.postDetail{
|
|
padding:20px 0px;
|
|
}
|
|
.postContent{
|
|
margin:0px 30px;
|
|
border-top: 1px solid #f4f4f4;
|
|
}
|
|
|
|
.fileTeam{
|
|
padding-bottom: 40px;
|
|
}
|
|
.fileTeam > li {
|
|
height: 18px;
|
|
line-height: 18px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
/* parse.js */
|
|
.forumParse{
|
|
width: 72px;
|
|
height: 72px;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
flex-flow: column;
|
|
background: #5091FF;
|
|
color: #fff!important;
|
|
border-radius: 50%;
|
|
padding-top: 7px;
|
|
}
|
|
.forumParse.parsed{
|
|
background:#999999;
|
|
}
|
|
|
|
/* 评论 */
|
|
.replyTitle{
|
|
line-height: 30px;
|
|
padding:20px;
|
|
border-bottom: 1px solid #f4f4f4;
|
|
}
|
|
.pre_stage{
|
|
border-bottom: 1px solid #f4f4f4;
|
|
padding : 10px 0px;
|
|
}
|
|
.pre_stage:last-child{
|
|
border-bottom: none;
|
|
}
|
|
.pre_stage .sub_stage{
|
|
padding: 10px 20px;
|
|
box-sizing: border-box;
|
|
background: #fafafa;
|
|
position: relative;
|
|
margin-top: 20px;
|
|
border-radius:4px;
|
|
}
|
|
.pre_stage .sub_stage::before{
|
|
position: absolute;
|
|
content: "";
|
|
top:-20px;
|
|
z-index: 1;
|
|
left: 20px;
|
|
width: 0;
|
|
height: 0;
|
|
border-width: 10px;
|
|
border-style: solid;
|
|
border-color: transparent transparent #fafafa transparent;
|
|
}
|
|
.commentsItem_infos{
|
|
display: flex;
|
|
padding:10px 0px 10px;
|
|
}
|
|
.commentsItem_infos .markdown-body{
|
|
padding:0px;
|
|
}
|
|
.commentsItem_infos .editormd-html-preview,.commentsItem_infos .editormd-preview-container{
|
|
background-color: unset;
|
|
}
|
|
|
|
/* 新建 */
|
|
.postNewform.ant-form .ant-row{
|
|
display: flex;
|
|
align-items: top;
|
|
}
|
|
.postNewform.ant-form .ant-form-item-control-wrapper{
|
|
flex: 1;
|
|
}
|
|
.postNewform.ant-form .ant-form-item-label,.postNewform .new_label{
|
|
width: 90px;
|
|
text-align: right;
|
|
margin-right: 8px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
margin-top: 3px;
|
|
font-size: 16px
|
|
}
|
|
.postNewform.ant-form label{
|
|
font-size: 16px;
|
|
color: #333;
|
|
}
|
|
.editorFromItem {
|
|
align-items: flex-start!important;
|
|
margin-bottom: 0px!important;
|
|
}
|
|
.editorFromItem .editormd.editormd-vertical{
|
|
margin-bottom: 0px;
|
|
}
|
|
.editorFromItem .rememberTip{
|
|
height: 20px;
|
|
line-height: 20px;
|
|
}
|
|
.newPostUpload{
|
|
margin-left: 84px;
|
|
}
|
|
.newPostUpload .uploadBtn{
|
|
border:none;
|
|
box-shadow: none;
|
|
color:#5091FF;
|
|
line-height: 30px;
|
|
}
|
|
.newPostUpload .ant-upload-list{
|
|
padding-left: 100px;
|
|
}
|
|
.newPostUpload .ant-upload-list-item-info{
|
|
padding:0px;
|
|
font-size: 15px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
max-width: 500px;
|
|
position: relative;
|
|
}
|
|
.selectItem .ant-select-selection--single{
|
|
width: 200px;
|
|
margin-right: 20px;
|
|
height: 40px;
|
|
}
|
|
.selectItem .ant-select-selection__rendered{
|
|
line-height: 40px;
|
|
}
|
|
/* 上传封面 */
|
|
.uploadImageBox .ant-upload-picture-card-wrapper{
|
|
width: 340px;
|
|
height: 248px;
|
|
border:none;
|
|
background: #fafafa;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding:0px 60px;
|
|
color: #999;
|
|
}
|
|
.uploadImageBox .ant-upload.ant-upload-select-picture-card{
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
}
|
|
.uploadImageBox .ant-upload.ant-upload-select-picture-card i{
|
|
font-size: 44px!important;
|
|
color:#999;
|
|
} |