forked from davedavehong/fenda-mock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
098287d
commit a49d97d
Showing
11 changed files
with
78 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"navigationBarTitleText": "收听", | ||
"enablePullDownRefresh":true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
<!--index.wxml--> | ||
<scroll-view scroll-y="true" style="height: 100%;" bindscrolltoupper="upper" bindscrolltolower="lower"> | ||
<block wx:for="{{feedList}}"> | ||
<navigator class="scroll-view-item" url="../issue/issue?stamp={{item.stamp}}"> | ||
<block wx:for="{{feedList}}"> | ||
<navigator class="scroll-view-item" url="../issue/issue?stamp={{item.stamp}}"> | ||
<text class="item-ques">{{item.question}}</text> | ||
<view class="item-ans"> | ||
<image src="/img/avatar/{{item.masterAvatar}}" mode="aspectFill" catchtap="toPerson" data-master="{{item.masterID}}"></image> | ||
<view class="item-voice">1元偷偷听</view> | ||
<view class="item-pv">{{item.pv}}</view> | ||
</view> | ||
</navigator> | ||
</block> | ||
</block> | ||
</scroll-view> | ||
|
||
<loading hidden="{{hidden}}"> | ||
加载中... | ||
</loading> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,4 +69,4 @@ | |
height: 80rpx; | ||
line-height: 80rpx; | ||
color: #aaa; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"navigationBarTitleText": "问题详情" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,4 @@ | |
</view> | ||
<view class="master-follow">收听</view> | ||
</view> | ||
</view> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ | |
</view> | ||
</view> | ||
<button type="default" class="btn-quit"> 退出登录 </button> | ||
</view> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,63 @@ | ||
/**mine.wxss**/ | ||
|
||
.userinfo { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
background-color: #fff; | ||
margin-bottom: 20rpx; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
background-color: #fff; | ||
margin-bottom: 20rpx; | ||
} | ||
|
||
.userinfo-avatar { | ||
width: 128rpx; | ||
height: 128rpx; | ||
margin: 30rpx; | ||
border-radius: 50%; | ||
width: 128rpx; | ||
height: 128rpx; | ||
margin: 30rpx; | ||
border-radius: 50%; | ||
} | ||
|
||
.userinfo-nickname { | ||
margin: 20rpx; | ||
color: #666; | ||
} | ||
.userinfo-dig{ | ||
margin: 15rpx auto; | ||
padding: 20rpx 25rpx; | ||
border-radius: 10rpx; | ||
background-color: #f85f48; | ||
color: #fff; | ||
letter-spacing: 1px; | ||
} | ||
.userinfo-desc{ | ||
color: #bbb; | ||
font-size: 14rpx; | ||
margin-bottom: 20rpx; | ||
} | ||
.profile-wrapper,.account-wrapper{ | ||
background-color: #fff; | ||
margin-bottom: 20rpx; | ||
} | ||
.profile,.account{ | ||
display: flex; | ||
margin: 20rpx; | ||
color: #300e0e; | ||
} | ||
|
||
.userinfo-dig { | ||
margin: 15rpx auto; | ||
padding: 20rpx 25rpx; | ||
border-radius: 10rpx; | ||
background-color: #f85f48; | ||
color: #fff; | ||
letter-spacing: 1px; | ||
} | ||
|
||
.userinfo-desc { | ||
color: #bbb; | ||
font-size: 14rpx; | ||
margin-bottom: 20rpx; | ||
} | ||
|
||
.profile-wrapper, .account-wrapper { | ||
background-color: #fff; | ||
margin-bottom: 20rpx; | ||
} | ||
|
||
.profile, .account { | ||
display: flex; | ||
padding: 30rpx; | ||
align-items: center; | ||
flex-direction: row; | ||
border-bottom: 1rpx solid #f0f0f0; | ||
} | ||
.profile-item,.account-item{ | ||
flex: 1; | ||
font-size: 24rpx; | ||
|
||
.profile-item, .account-item { | ||
flex: 1; | ||
font-size: 24rpx; | ||
} | ||
.profile-arrow,.account-arrow{ | ||
width: 32rpx; | ||
|
||
.profile-arrow, .account-arrow { | ||
width: 32rpx; | ||
height: 32rpx; | ||
} | ||
.btn-quit{ | ||
margin: 15rpx; | ||
} | ||
|
||
.btn-quit { | ||
margin: 15rpx; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters