Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsalesProgram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fe16b62f
authored
Jul 18, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
登录
parent
5e0f3af4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
62 additions
and
10 deletions
app.json
components/priceItem/priceItem.wxml
pages/login/index.wxml
pages/login/index.wxss
app.json
View file @
fe16b62f
{
"pages"
:
[
"pages/login/index"
,
"pages/tab/home/home"
,
"pages/form/good/index"
,
"pages/tab/good/good"
,
...
...
@@ -7,7 +8,6 @@
"pages/form/bj/index"
,
"pages/list/bj/index"
,
"pages/list/xj/index"
,
"pages/login/index"
,
"pages/tab/message/message"
,
"pages/tab/me/me"
,
"pages/search/index/index"
,
...
...
components/priceItem/priceItem.wxml
View file @
fe16b62f
...
...
@@ -107,10 +107,10 @@
<view class="price-item" wx:for="{{priceList}}" wx:key="*this" bindtap="emitevent">
<view class="item-header row verCenter bothSide nowrap">
<view class="row verCenter">
<text class="name ellipsis good-name">{{item.name}}</text>
<text class="icon iconfont iconiconxiantiaoshouji14 good-icon"></text>
<text class="name ellipsis good-name">{{item.name}}</text>
<text class="icon iconfont iconiconxiantiaoshouji14 good-icon"></text>
</view>
<text class="price">¥{{item.price}}</text>
<text class="price">¥{{item.price}}</text>
</view>
<view class="item-middle row verCenter nowrap">
<text class="brand ellipsis"><text>品牌:</text>{{item.brand}}</text>
...
...
pages/login/index.wxml
View file @
fe16b62f
<view class='person'>
<view class='head column verCenter'>
<view class='logo'>
<cover-image src="/res/images/imgs/iclogo.png" class="img"></cover-image>
<view class="head-logo column">
<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>
<text class="t1">IC业务助手</text>
<text class='t2'>让询报价更轻松、便捷</text>
<!-- 授权 -->
<view class="auth">
<view>
<button class="btn-com btn-com-b">一键授权(微信用户资料)</button>
<view class="btn-com btn-com-c">暂不注册,先看看</view>
</view>
<view class="text-wrap row">
<view class="btn-text mr">验证码登录</view>
<view class="btn-text">密码登录</view>
</view>
</view>
</view>
</view>
\ No newline at end of file
pages/login/index.wxss
View file @
fe16b62f
/* pages/login/index.wxss */
.person {
margin: 108rpx auto
0;
padding: 108rpx 0 0
0;
}
.person .logo .img {
...
...
@@ -14,10 +14,46 @@
margin-bottom: 10rpx;
font-size: 46rpx;
color: #3f3a3a;
font-weight:600;
font-weight:
600;
}
.person .t2 {
font-size: 26rpx;
color: #9f9fa0;
}
.person .btn-com {
display: block;
}
.person .auth {
width: 100%;
}
.person .auth .btn-com-b {
margin-top: 80rpx;
}
.person .auth .btn-com-c {
border: 2rpx solid rgba(216, 223, 230, 1);
font-size: 32rpx;
color: #adb6bf;
background: none;
margin-top: 40rpx;
}
.text-wrap {
text-align: center;
align-content: center;
justify-content: center;
padding-top: 260rpx;
}
.btn-text {
color: #8a9299;
font-size: 25rpx;
}
.text-wrap .mr {
margin-right: 60rpx;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment