project init
This commit is contained in:
6
pages/about/about.js
Normal file
6
pages/about/about.js
Normal file
@@ -0,0 +1,6 @@
|
||||
Page({
|
||||
data: {},
|
||||
onLoad: function (options) {
|
||||
|
||||
}
|
||||
});
|
||||
4
pages/about/about.json
Normal file
4
pages/about/about.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
}
|
||||
}
|
||||
13
pages/about/about.wxml
Normal file
13
pages/about/about.wxml
Normal file
@@ -0,0 +1,13 @@
|
||||
<view class="main_look">
|
||||
<view class="pay_look">
|
||||
Quinn记账
|
||||
</view>
|
||||
<view class="detail_look font_big">
|
||||
<text>千里之行,始于足下</text>
|
||||
<text>release 1.0</text>
|
||||
<text>感谢TDesign组件框架</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="padding_box">
|
||||
<t-button open-type="contact" theme="primary" shape="round" block>联系我们</t-button>
|
||||
</view>
|
||||
20
pages/about/about.wxss
Normal file
20
pages/about/about.wxss
Normal file
@@ -0,0 +1,20 @@
|
||||
.main_look {
|
||||
font-weight: bold;
|
||||
}
|
||||
.pay_look {
|
||||
margin-top: 50rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
font-size: 50rpx;
|
||||
}
|
||||
.detail_look {
|
||||
margin-top: 100rpx;
|
||||
padding: 0 30rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.padding_box {
|
||||
margin-top: 100rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user