Files
AGuestSaas/pages/user/companyMine/myBlockchain/myBlockchain.wxss
2020-12-31 16:10:36 +08:00

57 lines
827 B
Plaintext

/**
* Web二雪
* 趁时光不老 努力活成自己想要成为的样子
*/
.content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-sizing: border-box;
padding: 20rpx 140rpx;
margin-top: 2rpx;
position: relative;
width: 100%;
height: 1066rpx;
}
.content .bg {
width: 750rpx;
height: 1066rpx;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.bottom {
color: #999;
font-size: 26rpx;
text-align: center;
padding-top: 30rpx;
}
.content .title {
color: #043e5f;
font-size: 40rpx;
font-weight: 600;
text-align: center;
}
.content .num {
position: absolute;
bottom: 264rpx;
color: #043e5f;
text-align: center;
}
.font22 {
font-size: 24rpx;
padding-top: 16rpx;
}
.font32 {
font-size: 32rpx;
font-weight: 600;
}