init project
This commit is contained in:
105
pages/facialCapturing/index.wxss
Normal file
105
pages/facialCapturing/index.wxss
Normal file
@@ -0,0 +1,105 @@
|
||||
/* pages/facialCapturing/index.wxss */
|
||||
|
||||
.container {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: calc(100vh - 280rpx);
|
||||
padding-bottom: 150rpx;
|
||||
}
|
||||
|
||||
.pass {
|
||||
position: absolute;
|
||||
top: 160rpx;
|
||||
right: 30rpx;
|
||||
width: 120rpx;
|
||||
height: 60rpx;
|
||||
line-height: 60rpx;
|
||||
border-radius: 30rpx;
|
||||
text-align: center;
|
||||
background: #3b3945;
|
||||
color: #FFF;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-size: 24rpx;
|
||||
line-height: 24rpx;
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
.body .img-box {
|
||||
position: relative;
|
||||
width: 500rpx;
|
||||
height: 500rpx;
|
||||
margin: 40rpx 0 30rpx 0;
|
||||
}
|
||||
|
||||
.body .img-box>image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.body .img-box .border-img {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.body .state-box {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.body .state-box .state {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.body .state-box .state>text {
|
||||
margin-bottom: 16rpx;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 150rpx;
|
||||
background: #1a191e;
|
||||
}
|
||||
|
||||
.footer .item-btn {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
font-size: 26rpx;
|
||||
line-height: 26rpx;
|
||||
}
|
||||
|
||||
.footer .item-btn>image {
|
||||
width: 64rpx;
|
||||
height: 52rpx;
|
||||
margin-bottom: 18rpx;
|
||||
}
|
||||
|
||||
.register-btn {
|
||||
margin-top: 40rpx;
|
||||
width: 80%;
|
||||
height: 80rpx;
|
||||
border-radius: 40rpx;
|
||||
background: #ffda2e;
|
||||
color: #252330;
|
||||
font-size: 26rpx;
|
||||
line-height: 80rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user