Commit 42bc1948 by kaisa

feat:更新

parent baa10f2d
......@@ -319,8 +319,9 @@ const onSubmit = async () => {
<div class="info-bottom"></div>
</div>
<div class="confirm">
<span class="message">我們希望能和您開啟{{ stages[stageIndex].msg }}{{ stages[stageIndex].label
}}」,讓我們與你一起經營直播間。 </span>
<span class="message">我們希望能和您開啟{{ stages[stageIndex].msg }}
<span class="message-info">{{ stages[stageIndex].label }}</span>
,讓我們與你一起經營直播間。 </span>
<img src="../../image/btn.png" alt="" @click="onSubmit">
<span class="tips">簽約將在24小時內完成審核</span>
</div>
......@@ -338,7 +339,7 @@ const onSubmit = async () => {
background-repeat: no-repeat;
background-size: 100% 100%;
width: 750px;
height: 4200px;
height: 4800px;
.content {
padding: 679px 35px 24px 35px;
......@@ -893,6 +894,11 @@ const onSubmit = async () => {
width: 592px;
height: 60px;
text-align: center;
}
.message-info {
color: #FFF000;
}
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