mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-23 21:12:14 +08:00
feat: update about page
This commit is contained in:
parent
9f37caf7a7
commit
f8cd504235
@ -48,21 +48,21 @@ export default {
|
||||
<style lang="scss">
|
||||
.about {
|
||||
.title {
|
||||
margin: 20px auto 10px;
|
||||
margin: 30px auto 10px;
|
||||
font-size: 38px;
|
||||
color: #a150b5;
|
||||
text-align: center;
|
||||
}
|
||||
.content {
|
||||
position: relative;
|
||||
margin: 14px 20px;
|
||||
margin: 36px 20px;
|
||||
.comeon {
|
||||
position: absolute;
|
||||
left: 60px;
|
||||
top: 26px;
|
||||
left: 26px;
|
||||
top: 38px;
|
||||
max-width: 66%;
|
||||
img {
|
||||
width: 180px;
|
||||
width: 220px;
|
||||
height: 180px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user