/* pagesA/faceinfo/faceinfo.wxss */
|
|
.faceinfo{
|
|
width: 100%;
|
|
height: 100vh;
|
|
background-color: #F5F5F5;
|
|
padding: 30rpx 0;
|
|
}
|
|
.lock-message{
|
|
background-color: #ffffff;
|
|
padding: 10rpx;
|
|
}
|
|
.lock-message-item{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 20rpx;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.lock-message-item:last-child{
|
|
border-bottom: none;
|
|
}
|
|
|
|
.start-end-date{
|
|
margin-top: 20rpx;
|
|
background-color: #fff;
|
|
padding: 10rpx;
|
|
}
|
|
.date-item{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 20rpx;
|
|
}
|
|
.date-item:first-child{
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.date-item-left{
|
|
width: 80%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.item-left-date{
|
|
color: #999999;
|
|
}
|
|
|
|
.picmessage{
|
|
margin-top: 20rpx;
|
|
background-color: #ffffff;
|
|
padding: 20rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.btn{
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
height: 100rpx;
|
|
margin-top: 80rpx;
|
|
background-color: #00B7FF;
|
|
line-height: 100rpx;
|
|
text-align: center;
|
|
border-radius: 20rpx;
|
|
color: #ffffff;
|
|
font-size: 38rpx;
|
|
}
|
|
.d-position-fixed{
|
|
position: fixed;
|
|
width: 100%;
|
|
box-shadow: 10px 10px 10px #4e4e4e;
|
|
top: auto;
|
|
}
|
|
.bottom-fixed-0{
|
|
bottom: 0;
|
|
}
|
|
.left-fixed-0{
|
|
left: 0;
|
|
}
|