|
|
|
@ -7,7 +7,7 @@ |
|
|
|
} |
|
|
|
.project .text{ |
|
|
|
font-weight: bold; |
|
|
|
padding: 30rpx; |
|
|
|
padding: 32rpx; |
|
|
|
} |
|
|
|
.project .swiper { |
|
|
|
width: 100%; |
|
|
|
@ -15,6 +15,8 @@ |
|
|
|
display: inline-block; |
|
|
|
white-space: nowrap; |
|
|
|
overflow-x: scroll; |
|
|
|
overflow:hidden; |
|
|
|
transform: translateY(0); |
|
|
|
} |
|
|
|
.project .swiper .swiper-item { |
|
|
|
display: inline-block; |
|
|
|
@ -24,11 +26,9 @@ |
|
|
|
height: 430rpx; |
|
|
|
} |
|
|
|
.project .content { |
|
|
|
width: 100%; |
|
|
|
width: 94%; |
|
|
|
height: 430rpx; |
|
|
|
background: #fff; |
|
|
|
overflow: hidden; |
|
|
|
padding: 0 30rpx; |
|
|
|
} |
|
|
|
.project .content .top { |
|
|
|
width:100%; |
|
|
|
@ -42,6 +42,7 @@ |
|
|
|
left: 0; |
|
|
|
top: 0; |
|
|
|
z-index: 10; |
|
|
|
border-radius: 10px 10px 0 0; |
|
|
|
} |
|
|
|
.project .content .top .top-content { |
|
|
|
width: 100%; |
|
|
|
@ -55,13 +56,14 @@ |
|
|
|
.project .content .top .top-content .project-status { |
|
|
|
width: 110rpx; |
|
|
|
height: 42rpx; |
|
|
|
border-radius: 10px 0 0 0; |
|
|
|
} |
|
|
|
.progress { |
|
|
|
height: 36rpx; |
|
|
|
width: 94%; |
|
|
|
width: 100%; |
|
|
|
background: #f7f7f7; |
|
|
|
border-radius: 17rpx; |
|
|
|
margin-bottom: 10rpx; |
|
|
|
margin-top: 10rpx; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
@ -79,7 +81,7 @@ |
|
|
|
color: #b0b0b0; |
|
|
|
font-size: 22rpx; |
|
|
|
line-height: 36rpx; |
|
|
|
padding: 20rpx; |
|
|
|
padding: 24rpx; |
|
|
|
white-space: nowrap; |
|
|
|
overflow: hidden; |
|
|
|
text-overflow: ellipsis; |
|
|
|
@ -91,8 +93,8 @@ |
|
|
|
} |
|
|
|
.project .content .bottom .title { |
|
|
|
color: #333; |
|
|
|
font-size: 30rpx; |
|
|
|
width: 94%; |
|
|
|
font-size: 32rpx; |
|
|
|
width: 102%; |
|
|
|
white-space: nowrap; |
|
|
|
overflow: hidden; |
|
|
|
text-overflow: ellipsis; |
|
|
|
@ -104,6 +106,7 @@ |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: space-between; |
|
|
|
margin-top: 20rpx; |
|
|
|
} |
|
|
|
.project .content .bottom .info .left { |
|
|
|
display: flex; |
|
|
|
@ -118,13 +121,12 @@ |
|
|
|
top: 2rpx; |
|
|
|
} |
|
|
|
.project .content .bottom .info .left .name { |
|
|
|
font-size: 22rpx; |
|
|
|
font-size: 20rpx; |
|
|
|
color:#aaa; |
|
|
|
} |
|
|
|
.project .content .bottom .info .right { |
|
|
|
color: #aaa; |
|
|
|
font-size: 20rpx; |
|
|
|
padding-right: 40rpx; |
|
|
|
} |
|
|
|
|
|
|
|
/* 自定义轮播指示点样式 */ |
|
|
|
|