42 lines
647 B
Plaintext
42 lines
647 B
Plaintext
/* packageH/signPage/identifyResult/identifyResult.wxss */
|
|
.result {
|
|
background: #fff;
|
|
min-height: 100vh;
|
|
|
|
/* padding-bottom: 100rpx; */
|
|
}
|
|
|
|
.result .content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.img {
|
|
width: 391rpx;
|
|
height: 410rpx;
|
|
margin: 80rpx auto;
|
|
}
|
|
|
|
.btn {
|
|
margin: 40rpx auto;
|
|
color: #fff;
|
|
width: 600rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
background-image: linear-gradient(0deg, #377aff 0%, #679aff 100%);
|
|
border-radius: 40rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.phone {
|
|
color: #0655fe;
|
|
}
|
|
|
|
.btn-box {
|
|
/* display: flex; */
|
|
margin: 1rem;
|
|
font-size: 15px;
|
|
}
|