You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.0 KiB
64 lines
1.0 KiB
.contribution_body{ |
|
padding: 40rpx 0; |
|
display: flex; |
|
flex-direction: column; |
|
flex-wrap: wrap; |
|
height: 100vh; |
|
color: #666666; |
|
} |
|
.list_item{ |
|
display: flex; |
|
padding: 26rpx 30rpx; |
|
align-items: center; |
|
color: #666666; |
|
} |
|
.list_item_tip{ |
|
padding: 11rpx 14rpx; |
|
background-color:#9F43CC; |
|
color: #FFFFFF; |
|
font-size: 16rpx; |
|
width: fit-content; |
|
margin: 0 auto; |
|
} |
|
.samalltext{ |
|
font-size: 24rpx; |
|
color: #BBBBBB; |
|
} |
|
.contribution_header_car{ |
|
height: 270rpx; |
|
background: #FFFFFF; |
|
border-radius: 10px; |
|
/* padding: 0 100rpx; */ |
|
padding-top: 50rpx; |
|
position: relative; |
|
margin: 0 44rpx; |
|
} |
|
.jc{ |
|
justify-content: center; |
|
} |
|
.ac{ |
|
align-items: center; |
|
} |
|
.list_item{ |
|
height: 120rpx; |
|
background: #FFFFFF; |
|
border-radius: 10px; |
|
width: 660rpx; |
|
margin: 0 auto; |
|
/* margin: 0 44rpx; */ |
|
margin-bottom: 10rpx; |
|
} |
|
.contribution_header_car_tip{ |
|
position: absolute; |
|
width: calc(100% - 200rpx); |
|
height:90rpx ; |
|
background-color: #ADCEFF; |
|
color: #FFFFFF; |
|
font-size:28rpx; |
|
bottom: -45rpx; |
|
border-radius: 10px; |
|
left: calc((100% - (100% - 200rpx))/2); |
|
} |
|
.flex{ |
|
display: flex; |
|
} |