Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
Overview
Overview
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
member
member
Commits
4176fd88
Commit
4176fd88
authored
Jul 29, 2019
by
Kyle_Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图片预览入口
parent
c843f211
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
11 deletions
+38
-11
wechatmemberDetail.vue
src/components/wechatmembers/wechatmemberDetail.vue
+38
-11
No files found.
src/components/wechatmembers/wechatmemberDetail.vue
View file @
4176fd88
...
...
@@ -6,11 +6,16 @@
<div
class=
"wechat-left bordercustom"
>
<div
class=
"wechat-portraitwrap"
>
<div
class=
"wechat-portrait"
@
click=
"updateImgUrl"
>
<div
class=
"wechat-portraitmask"
>
<
!--
<
div
class=
"wechat-portraitmask"
>
<div
class=
"wechat-maskposition"
>
<i
class=
"el-icon-refresh wechat-refresh"
></i>
<p
style=
"color: #fff;"
>
更新头像
</p>
</div>
</div>
-->
<div
class=
"maskOperation"
>
<span><i
class=
"iconfont icon-shuaxin iconCommon"
@
click=
"updateImgUrl"
></i>
刷新头像
</span>
<span>
|
</span>
<span><i
class=
"iconfont icon-xiangce iconCommon"
></i>
会员相册
</span>
</div>
<img
width=
"202px"
height=
"202px"
v-if=
"memberInfo.thirdImgUrl"
class=
"wechat-portraitimg"
:src=
"memberInfo.thirdImgUrl ? memberInfo.thirdImgUrl : storeImageUrl"
alt=
""
>
</div>
...
...
@@ -698,21 +703,43 @@ export default { ...wechatmemberDetail }
width
:
220px
height
:
220px
background
:
#fff
cursor
:
pointer
//
cursor
:
pointer
box-shadow
:
rgba
(
0
,
0
,
0
,
0.25
)
0
0px
20px
&
-portraitmask
overflow
hidden
&
:
hover
.
maskOperation
transform
translateY
(
0px
)
//
&
-portraitmask
//
position
absolute
//
left
0
//
right
0
//
top
0
//
bottom
0
//
opacity
0
//
transition
opacity
.5s
//
&
:
hover
//
opacity
1
//
background
rgba
(
3
,
3
,
3
,
.5
)
//
&
:
hover
.
wechat-refresh
//
transform
rotate
(
180deg
)
.
maskOperation
position
absolute
left
0
right
0
top
0
bottom
0
opacity
0
transition
opacity
.5s
&
:
hover
opacity
1
background
rgba
(
3
,
3
,
3
,
.5
)
&
:
hover
.
wechat-refresh
transform
rotate
(
180deg
)
height
43px
background
:
linear-gradient
(
180deg
,
rgba
(
0
,
0
,
0
,
0.1
)
0%
,
rgba
(
0
,
0
,
0
,
0.9
)
100%
);
color
#fff
font-size
14px
display
flex
justify-content
space-around
align-items
center
transform
translateY
(
43px
)
transition
transform
.5s
.iconCommon
{
margin-right
5px
}
span
cursor
pointer
&
-maskposition
margin-top
50
%
transform
translateY
(
-50
%)
...
...
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