38 lines
555 B
Plaintext
38 lines
555 B
Plaintext
![]() |
.input{
|
||
|
width: 100%;
|
||
|
height: 30px;
|
||
|
padding: 10rpx;
|
||
|
}
|
||
|
.box{
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
flex-direction: column;
|
||
|
margin-top:30px;
|
||
|
}
|
||
|
.namebox{
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
margin: 10rpx;
|
||
|
}
|
||
|
.inputkuang{
|
||
|
width: 82%;
|
||
|
border: 1px solid #efaab1b7;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.baomingbox{
|
||
|
width: 100%;
|
||
|
height: 70px;
|
||
|
background-color: #efaab1b7;
|
||
|
position: fixed;
|
||
|
bottom: 10rpx;
|
||
|
}
|
||
|
.zuobox{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|