18 lines
237 B
Plaintext
18 lines
237 B
Plaintext
.header {
|
|
width: 100%;
|
|
height: 150rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.cell-item {
|
|
margin-left: 22px;
|
|
margin-top: 12px;
|
|
width: 300rpx;
|
|
}
|
|
.cell-item2 {
|
|
margin-left: 22px;
|
|
margin-top: 12px;
|
|
width: 150rpx;
|
|
}
|
|
|