添加了直播提示

This commit is contained in:
2020-11-23 16:02:14 +08:00
parent 1adbc1f469
commit dd476ddcf9
5 changed files with 23 additions and 10 deletions

View File

@@ -222,8 +222,13 @@
<p>{{ lan.$t("querenquxiao") }}</p>
</a-modal>
<nav-bottom></nav-bottom>
<div class="tishi" v-if="false">
{{ lan.$t("zhibotishi") }}
<div class="tishi" v-if="true">
<img src="@/static/images/gantanhao.png" alt="">
<div>
{{ lan.$t("zhibotishi1") }}<br />
{{ lan.$t("zhibotishi") }}
</div>
</div>
</div>
@@ -638,13 +643,19 @@ export default defineComponent({
position: relative;
.tishi{
position: absolute;
top: 40%;
right: 15%;
width: 25%;
top: 60px;
right: 64px;
line-height: 0.17rem;
font-size: 0.1rem;
font-weight: 500;
color: #808080;
font-size: 0.1rem;
font-weight: 500;
color: #808080;
display: flex;
align-items: center;
color:#07ad97;
> img{
width: 40px;
margin-right: 10px;
}
}
::v-deep(.ant-form) {
.title {