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.
 

128 lines
2.2 KiB

/* pagesA/facepeople/facepeople.wxss */
.facepeople{
box-sizing: border-box;
width: 100%;
background-color: #F5F5F5;
height: 100vh;
/* background-color: #F5F5F5; */
}
.facepeople-search{
display: flex;
flex-direction: column;
padding: 20rpx;
}
.search{
width: 100%;
height: 80rpx;
text-align: center;
line-height: 80rpx;
border-radius: 20rpx;
background-color: #ffffff;
box-shadow: 0rpx 0rpx 40rpx #F5F5F5;
}
.facepeople-manage{
box-sizing: border-box;
width: 100%;
margin-top: 20rpx;
padding: 10rpx 20rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.manage-title{
font-size: 40rpx;
font-weight: bold;
letter-spacing: 5rpx;
}
.manage-create{
width: 22vw;
background-color: #00B7FF;
box-shadow: 0rpx 0rpx 20rpx #F5F5F5;
border-radius: 40rpx;
color: #ffffff;
height: 9vw;
align-items: center;
display: flex;
justify-content: center;
}
.plus{
padding: 4rpx;
border: 1px solid #ffffff;
border-radius: 50%;
font-size: 24rpx;
margin-right: 10rpx;
}
.new{
font-size: 32rpx;
}
.facepeople-list{
box-sizing: border-box;
width: 100%;
padding: 20rpx;
}
.facepeople-item{
box-sizing: border-box;
width: 100%;
height: 120rpx;
background-color: #ffffff;
border-radius: 20rpx;
box-shadow: 0rpx 0rpx 20rpx #F5F5F5;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10rpx 20rpx;
}
.facepeople-left{
display: flex;
align-items: center;
margin: auto 0;
}
.name{
margin-left: 20rpx;
font-size: 14px;
}
.facepeople-date{
color: #00c73cdc;
margin-right: 10rpx;
font-size: 14px;
}
.arrow{
color: #999999;
}
/* 弹出层 */
.popup-face{
width: 70vw;
display: flex;
flex-direction: column;
text-align: center;
}
.face-item{
padding: 20rpx;
border-bottom: 1px solid #eee;
font-size: 34rpx;
}
.addfaces{
width: 90vw;
}
.pic{
width: 100%;
position: relative;
height: 48vw;
}
.picadd{
width: 200px;
height: 200px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
}
.faceimg{
width: 120px;
height: 160px;
border-radius: 10px;
}