This commit is contained in:
2023-12-12 18:19:01 +08:00
parent 9085fb09aa
commit 132f0a745b
5 changed files with 50 additions and 49 deletions

View File

@@ -38,49 +38,49 @@ export default {
this.hours = `${hh}` this.hours = `${hh}`
this.minutes = `${mm}` this.minutes = `${mm}`
this.seconds = `${ss}` this.seconds = `${ss}`
this.date = `${year}${month}${date}` this.date = `${year} - ${month} - ${date}`
if (this.$i18n.locale === 'en-us') { // if (this.$i18n.locale === 'en-us') {
let enMonth = '' // let enMonth = ''
switch (month) { // switch (month) {
case 1: // case 1:
enMonth = 'Jan.' // enMonth = 'Jan.'
break // break
case 2: // case 2:
enMonth = 'Feb.' // enMonth = 'Feb.'
break // break
case 3: // case 3:
enMonth = 'Mar.' // enMonth = 'Mar.'
break // break
case 4: // case 4:
enMonth = 'Apr.' // enMonth = 'Apr.'
break // break
case 5: // case 5:
enMonth = 'May' // enMonth = 'May'
break // break
case 6: // case 6:
enMonth = 'Jun.' // enMonth = 'Jun.'
break // break
case 7: // case 7:
enMonth = 'Jul.' // enMonth = 'Jul.'
break // break
case 8: // case 8:
enMonth = 'Aug.' // enMonth = 'Aug.'
break // break
case 9: // case 9:
enMonth = 'Sep.' // enMonth = 'Sep.'
break // break
case 10: // case 10:
enMonth = 'Oct.' // enMonth = 'Oct.'
break // break
case 11: // case 11:
enMonth = 'Nov.' // enMonth = 'Nov.'
break // break
case 12: // case 12:
enMonth = 'Dec.' // enMonth = 'Dec.'
break // break
} // }
this.date = `${date}th ${enMonth}, ${year}` // this.date = `${date}th ${enMonth}, ${year}`
} // }
this.week = `${week}` this.week = `${week}`
} }
}, },
@@ -99,11 +99,12 @@ export default {
flex-direction column flex-direction column
height 77px height 77px
.date-wraper .date-wraper
width 130px width 111px
_font(34px, 36px, #B4C1D8,,right) _font(25px, 19px, #B4C1D8,,right)
font-family SourceHanSansCN-Regular font-family SourceHanSansCN-Regular
.time-wraper .time-wraper
width 130px width 111px
_font(16px, 30px, #B4C1D8,,right) _font(16px, 13px, #B4C1D8,,right)
margin-top 10px
font-family SourceHanSansCN-Regular font-family SourceHanSansCN-Regular
</style> </style>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 126 KiB

BIN
src/images/new/login_bg.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

BIN
src/images/new/logo.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@@ -38,7 +38,7 @@
</ul> </ul>
<div class="popper__arrow"></div> <div class="popper__arrow"></div>
</div> </div>
<div class="state-line"></div> <div class="state-line" style="margin-right: 0"></div>
</div> </div>
<div class="time-container"> <div class="time-container">
<jxTime></jxTime> <jxTime></jxTime>
@@ -443,7 +443,7 @@ export default {
background center / 100% 100% url(../../../images/new/nav_bg.png) no-repeat background center / 100% 100% url(../../../images/new/nav_bg.png) no-repeat
.time-container .time-container
height 77px height 77px
margin 0 10px margin-right 10px
.state-item .state-item
_wh(67px, 43px) _wh(67px, 43px)
_font(20px,43px,#fff,,center) _font(20px,43px,#fff,,center)