diff --git a/src/pages/friend-battle.vue b/src/pages/friend-battle.vue
index c1c5525..ce85c08 100644
--- a/src/pages/friend-battle.vue
+++ b/src/pages/friend-battle.vue
@@ -75,7 +75,10 @@ const onCreateRoom = async () => {
-
+
@@ -84,7 +87,7 @@ const onCreateRoom = async () => {
-
+
创建约战房
@@ -151,14 +154,14 @@ const onCreateRoom = async () => {
}
.create-room > view {
margin: 0 30px;
- padding-top: 30px;
+ padding-top: 12%;
position: relative;
display: flex;
flex-direction: column;
}
.create-room > view > image:first-child {
width: 18vw;
- transform: translateX(40%);
+ transform: translateX(30%);
border-radius: 50%;
}
.create-room > view > image:nth-child(2) {
@@ -173,14 +176,14 @@ const onCreateRoom = async () => {
display: flex;
justify-content: center;
align-items: center;
- transform: translate(280%, -75px);
+ transform: translate(290%, -75px);
}
.create-room > view > view:nth-child(3) > image {
width: 20px;
margin-right: 2px;
}
.create-room > view:last-child {
- transform: translateY(-110%);
+ transform: translateY(-100%);
}
.warnning {
width: 100%;
diff --git a/src/static/battle-bg.png b/src/static/battle-bg.png
deleted file mode 100644
index f1bb6ef..0000000
Binary files a/src/static/battle-bg.png and /dev/null differ