mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
18 lines
281 B
Plaintext
18 lines
281 B
Plaintext
@import '../../dist/common/index.wxss';
|
|
|
|
.demo-block__title {
|
|
margin: 0;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: rgba(69,90,100,.6);
|
|
padding: 20px 15px 15px;
|
|
}
|
|
|
|
.demo-block--padding {
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.demo-block--padding .demo-block__title {
|
|
padding-left: 0;
|
|
}
|