Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
63a96995
Commit
63a96995
authored
Mar 06, 2020
by
Chao Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
背景图修改
parent
8e90446d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
src/app/my/my-center-home/my-center-home.component.html
+1
-1
src/app/my/my-center-home/my-center-home.component.scss
+11
-4
src/assets/images/top_bg.png
+0
-0
No files found.
src/app/my/my-center-home/my-center-home.component.html
View file @
63a96995
<div
class=
"weui-panel"
>
<div
class=
"weui-panel__hd"
>
<div
class=
"weui-panel__hd
header
"
>
<!--头部经纪人信息START-->
<div
class=
"avatar"
>
<img
...
...
src/app/my/my-center-home/my-center-home.component.scss
View file @
63a96995
...
...
@@ -42,7 +42,8 @@
.brokerName
{
display
:
flex
;
justify-content
:
space-between
;
color
:
#e3c385
;
// color: #e3c385;
font-weight
:
normal
;
font-size
:
16px
;
>
div
:first-child
{
display
:
flex
;
...
...
@@ -51,7 +52,7 @@
}
}
.ydTitle
,
.brokerTag
{
color
:
#ae9f82
;
//
color: #ae9f82;
border-radius
:
6px
;
}
.brokerTag
{
...
...
@@ -76,7 +77,13 @@
font-size
:
15px
;
}
}
.weui-panel__hd.header
{
background
:
-webkit-linear-gradient
(
left
,
#696d90
,
#a1adc7
);
background
:
-o-linear-gradient
(
left
,
#696d90
,
#a1adc7
);
background
:
-moz-linear-gradient
(
left
,
#696d90
,
#a1adc7
);
background
:
-ms-linear-gradient
(
left
,
#696d90
,
#a1adc7
);
background
:
linear-gradient
(
to
right
,
#696d90
,
#a1adc7
);
}
.weui-panel__bd
{
background
:
#f6f7f2
;
height
:
auto
;
...
...
@@ -90,7 +97,7 @@
margin
:
5px
auto
8px
auto
;
box-shadow
:
0
1px
5px
#969696
;
position
:
relative
;
background
:
url('../../../assets/images/
sales_
_bg.png')
no-repeat
;
background
:
url('../../../assets/images/
top
_bg.png')
no-repeat
;
background-size
:
cover
;
.bg
{
height
:
100%
;
...
...
src/assets/images/top_bg.png
0 → 100644
View file @
63a96995
181 KB
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