haibao.scss 421 B

12345678910111213141516171819202122232425262728293031
  1. .haibaoBox{
  2. padding-top: 50rpx;
  3. background-color: aquamarine;
  4. .picBox{
  5. display: flex;
  6. justify-content: center;
  7. .image{
  8. width: 60%;
  9. height: 500rpx
  10. }
  11. }
  12. .bgList{
  13. // background-color: #1F79F0;
  14. margin-top: 50rpx;
  15. display: flex;
  16. // .item{
  17. .image2{
  18. width: 150rpx;
  19. height: 200rpx;
  20. margin-right: 10rpx;
  21. }
  22. .image2_a{
  23. border: 4rpx solid #1F79F0;
  24. }
  25. // }
  26. }
  27. }