29 lines
594 B
SCSS
29 lines
594 B
SCSS
/* pages/certificationResult/certificationResult.wxss */
|
|
.certification-result-page{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding-top: 170rpx;
|
|
image{
|
|
width: 170rpx;
|
|
height: 219rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.title{
|
|
font-size: 36rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #494949;
|
|
margin-bottom: 36rpx;
|
|
}
|
|
.description{
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #838383;
|
|
line-height: 36rpx;
|
|
opacity: 0.61;
|
|
text-align: center;
|
|
margin-bottom: 36rpx;
|
|
}
|
|
} |