Commit 192fc444 by 梁建民

js

parent e3938d3a
{
"pages": [
"pages/login/index",
"pages/tab/price/price",
"pages/tab/home/home",
"pages/tab/message/message",
......
// pages/login/index.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
{
"usingComponents": {
},
"navigationBarTitleText": "IC登录",
"navigationBarBackgroundColor": "#0D84D1",
"navigationBarTextStyle": "white",
"backgroundColor": "#0d84d1"
}
\ No newline at end of file
<view class='person'>
<view class='head column verCenter'>
<view class='logo'>
<cover-image src="/res/images/imgs/iclogo.png" class="img"></cover-image>
</view>
<text class="t1">IC业务助手</text>
<text class='t2'>让询报价更轻松、便捷</text>
</view>
</view>
\ No newline at end of file
/* pages/login/index.wxss */
.person {
margin: 108rpx auto 0;
}
.person .logo .img {
width: 225rpx;
height: 201rpx;
}
.person .t1 {
margin-top: 50rpx;
margin-bottom: 10rpx;
font-size: 46rpx;
color: #3f3a3a;
font-weight:600;
}
.person .t2 {
font-size: 26rpx;
color: #9f9fa0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment