bpb.css 385 B

1234567891011121314151617181920
  1. body{
  2. width: 1366px;
  3. height: 764px;
  4. }
  5. .bpb_bg{
  6. background-image: url('../image/bpb/bg.png');
  7. background-size: contain;
  8. }
  9. .bpb_title{
  10. background-image: url('../image/bpb/title.png');
  11. background-repeat: no-repeat;
  12. background-size: contain;
  13. height: 9%;
  14. }
  15. .bpb_content{
  16. position: relative;
  17. width: 100%;
  18. height: calc(91%-40px);
  19. color: #fff;
  20. }