35 lines
529 B
Plaintext
35 lines
529 B
Plaintext
/* pages/scanCode/index.wxss */
|
|
.container {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
padding: 180rpx 50rpx 50rpx;
|
|
min-height: calc(100vh - 240rpx);
|
|
}
|
|
.logo {
|
|
width: 400rpx;
|
|
height: 100rpx;
|
|
}
|
|
|
|
.info {
|
|
margin-top: 60rpx;
|
|
font-size: 24rpx;
|
|
color: #FFF;
|
|
line-height: 36rpx;
|
|
}
|
|
|
|
.wscnph {
|
|
width: 100%;
|
|
}
|
|
|
|
.footer-btn {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
background: #ffda2e;
|
|
color: #1a191e;
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
line-height: 100rpx;
|
|
} |