周历 货币弹框
This commit is contained in:
parent
7ac5c7c7a8
commit
ca546edaa9
@ -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>
|
||||||
@ -1121,6 +1121,7 @@ export default defineComponent({
|
|||||||
border-radius: 17px;
|
border-radius: 17px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
|
||||||
.telbox {
|
.telbox {
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user