Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
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
wangxuelai
wechatapp.shangjiadao.com
Commits
9d457bc6
Commit
9d457bc6
authored
Nov 06, 2019
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
e2e637b0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
187 additions
and
68 deletions
+187
-68
audio_icon.png
images/2c/myinfluence/audio_icon.png
+0
-0
grap_icon.png
images/2c/myinfluence/grap_icon.png
+0
-0
phone_icon.png
images/2c/myinfluence/phone_icon.png
+0
-0
play-icon.png
images/2c/myinfluence/play-icon.png
+0
-0
text_icon.png
images/2c/myinfluence/text_icon.png
+0
-0
time_icon.png
images/2c/myinfluence/time_icon.png
+0
-0
influencelist.js
src/pages/myinfluence/influencelist.js
+2
-1
influencelist.wxml
src/pages/myinfluence/influencelist.wxml
+60
-64
influencelist.wxss
src/pages/myinfluence/influencelist.wxss
+125
-3
No files found.
images/2c/myinfluence/audio_icon.png
0 → 100644
View file @
9d457bc6
211 Bytes
images/2c/myinfluence/grap_icon.png
0 → 100644
View file @
9d457bc6
363 Bytes
images/2c/myinfluence/phone_icon.png
0 → 100644
View file @
9d457bc6
950 Bytes
images/2c/myinfluence/play-icon.png
0 → 100644
View file @
9d457bc6
1.12 KB
images/2c/myinfluence/text_icon.png
0 → 100644
View file @
9d457bc6
164 Bytes
images/2c/myinfluence/time_icon.png
0 → 100644
View file @
9d457bc6
837 Bytes
src/pages/myinfluence/influencelist.js
View file @
9d457bc6
...
...
@@ -17,8 +17,9 @@ Page({
titleBarHeight
:
app
.
globalData
.
titleBarHeight
,
statusBarHeight
:
app
.
globalData
.
statusBarHeight
,
tabList
:
[{
name
:
'好友查看'
,
index
:
0
},
{
name
:
'好友转发'
,
index
:
1
}
,{
name
:
'留下线索'
,
index
:
2
}],
acIndex
:
0
,
acIndex
:
2
,
isExpend
:
false
,
localImageRoot
:
'../../../images/'
,
},
/**
...
...
src/pages/myinfluence/influencelist.wxml
View file @
9d457bc6
This diff is collapsed.
Click to expand it.
src/pages/myinfluence/influencelist.wxss
View file @
9d457bc6
...
...
@@ -119,7 +119,7 @@
.contnet-box .list-item .detail-box .table-header{
height:70rpx;
background:rgba(255,255,255,1);
box-shadow:0px 4
px 6
px 0px rgba(0, 0, 0, 0.05);
box-shadow:0px 4
rpx 6r
px 0px rgba(0, 0, 0, 0.05);
display: flex;
align-items: center;
justify-content: space-between;
...
...
@@ -172,21 +172,32 @@
}
.contnet-box .list-item .detail-box .detail-list .detail-item .visitor-info .action .action-detail .action-time{
color: #8A8A8A;
font-size:26rpx;
font-family:PingFang SC;
font-weight:400;
line-height: 1;
}
.contnet-box .list-item .detail-box .detail-list .detail-item .visitor-info .action .action-detail .action-text{
color: #000000;
font-weight: bold;
font-size:26rpx;
font-family:PingFang SC;
line-height: 1;
}
.
contnet-box .list-item .detail-box .detail-list .detail-item .
access-content{
.access-content{
width:100rpx;
height:100rpx;
border-radius:6rpx;
margin-left: 18rpx;
position: relative;
}
.
contnet-box .list-item .detail-box .detail-list .detail-item .access-content image
{
.
access-content .img
{
width:100rpx;
height:100rpx;
border-radius:6rpx;
position: absolute;
left: 0;
top: 0;
}
.lately-log{
padding-top: 30rpx;
...
...
@@ -253,4 +264,115 @@
height: 21rpx;
transform: rotate(-90deg);
margin-left: 14rpx;
}
.clue-box{
background: #fff;
border-radius:20rpx;
}
.clue-box .table-header{
height:70rpx;
background:rgba(255,255,255,1);
box-shadow:0px 4rpx 6rpx 0px rgba(0, 0, 0, 0.05);
border-radius:20rpx 20rpx 0px 0px;
display: flex;
align-items: center;
padding-left: 21rpx;
font-size:24rpx;
font-family:PingFang SC;
font-weight:400;
color:rgba(108,122,151,1);
margin-bottom: 10rpx;
}
.clue-box .detail-list{
background:rgba(255,255,255,1);
padding: 8rpx 20rpx 30rpx 20rpx;
border-bottom: 1px solid rgba(0,0,0,.05);
}
.clue-box .visitor-info{
display: flex;
align-items: center;
justify-content: space-between;
}
.clue-box .visitor-avatar{
display: flex;
align-items: center;
}
.clue-box .visitor-avatar image{
width:72rpx;
height:72rpx;
border-radius:50%;
margin-right: 20rpx;
}
.clue-box .visitor-avatar .nickname{
font-size:26rpx;
font-family:PingFang SC;
font-weight:bold;
color:rgba(108,122,151,1);
}
.access-content{
width:100rpx;
height:100rpx;
background:rgba(243,243,243,1);
border-radius:6rpx;
text-align: center;
padding-top: 15rpx;
}
.access-content .audio-icon{
width: 32rpx;
height: 20rpx;
}
.access-content .text-icon{
width: 25rpx;
height: 23rpx;
}
.access-content .play-icon{
width: 46rpx;
height: 46rpx;
position: absolute;
left: 50%;
top:50%;
margin-top: -23rpx;
margin-left: -23rpx;
z-index: 2;
}
.access-content .text{
font-size:22rpx;
font-family:PingFang SC;
font-weight:400;
color:rgba(138,138,138,1);
}
.clue-box .lately-log{
}
.clue-box .lately-log .log-title{
font-size:26rpx;
font-family:PingFang SC;
font-weight:400;
color:rgba(145,145,145,1);
}
.clue-box .lately-log .log-item text{
font-size:24rpx;
color:#000000;
}
.clue-box .leave-phone{
display: flex;
align-items: center;
}
.clue-box .leave-phone .phone-icon{
width:32rpx;
height:32rpx;
margin-right: 16rpx;
}
.clue-box .leave-phone .action-text{
font-size:26rpx;
font-family:PingFang SC;
font-weight:400;
color:rgba(145,145,145,1);
padding-right: 10rpx;
}
.clue-box .leave-phone .phone-number{
font-size:26rpx;
font-family:PingFang SC;
font-weight:400;
color:#118EE8;
}
\ No newline at end of file
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