Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b75322ca
authored
2021-01-20 17:43:45 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:个人中心
1 parent
afb96f2f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletions
staticCss/grzx.css
staticImages/user-centerbg.png
staticViews/grzx.html
staticCss/grzx.css
View file @
b75322c
...
...
@@ -123,6 +123,13 @@
box-sizing
:
border-box
;
background
:
#FFFFFF
;
border-radius
:
4px
;
background
:
url('../staticImages/user-centerbg.png')
no-repeat
;
background-size
:
cover
;
border
:
1px
solid
#E9E9E9
;
box-shadow
:
0
3px
6px
0
rgba
(
10
,
14
,
40
,
0.08
);
-moz-box-shadow
:
0
3px
6px
0
rgba
(
10
,
14
,
40
,
0.08
);
/*firefox*/
-webkit-box-shadow
:
0
3px
6px
0
rgba
(
10
,
14
,
40
,
0.08
);
/*webkit*/
border-radius
:
4px
;
}
.perinfo_left
{
float
:
left
;
...
...
staticImages/user-centerbg.png
0 → 100644
View file @
b75322c
37.7 KB
staticViews/grzx.html
View file @
b75322c
...
...
@@ -23,7 +23,7 @@
</div>
<!-- -----------------------------------个人中心模块---------------------------------------------- -->
<div
class=
"central_area"
>
<div
class=
"perinfo c
ardItem c
ontentBox"
>
<div
class=
"perinfo contentBox"
>
<div
class=
"perinfo_left"
>
<img
src=
"../staticImages/person.png"
alt=
""
>
<ul>
...
...
Please
register
or
sign in
to post a comment