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
0f67b6fc
Commit
0f67b6fc
authored
Oct 30, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css 文件缺少}
parent
e14dda9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
68 additions
and
67 deletions
+68
-67
src/components/blessingPreheat/collectBlessing/index.scss
+68
-67
No files found.
src/components/blessingPreheat/collectBlessing/index.scss
View file @
0f67b6fc
...
...
@@ -109,79 +109,80 @@
margin-left
:
12px
;
}
.rules__item
{
background
:
url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/fuqi_bj1.png')
center
center
no-repeat
;
background-size
:
100%
100%
;
width
:
336px
;
padding
:
18px
18px
10px
18px
;
margin
:
10px
auto
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
align-items
:
center
;
min-height
:
106px
;
.item__left
{
.rules__item
{
background
:
url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/fuqi_bj1.png')
center
center
no-repeat
;
background-size
:
100%
100%
;
width
:
336px
;
padding
:
18px
18px
10px
18px
;
margin
:
10px
auto
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
flex-direction
:
row
;
justify-content
:
space-between
;
align-items
:
center
;
width
:
90px
;
height
:
100%
;
padding-right
:
10px
;
.tip__bubble
{
position
:
relative
;
margin-bottom
:
10px
;
.tip__text
{
width
:
54px
;
height
:
22px
;
background
:linear-gradient
(
90deg
,
rgba
(
245
,
175
,
172
,
1
)
0
%
,
rgba
(
241
,
226
,
229
,
1
)
100
%
)
;
border-radius
:
3px
;
font-weight
:
400
;
line-height
:
22px
;
text-align
:
center
;
color
:rgba
(
255
,
67
,
2
,
1
)
;
min-height
:
106px
;
.item__left
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
width
:
90px
;
height
:
100%
;
padding-right
:
10px
;
.tip__bubble
{
position
:
relative
;
margin-bottom
:
10px
;
.tip__text
{
width
:
54px
;
height
:
22px
;
background
:linear-gradient
(
90deg
,
rgba
(
245
,
175
,
172
,
1
)
0
%
,
rgba
(
241
,
226
,
229
,
1
)
100
%
)
;
border-radius
:
3px
;
font-weight
:
400
;
line-height
:
22px
;
text-align
:
center
;
color
:rgba
(
255
,
67
,
2
,
1
)
;
}
.tip__style
{
width
:
0
;
height
:
0
;
border-left
:
6px
solid
transparent
;
border-right
:
6px
solid
transparent
;
border-top
:
6px
solid
#F3C9C9
;
position
:
absolute
;
bottom
:
-6px
;
left
:
50%
;
transform
:
translateX
(
-50%
);
}
}
.tip__style
{
width
:
0
;
height
:
0
;
border-left
:
6px
solid
transparent
;
border-right
:
6px
solid
transparent
;
border-top
:
6px
solid
#F3C9C9
;
position
:
absolute
;
bottom
:
-6px
;
left
:
50%
;
transform
:
translateX
(
-50%
);
}
}
.range__number
{
font-size
:
16px
;
font-weight
:
500
;
color
:rgba
(
255
,
67
,
2
,
1
)
;
.range__number
{
font-size
:
16px
;
font-weight
:
500
;
color
:rgba
(
255
,
67
,
2
,
1
)
;
}
}
}
.item__right
{
border-left
:
1px
dashed
rgba
(
255
,
255
,
255
,
.5
);
flex
:
1
1
auto
;
font-size
:
12px
;
font-weight
:
400
;
color
:rgba
(
242
,
240
,
250
,
1
)
;
line-height
:
15px
;
padding
:
8px
0
8px
20px
;
p
{
margin-bottom
:
10px
;
&
:last-child
{
margin-bottom
:
0
;
}
span
{
font
:
size
12px
;
font-weight
:
400
;
color
:rgba
(
255
,
223
,
4
,
1
)
;
line-height
:
15px
;
.item__right
{
border-left
:
1px
dashed
rgba
(
255
,
255
,
255
,
.5
);
flex
:
1
1
auto
;
font-size
:
12px
;
font-weight
:
400
;
color
:rgba
(
242
,
240
,
250
,
1
)
;
line-height
:
15px
;
padding
:
8px
0
8px
20px
;
p
{
margin-bottom
:
10px
;
&
:last-child
{
margin-bottom
:
0
;
}
span
{
font
:
size
12px
;
font-weight
:
400
;
color
:rgba
(
255
,
223
,
4
,
1
)
;
line-height
:
15px
;
}
}
}
}
...
...
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