Skip to content

Commit

Permalink
悬赏令粉色版
Browse files Browse the repository at this point in the history
  • Loading branch information
ouzhibing committed Jul 8, 2018
1 parent 528ffe4 commit 4b34a4b
Show file tree
Hide file tree
Showing 21 changed files with 12 additions and 11 deletions.
10 changes: 5 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#66CDAA",
"navigationBarBackgroundColor": "#ff87a2",
"navigationBarTitleText": "小情书",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#515151",
"selectedColor": "#66CDAA",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"color": "#ff87a2",
"selectedColor": "#ff87a2",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
Expand Down
Binary file modified image/fall-in-love.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/iam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/message1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/pipei.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/post.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/sale.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/saylove.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/select-fall-in-love.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/select-help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/select-iam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/select-pipei.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/select-sale.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/select-saylove.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pages/comment_mission/comment_mission.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ page{
background: white;
width: 700rpx;
padding: 10rpx 10rpx;
background: #66CDAA;
background: #ff87a2;
color: white;
justify-content: center;
}
Expand Down
2 changes: 1 addition & 1 deletion pages/personal/personal.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<view class='user-name'>{{user.nickname}}</view>
<view class='article'>
<view class="letter" bindtap="openLetter">
<image src="/image/message.png"></image>
<image src="/image/message1.png"></image>
<view class="letter-item">私信</view>
<view class='new-letter' wx:if="{{newLetterNumber != 0}}">
({{newLetterNumber}})
Expand Down
3 changes: 2 additions & 1 deletion pages/personal/personal.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ page{
.bg-container .user-info{
width: 100%;
height: 150rpx;
background: #FFE7BA;
background: #FFB6C1;
margin-top: -10rpx;
display: flex;
flex-direction: row;
color: white;
}

.article{
Expand Down
2 changes: 1 addition & 1 deletion pages/post/post.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ page{
padding: 10rpx 10rpx;
}
button{
background: #66CDAA;
background: #ff87a2;
color: white;
width: 95%;
}
Expand Down
2 changes: 1 addition & 1 deletion pages/post_help/post_help.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ page{
flex-direction: row;
background: white;
width: 700rpx;
background: #66CDAA;
background: #ff87a2;
color: white;
justify-content: center;
}
Expand Down
2 changes: 1 addition & 1 deletion pages/post_sale/post_sale.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ input{
padding: 10rpx 10rpx;
}
button{
background: #66CDAA;
background: #ff87a2;
color: white;
width: 95%;
}
Expand Down

0 comments on commit 4b34a4b

Please sign in to comment.