forked from Gitlink/forgeplus-react
101 lines
1.9 KiB
CSS
101 lines
1.9 KiB
CSS
.new-content-flex{
|
|
width: 1200px;
|
|
margin: 20px auto;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
.list-left{
|
|
width: 26%;
|
|
padding-right: 20px;
|
|
box-sizing: border-box;
|
|
margin-bottom: 20px;
|
|
}
|
|
.list-right{
|
|
width:74%;
|
|
background: #fff;
|
|
padding:0px;
|
|
}
|
|
.list-l-Menu{
|
|
margin-bottom: 12px;
|
|
border-radius:2px;
|
|
background-color: #fff;
|
|
}
|
|
.list-l-Menu>li{
|
|
font-size: 1rem;
|
|
padding:0px 0px 0px 20px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
}
|
|
.list-l-Menu>li > p{
|
|
height: 62px;
|
|
line-height: 62px;
|
|
width: 100%;
|
|
border-bottom: 1px solid #eee;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
cursor: pointer;
|
|
padding-right: 20px;
|
|
}
|
|
.list-l-Menu>li:last-child > p{
|
|
border-bottom: none;
|
|
}
|
|
.list-l-Menu li p span:last-child{
|
|
color: #999;
|
|
}
|
|
.list-l-Menu .MenuTitle{
|
|
font-size: 16px;
|
|
background-size: 100% 100%;
|
|
height: 62px;
|
|
line-height: 62px;
|
|
border-bottom: 1px solid #E0E0E0;
|
|
}
|
|
.list-l-Menu > li:not(.MenuTitle):hover{
|
|
background-color: #fafafa;
|
|
}
|
|
|
|
/* 左侧menu */
|
|
.list-l-Menu .ant-menu-inline{
|
|
border:none;
|
|
}
|
|
.list-l-Menu .ant-menu-inline .ant-menu-item{
|
|
width:100%!important;
|
|
}
|
|
.list-l-Menu .ant-menu-item-group-title{
|
|
padding:0px;
|
|
}
|
|
.list-l-Menu li.active{
|
|
background-color: #fafafa;
|
|
}
|
|
.list-l-Menu li.active::before{
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 16px;
|
|
width: 6px;
|
|
content: '';
|
|
height: 33px;
|
|
background: #4CACFF;
|
|
}
|
|
.text-center{text-align: center;}
|
|
.mt-n15{margin-top: -15px;}
|
|
.position-relative{position: relative;}
|
|
.mr-5{margin-right: 5px;}
|
|
a.text-button-grey{
|
|
color: rgba(0, 0, 0, 0.65)
|
|
}
|
|
.user-info-star-button{margin: 20px 50px 0 50px}
|
|
.list-l-p{
|
|
width: 100%;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
cursor: pointer;
|
|
padding-right: 20px;
|
|
}
|
|
.fwb {
|
|
font-weight: bold;
|
|
} |