mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 18:59:36 +08:00
17 lines
233 B
Plaintext
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;
|
|
} |