forgeplus-react/src/index.css

174 lines
2.4 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: #29bd8b !important;
}
.anticon anticon-paper-clip {
color: #29bd8b !important;
}
.MuiModal-root-15 {
z-index: 1000 !important;
}
.markdown-body p {
margin: 0 !important
}
.markdown-body img{
cursor: pointer;
}
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;
}
.-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;
}