vant-weapp/zui/panel/index.wxss
2016-12-19 17:06:08 +08:00

8 lines
146 B
Plaintext

.zui-panel {
background: #fff;
border-top: 1rpx solid #e5e5e5;
border-bottom: 1rpx solid #e5e5e5;
margin-top: 10px;
overflow: hidden;
}