Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiguangyao
mr-julyedu
Commits
69c349a6
Commit
69c349a6
authored
Jun 19, 2020
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'intelligent-recommend' into dev
parents
63bf9a47
6aa52bbb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
src/components/intelligent-recommend/index.scss
+10
-7
No files found.
src/components/intelligent-recommend/index.scss
View file @
69c349a6
...
...
@@ -87,14 +87,14 @@
.text
{
max-width
:
85%
;
position
:
relative
;
padding
:
0
16px
;
padding
:
13px
16px
;
display
:
inline-block
;
background
:
rgba
(
255
,
255
,
255
,
1
);
border-radius
:
4px
;
font-size
:
16px
;
color
:
#333
;
text-align
:
center
;
line-height
:
40
px
;
text-align
:
left
;
line-height
:
24
px
;
}
$angleSize
:
8px
;
...
...
@@ -127,13 +127,14 @@
.text
{
float
:
right
;
margin-right
:
15px
;
background-color
:
#0036FF
;
background-color
:
rgba
(
0
,
54
,
255
,
.7
)
;
color
:
#fff
;
&
:
:
after
{
@include
pseudo
;
right
:
-
$angleSize
;
border-left
:
$angleSize
solid
#0036FF
;
top
:
18px
;
border-left
:
$angleSize
solid
rgba
(
0
,
54
,
255
,
.7
);
}
}
}
...
...
@@ -165,12 +166,14 @@
text-align
:
center
;
button
{
padding
:
9
px
30px
;
padding
:
7
px
30px
;
box-sizing
:
border-box
;
background
:
linear-gradient
(
90deg
,
rgba
(
0
,
153
,
255
,
1
)
0%
,
rgba
(
77
,
184
,
255
,
1
)
100%
);
border-radius
:
17px
;
border-radius
:
4em
;
font-size
:
16px
;
line-height
:
24px
;
color
:
#fff
;
text-align
:
left
;
-webkit-appearance
:
none
;
outline
:
none
;
border
:
none
;
...
...
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