Files
AGuestSaas/components/company/projectRaise/projectRaise.wxss
2020-12-28 10:38:29 +08:00

136 lines
2.2 KiB
Plaintext

.project_content {
background-color: #fff;
margin: 20rpx;
box-sizing: border-box;
}
.project_cover {
width: 100%;
height: 340rpx;
position: relative;
overflow: hidden;
padding-bottom: 0;
}
.project_cover_bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.project_type_icon {
position: absolute;
top: 10rpx;
left: 10rpx;
background-color: #ffcc00;
border-radius: 4rpx;
color: #4a1900;
padding: 6rpx 16rpx;
font-size: 24rpx;
z-index: 1;
}
.project_title {
margin-top: 20rpx;
padding: 0 20rpx;
color: #333;
font-weight: 600;
font-size: 28rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
}
.project_des {
margin-top: 14rpx;
padding: 0 10rpx;
color: #666;
font-size: 24rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.project_time {
margin-top: 14rpx;
padding: 0 10rpx;
color: #666;
font-size: 26rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.project_line {
margin: 0 20rpx;
border-bottom: solid 1rpx #f7f7f7;
}
.project_bottom {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
font-size: 36rpx;
font-weight: 600;
color: #333;
padding: 20rpx;
}
.project_bottom span {
color: #999;
font-size: 24rpx;
font-weight: normal;
}
.project_bottom .color333 {
color: #666;
}
/* 滚动菜单 */
.scroll_menu{
/* background-color: #fff; */
/* box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.1); */
font-size: 26rpx;
}
.scroll-view_H{
white-space: nowrap;
color: #666;
}
.scroll-view-item{
height: 90rpx;
line-height: 90rpx;
}
.scroll-view-item_H{
display: inline-block;
/* width: 25%; */
padding: 0 30rpx;
height: 90rpx;
line-height: 90rpx;
text-align: center;
/* border-top: solid 10rpx #fff;
border-bottom: solid 10rpx #fff; */
}
.scroll_view_select{
/* border-bottom: solid 4rpx #378fff; */
color: #378fff;
font-weight: 600;
}
.has_more{
color: #999;
font-size: 26rpx;
text-align: center;
padding: 30rpx ;
}