分享朋友圈调整
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user