移动端日历页
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">
|
||||||
<div class="right-top">
|
<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>
|
<h3 class="top-title">{{ $t(i18n.global.t('home.IPOcalendar')) }}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="right-bottom">
|
<div class="right-bottom">
|
||||||
|
@ -105,17 +106,27 @@ const setEventdata = (EventD: any) => {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
.icon1{
|
||||||
|
width: 25rem;
|
||||||
|
height: 25rem;
|
||||||
|
margin-left: 30rem;
|
||||||
|
}
|
||||||
|
.icon2{
|
||||||
|
width: 25rem;
|
||||||
|
height: 25rem;
|
||||||
|
margin-left: 10rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-bottom {
|
.right-bottom {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
margin-top: 40px;
|
margin-top: 25px;
|
||||||
// margin-left: 20px;
|
// margin-left: 20px;
|
||||||
// transform: translateX(-50rem);
|
// transform: translateX(-50rem);
|
||||||
.month {
|
.month {
|
||||||
font-size: 28px;
|
font-size: 25rem;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue