mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
15 lines
224 B
Plaintext
15 lines
224 B
Plaintext
@import "../common/_mixins";
|
|
|
|
.cell-group {
|
|
position: relative;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.cell-group--with-border::after {
|
|
@mixin hairline;
|
|
|
|
border-top-width: 1px;
|
|
border-bottom-width: 1px;
|
|
}
|