|
@@ -24,6 +24,9 @@
|
|
|
:src="require(`@/assets/images/CameraContent-2-1-2-img-${currentSwitchIdx + 1}.png`)"
|
|
|
alt=""
|
|
|
>
|
|
|
+ <div class="img-title">
|
|
|
+ 元大都水系图
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -208,29 +211,16 @@ const next = () => {
|
|
|
// border: 1px solid #FFE88B;
|
|
|
// padding: 15px 10px;
|
|
|
position: relative;
|
|
|
- >.btn-left {
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
- position: absolute;
|
|
|
- left: -25px;
|
|
|
- top: 50%;
|
|
|
- transform: translateY(-50%);
|
|
|
- z-index: 2;
|
|
|
- cursor: pointer;
|
|
|
- }
|
|
|
- >.btn-right {
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
- position: absolute;
|
|
|
- right: -25px;
|
|
|
- top: 50%;
|
|
|
- transform: translateY(-50%);
|
|
|
- z-index: 2;
|
|
|
- cursor: pointer;
|
|
|
- }
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
>.detail-img {
|
|
|
width: 100%;
|
|
|
}
|
|
|
+ >.img-title{
|
|
|
+ margin-top: 0.5em;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|