|
@@ -295,7 +295,7 @@ onMounted(() => {
|
|
|
<style lang="scss" scoped>
|
|
|
.container-tag {
|
|
|
min-height: 100vh;
|
|
|
- padding: 30px 25px 150px;
|
|
|
+ padding: 30px 25px 220px;
|
|
|
background: url("@/assets/cygx/img/bg_icon.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
.top-content {
|
|
@@ -408,14 +408,12 @@ onMounted(() => {
|
|
|
bottom: 0px;
|
|
|
left: 0;
|
|
|
width: 100%;
|
|
|
- height: 112px;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- padding-left: 30px;
|
|
|
- padding-right: 30px;
|
|
|
- padding-bottom: calc(0px + constant(safe-area-inset-bottom));
|
|
|
- padding-bottom: calc(0px + env(safe-area-inset-bottom));
|
|
|
+ padding: 30px;
|
|
|
+ padding-bottom: calc(2px + constant(safe-area-inset-bottom));
|
|
|
+ padding-bottom: calc(2px + env(safe-area-inset-bottom));
|
|
|
background: linear-gradient(90deg, #242524 0%, #403e3d 100%);
|
|
|
z-index: 9;
|
|
|
.btn-content {
|