From 14daa05764f2e5a54d6bdd24563b015cb302f974 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期四, 15 八月 2024 14:27:41 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/sportsAndHealth/view/components/chapter003.vue | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/src/books/sportsAndHealth/view/components/chapter003.vue b/src/books/sportsAndHealth/view/components/chapter003.vue index bc76b9d..36821a7 100644 --- a/src/books/sportsAndHealth/view/components/chapter003.vue +++ b/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> \ No newline at end of file -- Gitblit v1.9.1