Commit 5d380456 by 陈玉桐

fix

parent 44976d49
{ {
"pages": [ "pages": [
"pages/index/index", "pages/index/index",
"pages/childInfo/childInfo",
"pages/eyesight/eyesight",
"pages/setting/setting",
"pages/historyDetail/historyDetail",
"pages/trainReport/trainReport", "pages/trainReport/trainReport",
"pages/starSort/starSort", "pages/setting/setting",
"pages/updatePlan/updatePlan", "pages/updatePlan/updatePlan",
"pages/trainSort/trainSort",
"pages/user/user",
"pages/plan/plan", "pages/plan/plan",
"pages/message/message", "pages/message/message",
"pages/trainSort/trainSort",
"pages/starSort/starSort",
"pages/historyDetail/historyDetail",
"pages/childInfo/childInfo",
"pages/eyesight/eyesight",
"pages/user/user",
"pages/mine/mine", "pages/mine/mine",
"pages/idea/idea", "pages/idea/idea",
"pages/whiteList/whiteList", "pages/whiteList/whiteList",
......
assets/power.png

864 Bytes | W: | H:

assets/power.png

1.28 KB | W: | H:

assets/power.png
assets/power.png
assets/power.png
assets/power.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -150,6 +150,7 @@ Page({ ...@@ -150,6 +150,7 @@ Page({
// title: '加载中', // title: '加载中',
// mask: true // mask: true
// }) // })
console
if(me.data.ruoData.left=='无'){ if(me.data.ruoData.left=='无'){
me.setData({ me.setData({
ruoData:{left: '',right: me.data.ruoData.right} ruoData:{left: '',right: me.data.ruoData.right}
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center;
padding: 20rpx 40rpx 0 60rpx; padding: 20rpx 40rpx 0 60rpx;
} }
#topLeft>image{ #topLeft>image{
......
...@@ -197,9 +197,9 @@ page{ ...@@ -197,9 +197,9 @@ page{
} }
#powerBox>image{ #powerBox>image{
display: block; display: block;
width: 48rpx; width: 36rpx;
height: 48rpx; height: 36rpx;
margin-left: 10rpx; margin-left: 5rpx;
} }
.PowerOff{ .PowerOff{
color: #10d9b8; color: #10d9b8;
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
background-color: #e6ece5; background-color: #e6ece5;
min-height: 100vh; min-height: 100vh;
} }
page{
background-color: #e6ece5;
}
#planInfoBox{ #planInfoBox{
padding: 20rpx; padding: 20rpx;
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
background: #EFEFF4; background: #EFEFF4;
min-height: 100vh; min-height: 100vh;
} }
page{
background: #EFEFF4;
}
.useSetting{ .useSetting{
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
background-color: #e6ece5; background-color: #e6ece5;
min-height: 100vh; min-height: 100vh;
} }
page{
background-color: #e6ece5;
}
#sortTop{ #sortTop{
display: flex; display: flex;
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<ec-canvas id="mychart-{{index}}" ec="{{ weekChart }}"></ec-canvas> <ec-canvas id="mychart-{{index}}" ec="{{ weekChart }}"></ec-canvas>
</view> </view>
<view class="reportItemChartText"> <view class="reportItemChartText">
<view wx:for="{{item.typeTrainingTitleList}}" wx:key> <view class="reportItemChartTextItem" wx:for="{{item.typeTrainingTitleList}}" wx:key>
<text class="dot"></text> <text class="dot"></text>
{{item.title}} {{item.trainingPercent}}% {{item.title}} {{item.trainingPercent}}%
</view> </view>
......
...@@ -59,7 +59,14 @@ page{ ...@@ -59,7 +59,14 @@ page{
width: 12rpx; width: 12rpx;
background: #10D9B8; background: #10D9B8;
border-radius: 6rpx; border-radius: 6rpx;
margin: 0 10rpx 0 30rpx; /* margin: 0 10rpx 0 30rpx; */
margin-right: 10rpx;
}
.reportItemChartTextItem{
margin-left: 30rpx;
}
.reportItemChartTextItem:first-child{
margin-left: 0;
} }
#taskComplete{ #taskComplete{
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
background-color: #e6ece5; background-color: #e6ece5;
min-height: 100vh; min-height: 100vh;
} }
page{
background-color: #e6ece5;
}
#sortTop{ #sortTop{
display: flex; display: flex;
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
background-color: #e6ece5; background-color: #e6ece5;
min-height: 100vh; min-height: 100vh;
} }
page{
background-color: #e6ece5;
}
/* 视力信息 */ /* 视力信息 */
#sightInfo{ #sightInfo{
......
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