mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
21 lines
338 B
Plaintext
21 lines
338 B
Plaintext
@import '../common/style/var.less';
|
|
|
|
.van-goods-action-icon {
|
|
width: 50px !important;
|
|
border: none !important;
|
|
|
|
&__content {
|
|
display: flex;
|
|
height: 100%;
|
|
font-size: 10px;
|
|
line-height: 1;
|
|
color: @gray-darker;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
|
|
&__icon {
|
|
margin-bottom: 4px;
|
|
}
|
|
}
|