2025-01-15 18:39:05 +08:00

56 lines
1017 B
Plaintext

input.data-v-fc47cd36:focus {
border: none;
}
.page-body.data-v-fc47cd36 {
display: flex;
flex-direction: column;
align-items: flex-end;
height: calc(100vh);
padding: 64rpx 32rpx;
font-size: 24rpx;
box-sizing: border-box;
background: #fff;
}
.module-block.data-v-fc47cd36 {
height: 50%;
width: 100%;
}
.input-box.data-v-fc47cd36 {
margin-top: 32rpx;
display: flex;
width: 100%;
border-bottom: 2rpx solid #f0f0f0;
}
.tip-text.data-v-fc47cd36 {
margin-top: 32rpx;
color: #ea3323;
}
.input-box ._span.data-v-fc47cd36 {
font-size: 40rpx;
font-weight: bolder;
margin-right: 8rpx;
line-height: 96rpx;
}
.input-box input.data-v-fc47cd36 {
height: 100rpx;
width: 100%;
border: none;
font-size: 56rpx;
outline: none;
font-weight: bolder;
}
.module-btn.data-v-fc47cd36 {
height: 100rpx;
line-height: 100rpx;
width: 600rpx;
text-align: center;
background-color: #06C05F;
border: 0;
color: #fff;
font-size: 26rpx;
border-radius: 8rpx;
margin: 0 auto;
}