index.wxss 560 B

123456789101112131415161718192021222324252627282930313233343536
  1. /* pages/music/index.wxss */
  2. .music{
  3. width: 100%;
  4. min-height: 100vh;
  5. }
  6. .music image{
  7. width: 100%;
  8. height: 100%;
  9. position: absolute;
  10. }
  11. .musickeys{
  12. width: 100%;
  13. z-index: 9;
  14. position: absolute;
  15. }
  16. .information{
  17. width: 95%;
  18. min-height: 90vh;
  19. background: rgba(255,255,255,0.8);
  20. margin: 0 auto;
  21. border-radius: 15rpx;
  22. position: relative;
  23. top: 50rpx;
  24. font-size: 30rpx;
  25. }
  26. .music_pto{
  27. width: 100%;
  28. text-align: center;
  29. height: 80rpx;
  30. line-height: 80rpx;
  31. border-bottom: 3rpx solid #fff;
  32. }
  33. .music_text{
  34. width: 95%;
  35. margin: 0 auto;
  36. }