main
liudan 2 years ago
parent d93f6453c7
commit e0d8de0c24
  1. 1
      App.vue
  2. 8
      pages/index/index.vue
  3. 3
      vue.config.js

@ -23,6 +23,7 @@
}
.title{
height: 88upx;
background: #FFFFFF;
font-size: 36upx;
font-family: PingFang SC;

@ -134,6 +134,14 @@
<style lang="scss" scoped>
.index{
.title{
position: fixed;
z-index: 99;
width: 100%;
}
.u-swiper{
padding-top:88upx
}
.gridContent{
background-color: #ffffff;
padding:32upx 0 8upx 0;

@ -0,0 +1,3 @@
module.exports = {
transpileDependencies: ['uview-ui']
}
Loading…
Cancel
Save