mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
12 lines
199 B
Plaintext
12 lines
199 B
Plaintext
.zui-panel {
|
|
background: #fff;
|
|
border-top: 1rpx solid #e5e5e5;
|
|
border-bottom: 1rpx solid #e5e5e5;
|
|
margin-top: 10px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.zui-panel--without-margin-top {
|
|
margin-top: 0;
|
|
}
|