trunk/pc4mobx/organization/style/card.less

208 lines
4.4 KiB
Plaintext

// #container {
// background-color: #e5eaf2;
// }
//我的卡片样式
.gutter-resource-card {
display: flex;
background-color: #e5eaf2;
padding-bottom: 15px;
.gutter-row:first-child{
width: 89%;
.top {
width: 100%;
height: 150px;
background-color: #ffffff;
padding: 12px;
img{
float: left;
width: 102px;
height: 100%;
}
.user{
float: left;
margin-left: 20px;
.name {
font-size: 15px;
font-weight: bold;
margin-top: 10px;
span {
margin-left: 15px;
.icon-coms-men {
color: #6d9fff;
}
.icon-coms-women {
color: #ff6dfa;
}
}
}
.icon-info {
margin-top: 10px;
i {
cursor: pointer;
color: #6d9fff;
margin-left: 15px;
}
.icon-coms-Send-message{
margin-left: 0;
}
}
.content{
margin-top: 10px;
.label{
color: #999999;
}
.value {
margin-left: 5px;
}
}
.content > div span:nth-child(3){
margin-left: 30px;
}
}
.right-button{
float: right;
line-height: 75px;
.item {
background-color: #2b68f0;
color: #ffffff;
margin-left: 10px;
}
}
}
.data {
width: 100%;
height: 135px;
background-color: #ffffff;
padding: 12px 25px;
margin-top: 20px;
.ant-col {
-webkit-box-shadow: #eeeeee 0px 0px 10px;
-moz-box-shadow: #eeeeee 0px 0px 10px;
box-shadow: #eeeeee 0px 0px 10px;
padding: 0 10px;
cursor: pointer;
img{
margin-top: 20px
}
div{
width: 100%;
:first-child{
float: left;
color: #999999;
line-height: 35px;
}
:last-child{
float: right;
font-weight: 800;
font-size: 16px;
}
}
}
}
.form-item {
margin-top: 20px;
width: 100%;
background-color: #ffffff;
.title {
width: 100%;
height: 30px;
div {
height: 20px;
border: 2px solid #2b68f0;
margin-left: 5px;
margin-top: 5px;
float: left;
}
p{
margin-left: 15px;
font-size: 13px;
font-weight: 900;
line-height: 30px;
}
}
.content {
width: 100%;
padding: 15px;
.item{
display: flex;
div{
width: 33.3%;
display: inline-block;
height: 40px;
span:first-child{
color: #999999;
width: 80px;
display: inline-block;
text-align: right;
}
span:last-child{
margin-left: 20px;
}
}
}
}
}
.iframe-item {
margin-top: 20px;
width: 100%;
background-color: #ffffff;
.title {
width: 100%;
height: 30px;
div {
height: 20px;
border: 2px solid #2b68f0;
margin-left: 5px;
margin-top: 5px;
float: left;
}
p{
margin-left: 15px;
font-size: 13px;
font-weight: 900;
line-height: 30px;
}
}
.content {
width: 100%;
padding: 15px;
}
}
}
.gutter-row:last-child{
width: 10%;
background-color: #ffffff;
margin-left: 20px;
.right{
height: 100%;
padding-left: 20px;
.ant-timeline{
position: fixed;
top: 20px;
.title {
cursor: pointer;
}
.title:hover{
color: #4aacf4;
}
}
}
}
}
.scroll-spin {
margin-left: 50%;
}