diff --git a/src/components/BigImgCell/index.vue b/src/components/BigImgCell/index.vue
index 2e929d9..6aa484e 100644
--- a/src/components/BigImgCell/index.vue
+++ b/src/components/BigImgCell/index.vue
@@ -14,8 +14,8 @@
-
-
+
+
@@ -175,4 +175,7 @@ uni-tag {
.uni-card__content {
padding-top: 5px;
}
+.game-tag text {
+ padding: 2px 5px!important;
+}
diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index 60357a6..19891eb 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -1,5 +1,8 @@
+
+
+
@@ -25,6 +28,7 @@ export default class extends Vue{
private games: IGameInfo[] = []
onLoad() {
+ console.log(uni.getSystemInfoSync().statusBarHeight)
for (let i = 0; i < 10; i++) {
this.games.push({
gameId: i + '',
@@ -52,15 +56,16 @@ export default class extends Vue{
diff --git a/src/pages/info/index.vue b/src/pages/info/index.vue
index 2c28530..b5668a7 100644
--- a/src/pages/info/index.vue
+++ b/src/pages/info/index.vue
@@ -1,6 +1,6 @@
-
+
@@ -9,7 +9,7 @@
-
+
@@ -58,8 +58,10 @@ export default class extends Vue{
private tagList: string[] = ['fc', 'nb']
private priceList: string[] = ['1', '2', '3']
private dlcList: string[] = ['1', '2', '3']
+ private iStatusBarHeight = 0
onLoad() {
+ this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight || 0
for (let i = 0; i< 4 ;i ++) {
this.imgSwiperData.push('https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/094a9dc0-50c0-11eb-b680-7980c8a877b8.jpg')
}
@@ -128,4 +130,7 @@ price-cell {
dlc-cell {
width: 100%;
}
+.game-tag text {
+ padding: 2px 5px!important;
+}