Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wx-program
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
陈玉桐
wx-program
Commits
b03f2263
Commit
b03f2263
authored
Nov 11, 2019
by
陈玉桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
训练计划按钮固定
parent
2941b8e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
plan.wxml
pages/plan/plan.wxml
+4
-2
plan.wxss
pages/plan/plan.wxss
+10
-4
No files found.
pages/plan/plan.wxml
View file @
b03f2263
...
@@ -61,8 +61,10 @@
...
@@ -61,8 +61,10 @@
</view>
</view>
</view>
</view>
<!-- 按钮组 -->
<!-- 按钮组 -->
<view id="planBtn">
<view id="planBtnBox">
<button id="updatePlan" bindtap='update'>更新计划</button>
<view id="planBtn">
<button id="updatePlan" bindtap='update'>更新计划</button>
</view>
</view>
</view>
</view>
</view>
...
...
pages/plan/plan.wxss
View file @
b03f2263
...
@@ -75,9 +75,9 @@ page{
...
@@ -75,9 +75,9 @@ page{
padding: 0 20rpx 30rpx;
padding: 0 20rpx 30rpx;
}
}
/*
#planList{
#planList{
background-color: #fff
;
padding-bottom: 135rpx
;
}
*/
}
.planListItem{
.planListItem{
padding: 0 25rpx;
padding: 0 25rpx;
border-bottom: 1rpx solid #E5ECE5;
border-bottom: 1rpx solid #E5ECE5;
...
@@ -127,8 +127,14 @@ page{
...
@@ -127,8 +127,14 @@ page{
/* 按钮 */
/* 按钮 */
#planBtnBox{
position: fixed;
bottom: 0;
width: 100%;
background-color: #e6ece5;
}
#planBtn{
#planBtn{
padding:
40rpx 50rpx 8
0rpx;
padding:
20rpx 50rpx 2
0rpx;
}
}
#updatePlan{
#updatePlan{
background: #33D1C4;
background: #33D1C4;
...
...
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