This commit is contained in:
2023-09-15 17:14:36 +08:00
parent 0dcf23bfde
commit a626d36591
22 changed files with 383 additions and 206 deletions

View File

@@ -130,6 +130,64 @@ page {
border: 4rpx solid #ffffff;
}
.parent-user {
display: flex;
padding: 30rpx;
box-sizing: border-box;
position: relative;
}
.parent-icon {
width: 68rpx;
height: 68rpx;
margin-top: 4rpx;
}
.parent-cont {
width: calc(100% - 68rpx);
padding: 0 20rpx;
box-sizing: border-box;
color: #000000;
}
.parent-cont-name {
font-weight: 600;
margin-bottom: 6rpx;
font-size: 28rpx;
display: flex;
}
.parent-cont-tips {
border: 2rpx solid #da2b54;
color: #da2b54;
font-weight: normal;
font-size: 22rpx;
border-radius: 20rpx;
padding: 0 13rpx;
height: 28rpx;
line-height: 28rpx;
margin-left: 15rpx;
margin-top: 4rpx;
}
.parent-cont-tel {
font-size: 26rpx;
color: #333;
}
.parent-tel {
position: absolute;
right: 30rpx;
top: 32rpx;
font-size: 24rpx;
text-align: center;
}
.parent-tel-icon {
width: 36rpx;
height: 36rpx;
margin: 0 auto;
}
/* 工具 */
.tool-list {