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.
91 lines
1.5 KiB
91 lines
1.5 KiB
5 years ago
|
page {
|
||
|
background: #f7f7f7;
|
||
|
}
|
||
|
|
||
|
.item-list {
|
||
|
width: 100%;
|
||
|
padding: 40rpx 29rpx 20rpx 29rpx;
|
||
|
background: #fff;
|
||
|
margin-top: 20rpx;
|
||
|
}
|
||
|
|
||
|
.user-info {
|
||
|
width: calc(100% - 58rpx);
|
||
|
height: 64rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.user-info image {
|
||
|
width: 64rpx;
|
||
|
height: 64rpx;
|
||
|
}
|
||
|
|
||
|
.user-info .name-date {
|
||
|
margin-left: 14rpx;
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|
||
|
.user-info .name-date .name {
|
||
|
font-size: 28rpx;
|
||
|
font-weight: bold;
|
||
|
color: rgba(51, 51, 51, 1);
|
||
|
}
|
||
|
|
||
|
.user-info .name-date .date {
|
||
|
font-size: 20rpx;
|
||
|
font-weight: 500;
|
||
|
color: rgba(153, 153, 153, 1);
|
||
|
}
|
||
|
|
||
|
.details-info {
|
||
|
width: calc(100% - 58rpx);
|
||
|
font-size: 36rpx;
|
||
|
font-weight: 500;
|
||
|
color: rgba(51, 51, 51, 1);
|
||
|
line-height: 54rpx;
|
||
|
}
|
||
|
|
||
|
.image-list {
|
||
|
width: calc(100% - 58rpx);
|
||
|
margin-top: 30rpx;
|
||
|
display: grid;
|
||
|
grid-template-columns: repeat(auto-fit, minmax(216rpx, 1fr));
|
||
|
grid-gap: 7rpx;
|
||
|
}
|
||
|
.image-list .image-item {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
object-fit: cover;
|
||
|
border-radius: 8rpx;
|
||
|
}
|
||
|
|
||
|
.attitude{
|
||
|
width: calc(100% - 58rpx);
|
||
|
margin-top: 21rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
/* justify-content: center; */
|
||
|
height: 28rpx;
|
||
|
}
|
||
|
.attitude image{
|
||
|
width: 28rpx;
|
||
|
height: 28rpx;
|
||
|
}
|
||
|
.attitude .give-data{
|
||
|
font-size:24rpx;
|
||
|
font-weight:500;
|
||
|
color:rgba(51,51,51,1);
|
||
|
margin-left: 9rpx;
|
||
|
width: 196rpx;
|
||
|
}
|
||
|
|
||
|
.comment{
|
||
|
width: calc(100% - 98rpx);
|
||
|
padding: 26rpx 20rpx;
|
||
|
background: #F2F2F2;
|
||
|
border-radius:8rpx;
|
||
|
margin-top: 25rpx;
|
||
|
}
|