Browse Source

打包

master
chenkainan 5 months ago
parent
commit
19a780acff
  1. 4
      pages.json
  2. 9
      pages/index/index.vue
  3. 4
      static/css/base.css

4
pages.json

@ -3,13 +3,13 @@
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
"navigationBarTitleText": "大美非遗"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "uni-app"
"navigationBarTitleText": "大美非遗"
}
}
],

9
pages/index/index.vue

@ -20,11 +20,10 @@
}
</script>
<style>
<style lang="scss" scoped>
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
background: #F9F0EA;
padding: 21rpx 0 50rpx;
}
</style>

4
static/css/base.css

@ -12,6 +12,10 @@ input {
border: none;
}
view {
box-sizing: border-box;
}
.flex-between {
display: flex;
justify-content: space-between;

Loading…
Cancel
Save