锦水居民端小程序
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.

100 lines
1.6 KiB

5 years ago
.item {
width: 320rpx;
5 years ago
/* height: 354rpx; */
5 years ago
margin-top: 20rpx;
background: #fff;
border-radius: 20rpx;
display: flex;
flex-direction: column;
align-items: center;
5 years ago
padding-bottom: 30rpx;
5 years ago
}
5 years ago
.item .photo {
5 years ago
width: 110rpx;
height: 110rpx;
border-radius: 50%;
margin-top: 40rpx;
}
.item .name {
margin-top: 11rpx;
font-size: 30rpx;
5 years ago
line-height: 30rpx;
5 years ago
font-weight: bold;
color: rgba(51, 51, 51, 1);
display: flex;
align-items: center;
}
.item .name image {
width: 30rpx;
height: 30rpx;
margin-left: 10rpx;
5 years ago
}
5 years ago
.item .autograph-all {
margin-top: 13rpx;
width: 100%;
5 years ago
padding: 0 25rpx;
5 years ago
box-sizing: border-box;
word-wrap: break-word
}
.item .autograph-all .autograph {
text-align: left;
margin-bottom: 7rpx;
font-size: 26rpx;
line-height: 36rpx;
/* font-weight:500; */
5 years ago
color: #333;
5 years ago
}
.item .click-button{
5 years ago
margin-top: 8rpx;
5 years ago
width: 100%;
height: 56rpx;
display: flex;
align-items: center;
5 years ago
}
5 years ago
.item .click-button button{
width: 156rpx;
height: 56rpx;
padding: 0 !important;
border: none !important;
line-height: 0 !important;
}
.item .click-button button .button-bg{
width: 156rpx;
height: 56rpx;
}
.item .click-button button::after {
border: 0rpx !important;
}
5 years ago
.show {
padding: 0rpx 40rpx;
height: 24rpx;
font-size: 24rpx;
line-height: 24rpx;
font-weight: 500;
color: #C5C5C5;
}
5 years ago
5 years ago
.volunteer-box {
display: flex;
5 years ago
align-items: flex-start;
5 years ago
justify-content: space-between;
flex-wrap: wrap;
padding: 0rpx 40rpx 19rpx 40rpx;
5 years ago
}
5 years ago
.left{
width: 320rpx;
height: auto;
}
.right{
width: 320rpx;
height: auto;
}