23 lines
533 B
Plaintext
23 lines
533 B
Plaintext
![]() |
@import "../area/index.wxss";
|
||
|
|
||
|
.van-goods-action-icon {
|
||
|
border: none!important;
|
||
|
width: 50px!important;
|
||
|
width: var(--goods-action-icon-height,50px)!important;
|
||
|
}
|
||
|
|
||
|
.van-goods-action-icon__content {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
height: 100%;
|
||
|
line-height: 1;
|
||
|
font-size: 10px;
|
||
|
font-size: var(--goods-action-icon-font-size,10px);
|
||
|
color: #646566;
|
||
|
color: var(--goods-action-icon-text-color,#646566);
|
||
|
}
|
||
|
|
||
|
.van-goods-action-icon__icon {
|
||
|
margin-bottom: 4px;
|
||
|
}
|