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
b873b629
authored
2021-01-21 08:40:22 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:我的业务
1 parent
b75322ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
staticCss/wdyw.css
staticViews/wdyw.html
staticCss/wdyw.css
View file @
b873b62
...
...
@@ -10,9 +10,14 @@
height
:
140px
;
padding
:
30px
;
box-sizing
:
border-box
;
background
:
#FFFFFF
;
border-radius
:
4px
;
border
:
1px
solid
#DEDEDE
;
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
;
background
:
url('../staticImages/user-centerbg.png')
no-repeat
;
background-size
:
cover
;
}
.perinfo_left
{
float
:
left
;
...
...
staticViews/wdyw.html
View file @
b873b62
...
...
@@ -24,7 +24,7 @@
</div>
<!-- -----------------个人信息------------------------ -->
<div
class=
"central_area"
>
<div
class=
"perinfo contentBox
cardItem
"
>
<div
class=
"perinfo contentBox"
>
<div
class=
"perinfo_left"
>
<img
src=
"../staticImages/person.png"
alt=
""
>
<ul>
...
...
Please
register
or
sign in
to post a comment