周历 货币弹框

This commit is contained in:
luyuan 2020-11-24 16:29:44 +08:00
parent 7ac5c7c7a8
commit ca546edaa9
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
2 changed files with 4 additions and 3 deletions

View File

@ -509,7 +509,7 @@
<a-modal v-model:visible="huobi" :footer="null" :title="lan.$t('tishi')" >
<div style=" display: flex;align-items: center;">
<img style=" width: 50px;margin-right: 15px;" src="@/static/images/tishihei.png" alt="">
<p style="margin-top: 1em">{{lan.$t('huobitishi')}}</p>
<p style="margin-top: 1em;color: #f55456;font-weight: 600;">{{lan.$t('huobitishi')}}</p>
</div>
</a-modal>
@ -1120,6 +1120,7 @@ export default defineComponent({
padding: 46px;
border-radius: 17px;
position: relative;
.telbox {
margin-left: 15px;

View File

@ -222,7 +222,7 @@
width: 100%;
position: absolute;
top: 0;
left: 128px;
left: 165px;
.heng{
display: flex;
align-items: center;
@ -242,7 +242,7 @@
}
.times{
font-size: 11px;
color: #D12C2E;
color: #08AE98;
}
}
}