Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7-Eleven
Commits
fd39f172
Commit
fd39f172
authored
Jun 06, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 我的会员样式
parent
98507c47
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
memberOfOwn.wxml
src/pages/memberOfOwn/memberOfOwn.wxml
+4
-3
memberOfOwn.wxss
src/pages/memberOfOwn/memberOfOwn.wxss
+3
-0
No files found.
src/pages/memberOfOwn/memberOfOwn.wxml
View file @
fd39f172
...
...
@@ -24,13 +24,13 @@
<form bindsubmit="formSubmit">
<view class='form-section'>
<label class='form-label'>姓名</label>
<view>
<view
class="right-input"
>
<input class='form-input' name="name" value="{{memberInfo.name}}" placeholder="用户姓名" />
</view>
</view>
<view class='form-section'>
<label class='form-label'>手机号</label>
<view>
<view
class="right-input"
>
<input class='form-input' disabled value="{{memberInfo.mobile}}" placeholder="请输入手机号" />
</view>
</view>
...
...
@@ -45,6 +45,7 @@
<view class='form-picker-section'>
<label class='form-label'>生日</label>
<picker
class="right-input"
mode="date"
value="{{date}}"
start=""
...
...
@@ -61,7 +62,7 @@
</view>
<view class='form-section'>
<label class='form-label'>邮箱</label>
<view>
<view
class="right-input"
>
<input class='form-input' name="email" value="{{memberInfo.email}}" placeholder="请输入邮箱" />
</view>
</view>
...
...
src/pages/memberOfOwn/memberOfOwn.wxss
View file @
fd39f172
...
...
@@ -99,6 +99,9 @@
vertical-align: middle;
font-size:26rpx;
}
.right-input {
margin-top:-4rpx;
}
.form-label{
width: 150rpx;
...
...
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