xbx #150

Merged
theluyuan merged 11 commits from xbx into master 2020-11-24 10:41:46 +00:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit ca546edaa9 - Show all commits

View File

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

View File

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