@@ -265,7 +265,7 @@ export default {
.videoBtn {
position: absolute;
- bottom: 40px;
+ bottom: 100px;
width: 200px;
z-index: 2;
left: 50%;
@@ -323,7 +323,7 @@ export default {
},
created() {
- window.document.title = "中江塔";
+ window.document.title = "芜湖老海关";
mounted() {},
beforeCreate() {}, //生命周期 - 创建之前
@@ -189,9 +189,9 @@ export default {
height: calc(100% - 130px);
overflow-y: auto;
padding: 20px 15px;
- position: relative;
+ // position: relative;
.issue {
- position: fixed;
+ position: absolute;
z-index: 10;
bottom: 80px;
@@ -65,7 +65,7 @@ export default {
.bottom {
max-width: 500px;
bottom: 0;
transform: translateX(-50%);