diff --git a/public/css/largeScreenStyle.css b/public/css/largeScreenStyle.css index 8c47a7f..3f3edd6 100644 --- a/public/css/largeScreenStyle.css +++ b/public/css/largeScreenStyle.css @@ -4770,6 +4770,13 @@ table{ .toSafety-fixed-left-max{ position: absolute; } +.toSafety-fixed-bottom-max{ + position: absolute; + width: calc(100% - 1000px); + left: 500px; + bottom: 10px; + text-align: center; +} .toSafety-fixed-left{ padding: 10px 0 10px 15px; width: 473px; @@ -4786,10 +4793,16 @@ table{ align-items: center; right: 0; } +.toSafety-fixed-bottom-img{ + position: absolute; + margin-left:-50px; + top:-20px; +} .toSafety-fixed-right{ padding: 10px 15px 10px 0; width: 473px; } + .toSafety-fixed-right-img{ position: absolute; right: 490px; diff --git a/src/pages/index.vue b/src/pages/index.vue index a7169c3..8b0946c 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -1,10 +1,10 @@