Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
uedxwg
9 years ago
Commit
8e2959ae429d9924503fbe92dbd207bc69161e49
2 parents
802a2ed9
25736927
Merge branch 'feature/xieweiguang' into develop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
8 deletions
static/js/me/browse-record.js
static/sass/me/_personal-details.scss
static/sass/me/_vip-grade.scss
static/js/me/browse-record.js
View file @
8e2959a
...
...
@@ -114,11 +114,13 @@ $page.on('touchstart', '.del-icon', function() {
});
setTimeout
(
function
()
{
window
.
history
.
go
(
0
);
},
25
00
);
},
12
00
);
}
},
complete
:
function
()
{
dialog
.
hideDialog
();
//隐藏dialog
setTimeout
(
function
()
{
dialog
.
hideDialog
();
},
1500
);
}
});
});
...
...
static/sass/me/_personal-details.scss
View file @
8e2959a
...
...
@@ -53,8 +53,8 @@
display
:
block
;
position
:
relative
;
i
{
width
:
80rem
/
$pxConvertRem
;
height
:
30rem
/
$pxConvertRem
;
width
:
72rem
/
$pxConvertRem
;
height
:
32rem
/
$pxConvertRem
;
overflow
:
hidden
;
display
:
block
;
position
:
absolute
;
...
...
static/sass/me/_vip-grade.scss
View file @
8e2959a
...
...
@@ -13,21 +13,28 @@
.basic-info
{
padding-top
:
30rem
/
$pxConvertRem
;
padding-bottom
:
25rem
/
$pxConvertRem
;
p
{
width
:
100%
;
height
:
auto
;
overflow
:
hidden
;
display
:
block
;
}
span
{
float
:
left
;
overflow
:
hidden
;
}
.user-name
{
max-width
:
240rem
/
$pxConvertRem
;
text-overflow
:ellipsis
;
white-space
:nowrap
;
font-size
:
25rem
/
$pxConvertRem
;
margin-right
:
0
.5rem
;
display
:
inline-block
;
overflow
:
hidden
;
}
.vip-icon
{
display
:
inline-block
;
width
:
pxToRem
(
72px
);
height
:
pxToRem
(
32px
);
vertical-align
:
sub
;
line-height
:
36rem
/
$pxConvertRem
;
}
.vip-3
{
...
...
Please
register
or
login
to post a comment