移动端日历页

This commit is contained in:
zzy 2023-04-14 18:24:44 +08:00
parent a68f3c92b9
commit f569b35229
2 changed files with 14 additions and 3 deletions

BIN
src/assets/1x/source13.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

View File

@ -2,7 +2,8 @@
<div class="right">
<div class="right-top">
<img src="@/assets/1x/1x/source1.png" />
<img src="@/assets/1x/source13.png" class="icon1"/>
<img src="@/assets/1x/1x/source1.png" class="icon2"/>
<h3 class="top-title">{{ $t(i18n.global.t('home.IPOcalendar')) }}</h3>
</div>
<div class="right-bottom">
@ -105,17 +106,27 @@ const setEventdata = (EventD: any) => {
color: #ffffff;
margin-left: 10px;
}
.icon1{
width: 25rem;
height: 25rem;
margin-left: 30rem;
}
.icon2{
width: 25rem;
height: 25rem;
margin-left: 10rem;
}
}
.right-bottom {
width: 100vw;
background-color: #ffffff;
height: 400px;
margin-top: 40px;
margin-top: 25px;
// margin-left: 20px;
// transform: translateX(-50rem);
.month {
font-size: 28px;
font-size: 25rem;
color: #000000;
font-weight: bold;
}