currency.scss 323 B

12345678910111213141516
  1. .tag-grey {
  2. max-width: 2.133333rem;
  3. height: 0.586667rem;
  4. padding: 0 0.106667rem;
  5. background: #f4f4f4;
  6. border-radius: 0.106667rem;
  7. font-size: 0.373333rem;
  8. font-weight: 400;
  9. color: #333333;
  10. line-height: 0.586667rem;
  11. text-align: center;
  12. }
  13. .shadow-top{
  14. box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  15. }