musicscore.wxss 1.0 KB

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