UI更新
This commit is contained in:
@@ -189,7 +189,7 @@ button::after {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
padding-top: 10px;
|
padding-top: 7px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.half-time-tip {
|
.half-time-tip {
|
||||||
|
|||||||
@@ -199,7 +199,7 @@ const simulShoot2 = async () => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.container {
|
.container {
|
||||||
width: calc(100% - 30px);
|
width: calc(100% - 30px);
|
||||||
padding: 5px 15px;
|
padding: 0px 15px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.target {
|
.target {
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ const props = defineProps({
|
|||||||
padding-left: 20rpx;
|
padding-left: 20rpx;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 15%;
|
left: 15%;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.long {
|
.long {
|
||||||
background-image: url("../static/bubble-tip2.png");
|
background-image: url("../static/bubble-tip2.png");
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ const goBack = () => {
|
|||||||
<view
|
<view
|
||||||
class="content"
|
class="content"
|
||||||
:style="{
|
:style="{
|
||||||
height: isHome ? '100vh' : `calc(100vh - ${isIos ? 200 : 170}rpx)`,
|
height: isHome ? '100vh' : `calc(100vh - ${isIos ? 180 : 150}rpx)`,
|
||||||
overflow,
|
overflow,
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ onUnmounted(() => {
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 72vw;
|
width: 72vw;
|
||||||
height: 120rpx;
|
height: 100rpx;
|
||||||
/* margin-top: var(--status-bar-height); */
|
/* margin-top: var(--status-bar-height); */
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
@@ -223,7 +223,7 @@ onUnmounted(() => {
|
|||||||
transform: translateX(-10px);
|
transform: translateX(-10px);
|
||||||
}
|
}
|
||||||
.container > view:first-child > image:first-child {
|
.container > view:first-child > image:first-child {
|
||||||
width: 22vw;
|
width: 20vw;
|
||||||
transform: translateX(10px);
|
transform: translateX(10px);
|
||||||
}
|
}
|
||||||
.container > view:first-child > text {
|
.container > view:first-child > text {
|
||||||
|
|||||||
Reference in New Issue
Block a user