index.wxss 285 B

12345678910111213141516171819202122
  1. .bigcontainer{
  2. margin: 0rpx 20rpx;
  3. }
  4. .content0{
  5. display: flex;
  6. justify-content: space-between;
  7. }
  8. .content1{
  9. display: flex;
  10. border: 1px salmon solid;
  11. }
  12. .left{
  13. width: 200rpx;
  14. }
  15. .echarts{
  16. margin-top: 50rpx;
  17. width:100%;
  18. height:500rpx;
  19. }
  20. .cu-modal{
  21. text-align: unset;
  22. }