forked from nsjcy/frontEnd/nsjcy

liuwh
2020-02-27 71c1fa3bfa21baaf733189495cdd64deb0cf6551
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
28
29
30
31
32
33
34
.tree-menu {
  &-sup {
    color: red;
    margin-left: 4px;
  }
}
 
.ant-menu-item-disabled {
  cursor: default !important;
}
.sizeSpan {
  color: red;
}
.pro-div{
  display: flex;
  justify-content: space-around;
}
.pro-img {
  width: 100px;
}
.pro-text {
  color: #1790FF;
  text-align: center;
}
.pro-name {
  font-size: 20px;
}
.pro-eng {
  font-size: 10px;
}
.icon{
  width:20px;
  margin-right: 5px;
}