init
This commit is contained in:
2
pages/index/index.js
Normal file
2
pages/index/index.js
Normal file
@@ -0,0 +1,2 @@
|
||||
// index.js
|
||||
Page({})
|
1
pages/index/index.json
Normal file
1
pages/index/index.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
6
pages/index/index.wxml
Normal file
6
pages/index/index.wxml
Normal file
@@ -0,0 +1,6 @@
|
||||
<!--index.wxml-->
|
||||
<scroll-view class="scrollarea" scroll-y type="list">
|
||||
<view class="container">
|
||||
Weixin
|
||||
</view>
|
||||
</scroll-view>
|
10
pages/index/index.wxss
Normal file
10
pages/index/index.wxss
Normal file
@@ -0,0 +1,10 @@
|
||||
/**index.wxss**/
|
||||
page {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.scrollarea {
|
||||
flex: 1;
|
||||
overflow-y: hidden;
|
||||
}
|
Reference in New Issue
Block a user