This commit is contained in:
2023-09-21 12:00:51 +08:00
parent a626d36591
commit b28caaad4c
12 changed files with 397 additions and 37 deletions

View File

@@ -76,7 +76,7 @@ page {
}
.listItem-item {
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff, #ecf4ff);
border-radius: 20rpx;
padding: 25rpx 30rpx;
box-sizing: border-box;
@@ -103,6 +103,7 @@ page {
line-height: 40rpx;
margin-bottom: 10rpx;
display: flex;
flex: 1;
}
.listItem-name image {
@@ -115,10 +116,6 @@ page {
display: flex;
}
.listItem-tel-user {
flex: 1;
}
.listItem-name text {
padding-left: 20rpx;
font-weight: normal;
@@ -132,12 +129,11 @@ page {
.listItem-flex {
display: flex;
margin-top: 20rpx;
padding-top: 20rpx;
background-color: #f6f6f6;
padding: 20rpx;
margin-top: 30rpx;
padding-top: 30rpx;
padding-bottom: 10rpx;
box-sizing: border-box;
border-radius: 10rpx;
border-top: 2rpx dotted #89bdff;
}
.listItem-label {
@@ -147,12 +143,13 @@ page {
.listItem-label-name {
font-size: 26rpx;
margin-bottom: 15rpx;
margin-top: 15rpx;
}
.listItem-label-number {
font-size: 30rpx;
font-weight: 600;
font-size: 32rpx;
font-weight: 600;
color: #318dff;
}
/* 暂无数据 */