|
@@ -14,7 +14,7 @@ import 'swiper/css'
|
|
|
import 'swiper/css/effect-creative'
|
|
import 'swiper/css/effect-creative'
|
|
|
import { isMobiileFu } from '@/utils/history'
|
|
import { isMobiileFu } from '@/utils/history'
|
|
|
import A7duiHua from '../A7duiHua'
|
|
import A7duiHua from '../A7duiHua'
|
|
|
-import { ZoomInOutlined, CloseOutlined } from '@ant-design/icons'
|
|
|
|
|
|
|
+import { CloseOutlined } from '@ant-design/icons'
|
|
|
|
|
|
|
|
function A2main() {
|
|
function A2main() {
|
|
|
// 从首页进来才需要平滑滚动
|
|
// 从首页进来才需要平滑滚动
|
|
@@ -236,9 +236,13 @@ function A2main() {
|
|
|
></div>
|
|
></div>
|
|
|
|
|
|
|
|
<div className='A2x2' style={{ backgroundImage: `url(${baseUrl}main/x3.png)` }}>
|
|
<div className='A2x2' style={{ backgroundImage: `url(${baseUrl}main/x3.png)` }}>
|
|
|
- <div className='A2x2_1' style={{ backgroundImage: `url(${baseUrl}main/xl.png)` }}>
|
|
|
|
|
|
|
+ <div
|
|
|
|
|
+ className='A2x2_1 hideSorrl'
|
|
|
|
|
+ // style={{ backgroundImage: `url(${baseUrl}main/xl.png)` }}
|
|
|
|
|
+ >
|
|
|
|
|
+ <img className='A2x2_1Img' src={`${baseUrl}main/xlNew.jpg`} alt='' />
|
|
|
{/* 3个图 */}
|
|
{/* 3个图 */}
|
|
|
- {[1, 2, 3].map(num => (
|
|
|
|
|
|
|
+ {/* {[1, 2, 3].map(num => (
|
|
|
<div
|
|
<div
|
|
|
key={num}
|
|
key={num}
|
|
|
className={`A2x2_1_${num}`}
|
|
className={`A2x2_1_${num}`}
|
|
@@ -247,7 +251,7 @@ function A2main() {
|
|
|
<img src={`${baseUrl}main/xl${num}.png`} alt='' />
|
|
<img src={`${baseUrl}main/xl${num}.png`} alt='' />
|
|
|
<ZoomInOutlined rev={undefined} />
|
|
<ZoomInOutlined rev={undefined} />
|
|
|
</div>
|
|
</div>
|
|
|
- ))}
|
|
|
|
|
|
|
+ ))} */}
|
|
|
</div>
|
|
</div>
|
|
|
<div className='A2x2_2 kaiFont'>江苏六朝石刻分布</div>
|
|
<div className='A2x2_2 kaiFont'>江苏六朝石刻分布</div>
|
|
|
<img className='A2x2_3' src={`${baseUrl}main/x4.png`} alt='' />
|
|
<img className='A2x2_3' src={`${baseUrl}main/x4.png`} alt='' />
|