indexRight.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .product_All{
  2. width: 100%;
  3. background: #FFF;
  4. margin-top: 20rpx;
  5. }
  6. .product_name{
  7. display: flex;
  8. justify-content: space-between;
  9. padding: 35rpx 20rpx;
  10. align-content: center;
  11. box-sizing: content-box;
  12. height: 40rpx;
  13. }
  14. .card_text{
  15. font-size: 30rpx;
  16. line-height: 40rpx;
  17. color: black;
  18. display: flex;
  19. justify-content: space-between;
  20. align-items: center;
  21. }
  22. .product_name .card_tab{
  23. border-radius: 20rpx;
  24. color: #2D59E6;
  25. padding:0 16rpx;
  26. font-size: 26rpx;
  27. line-height: 40rpx;
  28. border: 2rpx solid #2d59e6;
  29. }
  30. .cptj_con{ display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #F0F0F0;}
  31. .cptj_item{ width: 100%; margin-top: 60rpx; height:450rpx; flex: auto; position: relative;border-left: 1px solid #F0F0F0;}
  32. .cptj_item:first-child{ border: none;}
  33. .syqk_con{ margin-top: 20rpx; display: flex; justify-content: space-between; align-items: stretch;}
  34. .syqk_item{ width: 100%; flex: auto; margin-left: 10rpx; background: #ffffff;}
  35. .syqk_item:first-child{ margin: 0;}
  36. .syqk_item_chart{ height: 400rpx; background: #ffffff; position: relative;}
  37. .syqk_chart{ height: 600rpx; background: #ffffff; position: relative; margin-top: 10rpx;}