musicscore.wxss 998 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. }
  32. .action_public {
  33. position: fixed;
  34. bottom: 54rpx;
  35. width: 100vw;
  36. display: flex;
  37. justify-content: center;
  38. }
  39. .bottom_public {
  40. position: sticky;
  41. justify-content: start;
  42. width: 50vw;
  43. }
  44. .action_public>view {
  45. display: flex;
  46. justify-content: center;
  47. align-items: center;
  48. width: 520rpx;
  49. height: 80rpx;
  50. background: #999999;
  51. border-radius: 45rpx;
  52. font-size: 36rpx;
  53. font-weight: 400;
  54. color: #FFFFFF;
  55. }
  56. .action_public>view.action {
  57. background: #6547A3;
  58. }