index.css 793 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #header{
  2. height: 0.88rem;
  3. background: #56AB2F;
  4. display: flex;
  5. }
  6. #position{
  7. width: 2.4rem;
  8. font-size: 16px;
  9. height: 0.88rem;
  10. text-align: center;
  11. line-height: 0.88rem;
  12. color: #FFFFFF;
  13. }
  14. #search{
  15. flex: 1;
  16. padding-top: 0.15rem;
  17. }
  18. #search input{
  19. width: 5.07rem;
  20. height: 0.6rem;
  21. border-radius: 0.3rem;
  22. background: #FFFFFF;
  23. }
  24. .slide{
  25. height: 2.62rem;
  26. text-align: center;
  27. padding: 10px 0;
  28. }
  29. .slide-img{
  30. width: 6.52rem;
  31. height: 2.62rem;
  32. margin: 0 auto;
  33. }
  34. .slide-img img{
  35. width: 100%;
  36. }
  37. .now{
  38. width: 1.3rem;
  39. height: 0.36rem;
  40. position: absolute;
  41. margin-top: -1rem;
  42. margin-left: 1rem;
  43. background: #FFFFFF;
  44. font-size: 10px;
  45. background: rgba(255,255,255,0.2);
  46. border-radius: 9px;
  47. text-align: center;
  48. line-height: 0.36rem;
  49. color: #FFFFFF;
  50. }