Commit b03f2263 by 陈玉桐

训练计划按钮固定

parent 2941b8e4
......@@ -61,8 +61,10 @@
</view>
</view>
<!-- 按钮组 -->
<view id="planBtn">
<button id="updatePlan" bindtap='update'>更新计划</button>
<view id="planBtnBox">
<view id="planBtn">
<button id="updatePlan" bindtap='update'>更新计划</button>
</view>
</view>
</view>
......
......@@ -75,9 +75,9 @@ page{
padding: 0 20rpx 30rpx;
}
/* #planList{
background-color: #fff;
} */
#planList{
padding-bottom: 135rpx;
}
.planListItem{
padding: 0 25rpx;
border-bottom: 1rpx solid #E5ECE5;
......@@ -127,8 +127,14 @@ page{
/* 按钮 */
#planBtnBox{
position: fixed;
bottom: 0;
width: 100%;
background-color: #e6ece5;
}
#planBtn{
padding: 40rpx 50rpx 80rpx;
padding: 20rpx 50rpx 20rpx;
}
#updatePlan{
background: #33D1C4;
......
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 to comment