Pear-Admin-Layui/component/pear/css/pear-module/card.css

79 lines
1.3 KiB
CSS
Raw Normal View History

2020-09-16 08:33:46 +00:00
.project-list-item {
2020-09-16 09:35:52 +00:00
background-color: #fff;
border-radius: 4px;
cursor: pointer;
transition: all .2s;
}
.project-list-item:hover {
box-shadow: 2px 0 4px rgba(0, 21, 41, .35);
}
.project-list-item .project-list-item-cover {
width: 100%;
2020-09-17 02:46:17 +00:00
height: 180px;
2020-09-16 09:35:52 +00:00
display: block;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.project-list-item-body {
padding: 20px;
border: 1px solid #e8e8e8;
}
.project-list-item .project-list-item-body>h2 {
2020-09-16 13:33:00 +00:00
font-size: 16px;
2020-09-16 09:35:52 +00:00
color: #333;
margin-bottom: 12px;
}
.project-list-item .project-list-item-text {
2020-09-16 13:33:00 +00:00
height: 40px;
2020-09-16 09:35:52 +00:00
overflow: hidden;
margin-bottom: 12px;
}
.project-list-item .project-list-item-desc {
position: relative;
}
.project-list-item .project-list-item-desc .time {
color: #999;
font-size: 12px;
}
.project-list-item .project-list-item-desc .ew-head-list {
position: absolute;
right: 0;
top: 0;
}
.ew-head-list .ew-head-list-item:first-child {
margin-left: 0;
}
.ew-head-list .ew-head-list-item {
width: 22px;
height: 22px;
border-radius: 50%;
border: 1px solid #fff;
margin-left: -10px;
}
.ew-head-list .ew-head-list-item {
width: 22px;
height: 22px;
border-radius: 50%;
border: 1px solid #fff;
margin-left: -10px;
}
.pear-card-component {
padding: 20px;
}
.pear-card-component .layui-laypage .layui-laypage-curr .layui-laypage-em {
border-radius: 0px !important;
}