移动端日历页
This commit is contained in:
parent
a68f3c92b9
commit
f569b35229
Binary file not shown.
After Width: | Height: | Size: 293 B |
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue