| 12345678910111213141516 |
- .tag-grey {
- max-width: 2.133333rem;
- height: 0.586667rem;
- padding: 0 0.106667rem;
- background: #f4f4f4;
- border-radius: 0.106667rem;
- font-size: 0.373333rem;
- font-weight: 400;
- color: #333333;
- line-height: 0.586667rem;
- text-align: center;
- }
- .shadow-top{
- box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
- }
|