vant-weapp/dist/panel/index.wxss
2017-02-04 16:33:26 +08:00

20 lines
306 B
Plaintext

.zui-panel {
background: #fff;
border-top: 1rpx solid #e5e5e5;
border-bottom: 1rpx solid #e5e5e5;
margin-top: 10px;
overflow: hidden;
}
.zui-panel-title {
font-size: 14px;
line-height: 14px;
color: #999;
padding: 20px 15px 0 15px;
}
.zui-panel--without-margin-top {
margin-top: 0;
}