Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
party-build-cloud
Project
Project
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
wangqinghua
party-build-cloud
Commits
3e1a11ac
Commit
3e1a11ac
authored
May 10, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调试
parent
78df88dd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
search-new.html
src/pages/home-pages/search-new/search-new.html
+1
-1
search-new.scss
src/pages/home-pages/search-new/search-new.scss
+9
-0
discover.scss
src/pages/tabs/discover/discover.scss
+1
-0
No files found.
src/pages/home-pages/search-new/search-new.html
View file @
3e1a11ac
...
...
@@ -34,7 +34,7 @@
<ng-container
*
ngFor=
"let item of newList"
>
<div
class=
"search-item"
(
click
)="
goToDetail
(
item
)"
>
<p
class=
"item-info"
>
<span>
{{item.source}}
</span>
<span
class=
"item-source"
>
{{item.source}}
</span>
<span>
{{item.publishTime | date:'yyyy-MM-dd'}}
</span>
</p>
<div
class=
"item-news"
>
...
...
src/pages/home-pages/search-new/search-new.scss
View file @
3e1a11ac
...
...
@@ -53,6 +53,15 @@ page-search-new {
padding
:
0
1rem
;
.search-item
{
padding
:
.8rem
0
;
.item-info
{
margin
:
.8rem
0
;
color
:
#989898
;
.item-source
{
color
:
#d88f27
;
font-weight
:
500
;
margin-right
:
1rem
;
}
}
.news-left
{
display
:
flex
;
flex-flow
:
row
wrap
;
...
...
src/pages/tabs/discover/discover.scss
View file @
3e1a11ac
...
...
@@ -70,6 +70,7 @@ page-discover {
padding
:
.8rem
0
;
.item-info
{
margin
:
.8rem
0
;
color
:
#989898
;
.item-source
{
color
:
#d88f27
;
font-weight
:
500
;
...
...
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