啊鑫
8 天以前 fca192d3c38c5dcfbb6ace8bc71d6078f6a079b2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@import '../style/var';
 
.van-goods-action-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: @goods-action-icon-width;
  height: @goods-action-icon-height;
  color: @goods-action-icon-text-color;
  font-size: @goods-action-icon-font-size;
  line-height: 1;
  text-align: center;
  background-color: @white;
  cursor: pointer;
 
  &:active {
    background-color: @goods-action-icon-active-color;
  }
 
  &__icon {
    position: relative;
    width: 1em;
    margin: 0 auto 5px;
    color: @goods-action-icon-color;
    font-size: @goods-action-icon-size;
  }
}