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.
81 lines
1.5 KiB
81 lines
1.5 KiB
.contribution_body.data-v-0d20d336{ |
|
padding: 40rpx 0; |
|
display: flex; |
|
flex-direction: column; |
|
flex-wrap: wrap; |
|
height: 100vh; |
|
color: #666666; |
|
} |
|
.list_item.data-v-0d20d336{ |
|
display: flex; |
|
padding: 26rpx 30rpx; |
|
align-items: center; |
|
color: #666666; |
|
} |
|
.list_item_tip.data-v-0d20d336{ |
|
padding: 11rpx 14rpx; |
|
background-color:#9F43CC; |
|
color: #FFFFFF; |
|
font-size: 16rpx; |
|
width: -webkit-fit-content; |
|
width: fit-content; |
|
margin: 0 auto; |
|
} |
|
.samalltext.data-v-0d20d336{ |
|
font-size: 24rpx; |
|
color: #BBBBBB; |
|
} |
|
.contribution_header_car.data-v-0d20d336{ |
|
height: 270rpx; |
|
background: #FFFFFF; |
|
border-radius: 10px; |
|
/* padding: 0 100rpx; */ |
|
padding-top: 50rpx; |
|
position: relative; |
|
margin: 0 44rpx; |
|
} |
|
.jc.data-v-0d20d336{ |
|
justify-content: center; |
|
} |
|
.ac.data-v-0d20d336{ |
|
align-items: center; |
|
} |
|
.list_item.data-v-0d20d336{ |
|
height: 120rpx; |
|
background: #FFFFFF; |
|
border-radius: 10px; |
|
width: 660rpx; |
|
margin: 0 auto; |
|
/* margin: 0 44rpx; */ |
|
margin-bottom: 10rpx; |
|
} |
|
.contribution_header_car_tip.data-v-0d20d336{ |
|
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.data-v-0d20d336{ |
|
display: flex; |
|
} |
|
.data-v-0d20d336::-webkit-scrollbar { |
|
width: 0; |
|
color: transparent; |
|
} |
|
.list_item_tip.data-v-0d20d336{ |
|
padding: 11rpx 14rpx; |
|
background-color:#9F43CC; |
|
color: #FFFFFF; |
|
font-size: 16rpx; |
|
width: -webkit-fit-content; |
|
width: fit-content; |
|
margin: 0 auto; |
|
height: -webkit-fit-content; |
|
height: fit-content; |
|
} |
|
|
|
|