微信

123456789101112131415161718192021222324252627282930313233
  1. .topCaseInfo{
  2. align-items: center;
  3. background: rgba(0, 0, 0, .3);
  4. padding: .05rem 0;
  5. &>*{
  6. margin-left: .05rem;
  7. line-height: .2rem;
  8. font-size: .12rem;
  9. color: #fff;
  10. }
  11. i{
  12. font-size: .15rem;
  13. }
  14. a{
  15. color: #fb6b2f;
  16. text-decoration: underline;
  17. margin-left: .1rem;
  18. }
  19. &>*:first-child{
  20. margin-left: .2rem;
  21. }
  22. &>div{
  23. display: flex;
  24. justify-content: space-between;
  25. align-items: center;
  26. margin: 0 .2rem 0 .2rem;
  27. font-size: 0;
  28. span{
  29. font-size: .12rem;
  30. color: #fff;
  31. }
  32. }
  33. }