musicscore.wxss 514 B

12345678910111213141516171819202122232425262728293031323334
  1. .public {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. }
  6. .image_top {
  7. margin-top: 40rpx;
  8. height: 40vw;
  9. width: 60vw;
  10. }
  11. .top_item_public_add {
  12. display: -webkit-flex;
  13. display: flex;
  14. margin-top: 40rpx;
  15. align-items: center;
  16. justify-content: flex-start;
  17. flex-wrap: wrap;
  18. width: 100%;
  19. }
  20. .top_item_public {
  21. justify-content: center;
  22. flex: 0 0 auto;
  23. width: 50%;
  24. text-align: center;
  25. color: #797979;
  26. padding: 40rpx 0;
  27. font-size: 30rpx;
  28. }
  29. .top_image {
  30. height: 20vw;
  31. }