2024-02-21 17:43:11 +08:00

17 lines
233 B
Plaintext

.page {
width: 100%;
height: 100%;
}
.listBox {
padding: 4% 0 4% 0;
background: white;
display: flex;
border-bottom: 1rpx solid #E5E5E5;
line-height: 56rpx;
font-size: 28rpx;
}
.listBox:last-child{
border: none;
}