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.
31 lines
571 B
31 lines
571 B
<template> |
|
<view class="container"> |
|
<view class="flex justify-center"> |
|
<image src="/static/image/logo-p.png" style="width: 238rpx" mode="widthFix"></image> |
|
</view> |
|
<view class="h1">移动督察</view> |
|
<view class="version">版本 v6.2.2</view> |
|
</view> |
|
</template> |
|
|
|
<script> |
|
</script> |
|
|
|
<style lang="scss" scoped> |
|
.container { |
|
padding-top: 10vh; |
|
} |
|
.h1 { |
|
margin-top: 28rpx; |
|
text-align: center; |
|
font-size: 22px; |
|
font-weight: bold; |
|
color: #555; |
|
} |
|
.version { |
|
margin-top: 12rpx; |
|
text-align: center; |
|
font-size: 16px; |
|
color: #777; |
|
} |
|
</style> |