2021-01-12 18:04:14 +08:00

31 lines
472 B
Plaintext

.header {
width: 100%;
height: 150rpx;
display: flex;
justify-content: center;
}
.cell-input {
margin-left: 10px;
margin-top: 12px;
display: flex;
justify-content: center;
align-items: center;
}
.cell-input input {
border: #dddddd solid 1px;
border-radius: 8px;
padding: 5px;
width: 572rpx;
margin-right: 10px;
}
.cell-item {
margin-left: 22px;
margin-top: 12px;
width: 300rpx;
}
.cell-item2 {
margin-left: 12px;
margin-top: 12px;
}