uni-Identify-quality/unpackage/dist/dev/mp-weixin/pagesFace/pages/middle/middle.wxss

31 lines
542 B
Plaintext
Raw Normal View History

2024-10-23 01:55:09 +00:00
.middle-page {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 250rpx;
}
.middle-page-icon {
width: 200rpx;
height: 160rpx;
}
.middle-page-text {
display: flex;
flex-direction: column;
align-items: center;
padding: 48rpx 0;
line-height: 42rpx;
font-size: 28rpx;
color: #595959;
}
.middle-page-button {
width: 332rpx !important;
height: 88rpx;
padding: 0;
line-height: 88rpx;
font-size: 34rpx;
font-weight: initial;
color: #fff;
border-radius: 16rpx;
background: #276ef9;
}