关于
This commit is contained in:
parent
440ec76188
commit
ff56a97f34
|
|
@ -1,6 +1,13 @@
|
|||
<template>
|
||||
<page-container title="关于" :showBack="true">
|
||||
<!-- https://image.zfunbox.cn/icon_108.png -->
|
||||
<view class="about-container">
|
||||
<image class="app-icon" src="https://image.zfunbox.cn/icon_108.png" mode="aspectFit"></image>
|
||||
<view class="app-info">
|
||||
<view class="app-name">友达赏</view>
|
||||
<view class="app-version">App:1.0.1</view>
|
||||
<view class="app-version">Version:102</view>
|
||||
</view>
|
||||
</view>
|
||||
</page-container>
|
||||
</template>
|
||||
|
||||
|
|
@ -28,4 +35,34 @@
|
|||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.about-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
|
||||
.app-icon {
|
||||
width: 108px;
|
||||
height: 108px;
|
||||
margin-top: 30vh;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.app-info {
|
||||
margin-top: 20px;
|
||||
text-align: center;
|
||||
|
||||
.app-name {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.app-version {
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user