forked from Gitlink/forgeplus-react
189 lines
2.8 KiB
CSS
189 lines
2.8 KiB
CSS
.tpi_content p,
|
|
.tpi_content dl,
|
|
.tpi_content ol,
|
|
.tpi_content ul,
|
|
.tpi_content h1,
|
|
.tpi_content h2,
|
|
.tpi_content h3,
|
|
.tpi_content h4,
|
|
.tpi_content h5 {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.ant-popover-buttons {
|
|
text-align: center !important;
|
|
}
|
|
|
|
/* ie11兼容性问题 评测通过图片被遮挡*/
|
|
.page--body {
|
|
z-index: 1;
|
|
}
|
|
|
|
/* 隐藏newMessage提示按钮 */
|
|
#shixun_comment_block .buttons>p:last-child {
|
|
display: none !important;
|
|
}
|
|
|
|
.ant-message {
|
|
z-index: 20000;
|
|
}
|
|
|
|
.ant-upload-list-item-info .anticon-loading,
|
|
.ant-upload-list-item-info .anticon-paper-clip {
|
|
color: rgba(102, 102, 102, 1) !important;
|
|
}
|
|
|
|
.anticon anticon-paper-clip {
|
|
color: rgba(102, 102, 102, 1) !important;
|
|
}
|
|
|
|
.MuiModal-root-15 {
|
|
z-index: 1000 !important;
|
|
}
|
|
|
|
.markdown-body img{
|
|
cursor: pointer;
|
|
/* 行内样式 */
|
|
max-width: 100% !important;
|
|
/* height: auto !important; */
|
|
}
|
|
.markdown-body pre ol.linenums,.markdown-body pre ul.linenums{
|
|
padding-left: 0px;
|
|
}
|
|
.markdown-body pre ol>li, .markdown-body pre ol>li{
|
|
list-style-type: none;
|
|
}
|
|
|
|
.markdown-body video{
|
|
/* 行内样式 */
|
|
max-width: 100% !important;
|
|
/* height: auto !important; */
|
|
}
|
|
|
|
ol,
|
|
ul,
|
|
li {
|
|
list-style-type: none
|
|
}
|
|
|
|
.yslflexhome {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.bor-red {
|
|
border: 1px solid #db0505 !important;
|
|
}
|
|
|
|
.font-25 {
|
|
font-size: 25px !important;
|
|
}
|
|
|
|
|
|
.markdown-body {
|
|
text-align: justify;
|
|
word-break: break-all;
|
|
}
|
|
|
|
/* !!覆盖之前的样式*/
|
|
.-header-right {
|
|
background: #1F2F3B;
|
|
}
|
|
|
|
#myshixun_top {
|
|
display: flex;
|
|
height: 54px;
|
|
}
|
|
|
|
.yslflexhomes {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
.yslflexhomesysl1 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
pre.prettyprint {
|
|
border: 0px solid transparent;
|
|
padding: 10px;
|
|
}
|
|
.markdown-body pre ol>li, .markdown-body pre ol>li{
|
|
list-style: none!important;
|
|
}
|
|
.-flex-basic0 {
|
|
flex-basis: 0% !important;
|
|
-webkit-flex-basis: 0% !important;
|
|
display: none
|
|
}
|
|
|
|
.-flex-basic100 {
|
|
flex-basis: 100% !important;
|
|
-webkit-flex-basis: 100% !important;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: #F5F5F5;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
|
|
background-color: #dadada;
|
|
}
|
|
|
|
.color-grey {
|
|
color: #888;
|
|
}
|
|
|
|
.-text-danger {
|
|
color: #FF6545
|
|
}
|
|
|
|
.color-orange02 {
|
|
color: #f79f88 !important;
|
|
}
|
|
|
|
.color-orange03 {
|
|
color: #ff7500 !important;
|
|
}
|
|
|
|
.color-orange04 {
|
|
color: #ee4a20 !important;
|
|
}
|
|
|
|
/*温馨提示公用颜色*/
|
|
.color-orange05 {
|
|
color: #FF9e6a !important;
|
|
}
|
|
|
|
.color-orange06 {
|
|
color: #ff6530 !important;
|
|
}
|
|
|
|
a.color-orange05:hover,
|
|
i.color-orange05:hover {
|
|
color: #ff7500 !important;
|
|
}
|
|
|
|
.color-orange06 {
|
|
color: #FF6610 !important;
|
|
}
|
|
|
|
.color-yellow {
|
|
color: #f0ad4e !important;
|
|
}
|
|
|
|
.color-yellow2 {
|
|
color: #ff9933 !important;
|
|
}
|
|
|
|
.color-yellow3 {
|
|
color: #FFC828;
|
|
}
|
|
|
|
.color-light-green {
|
|
color: #29bd8b !important;
|
|
} |