yiming
2024-08-15 14daa05764f2e5a54d6bdd24563b015cb302f974
src/books/sportsAndHealth/view/components/chapter003.vue
@@ -8650,3 +8650,25 @@
//   }
// }
</style>
<style lang="less" scoped>
// b {
//     color: #F79447;
// }
.imgBox {
    display: flex !important;
    flex-direction: column-reverse !important;
    position: relative !important;
    .img {
        position: absolute !important;
        left: 40% !important;
        bottom: -10% !important;
    }
    img {
        height: 80%;
    }
}
</style>