yiming
2024-07-29 d562f6e31ce335b8dfd1d1e61573207fa12a7881
src/books/sportsAndHealth/view/components/chapter004.vue
@@ -1553,14 +1553,20 @@
b {
    color: #F79447;
}
.imgBox{
          display: flex !important;
          flex-direction: column-reverse !important;
          position: relative !important;
          .img{
            position: absolute !important;
            left: 45% !important;
            bottom:-10% !important;
          }
        }
.imgBox {
    display: flex !important;
    flex-direction: column-reverse !important;
    position: relative !important;
    .img {
        position: absolute !important;
        left: 45% !important;
        bottom: -10% !important;
    }
    img {
        height: 80%;
    }
}
</style>