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')" >
<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>
@ -1121,6 +1121,7 @@ export default defineComponent({
border-radius: 17px;
position: relative;
.telbox {
margin-left: 15px;
font-size: 12px;

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;
}
}
}