You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
442 B

2 months ago
<template>
<u-navbar :is-back="false" title="" class="sty-nav">
<view class="slot-wrap">
<u-image
width="100%"
height="100%"
src="/static/images/yyslogo.png"
mode="aspectFit"
></u-image>
</view>
</u-navbar>
</template>
<style lang="scss" scope>
.sty-nav /deep/ .u-slot-content {
height: 100%;
.slot-wrap {
width: 100%;
height: 100%;
background: #375AC8;
}
}
</style>