分享朋友圈调整

This commit is contained in:
唐明明
2023-09-14 09:25:37 +08:00
parent 510cbeb181
commit 0dcf23bfde
43 changed files with 458 additions and 219 deletions

View File

@@ -78,40 +78,37 @@ page {
.listItem-item {
background-color: #ffffff;
border-radius: 20rpx;
padding: 30rpx;
padding: 25rpx 30rpx;
box-sizing: border-box;
display: flex;
margin-bottom: 30rpx;
}
.listItem-top {
position: relative;
flex: 1;
display: flex;
align-items: center;
}
.listItem-head {
width: 100rpx;
width: 88rpx;
}
.listItem-cont {
position: absolute;
left: 0;
top: 0;
width: 100%;
padding-left: 130rpx;
width: 100% - 88rpx;
padding-left: 30rpx;
box-sizing: border-box;
}
.listItem-name {
font-weight: 600;
line-height: 40rpx;
}
.listItem-tel {
margin-top: 20rpx;
color: #666666;
.listItem-name text {
padding-left: 20rpx;
font-weight: normal;
}
.listItem-time {
line-height: 100rpx;
font-size: 26rpx;
color: gray;
line-height: 40rpx;
}