Commit 42bc1948 by kaisa

feat:更新

parent baa10f2d
...@@ -319,8 +319,9 @@ const onSubmit = async () => { ...@@ -319,8 +319,9 @@ const onSubmit = async () => {
<div class="info-bottom"></div> <div class="info-bottom"></div>
</div> </div>
<div class="confirm"> <div class="confirm">
<span class="message">我們希望能和您開啟{{ stages[stageIndex].msg }}{{ stages[stageIndex].label <span class="message">我們希望能和您開啟{{ stages[stageIndex].msg }}
}}」,讓我們與你一起經營直播間。 </span> <span class="message-info">{{ stages[stageIndex].label }}</span>
,讓我們與你一起經營直播間。 </span>
<img src="../../image/btn.png" alt="" @click="onSubmit"> <img src="../../image/btn.png" alt="" @click="onSubmit">
<span class="tips">簽約將在24小時內完成審核</span> <span class="tips">簽約將在24小時內完成審核</span>
</div> </div>
...@@ -338,7 +339,7 @@ const onSubmit = async () => { ...@@ -338,7 +339,7 @@ const onSubmit = async () => {
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
width: 750px; width: 750px;
height: 4200px; height: 4800px;
.content { .content {
padding: 679px 35px 24px 35px; padding: 679px 35px 24px 35px;
...@@ -893,6 +894,11 @@ const onSubmit = async () => { ...@@ -893,6 +894,11 @@ const onSubmit = async () => {
width: 592px; width: 592px;
height: 60px; height: 60px;
text-align: center; text-align: center;
}
.message-info {
color: #FFF000;
} }
img { img {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment