mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
* style: badge上标大小改变更加灵活 * style: panel-title的行高跟随字号 * style: 绝对定位的元素width或height为auto,left,right,top,bottom不为auto时,auto的margin将计算为0,同初始值
20 lines
303 B
Plaintext
20 lines
303 B
Plaintext
.zan-panel {
|
|
background: #fff;
|
|
border-top: 1rpx solid #e5e5e5;
|
|
border-bottom: 1rpx solid #e5e5e5;
|
|
margin-top: 10px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.zan-panel-title {
|
|
font-size: 14px;
|
|
line-height: 1;
|
|
color: #999;
|
|
padding: 20px 15px 0 15px;
|
|
}
|
|
|
|
|
|
.zan-panel--without-margin-top {
|
|
margin-top: 0;
|
|
}
|