detail.wxss 259 B

12345678910111213
  1. .top-title-bar{
  2. width: 100%;
  3. height: 300rpx;
  4. background-color: black;
  5. }
  6. .Performance{
  7. width: 100%;
  8. height: 500rpx;
  9. /* height: 100%; */
  10. background-color: #fff;
  11. border-top-left-radius: 25rpx;
  12. border-top-right-radius: 25rpx;
  13. }