21 lines
275 B
Plaintext
21 lines
275 B
Plaintext
.header {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
display: flex;
|
|
}
|
|
input {
|
|
margin: 12px 15px;
|
|
font-size: 14px;
|
|
}
|
|
.cell-input {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-right: 15px;
|
|
}
|
|
.cell-item {
|
|
margin-left: 22px;
|
|
margin-top: 12px;
|
|
width: 300rpx;
|
|
}
|
|
|