Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
sora
/
achievement
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4e7c571b
authored
Mar 12, 2020
by
Orine Matsui
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
【css整理】MV統合:様子見
parent
f4e6cc03
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
96 additions
and
5 deletions
achievement-official.conohawing.com/assets/css/style.css
achievement-official.conohawing.com/common_previous/img/mv_service.jpg → achievement-official.conohawing.com/assets/img/service/mv_service.jpg
achievement-official.conohawing.com/common_previous/css/service.css
achievement-official.conohawing.com/service/top/index.php
achievement-official.conohawing.com/assets/css/style.css
View file @
4e7c571b
...
...
@@ -1024,6 +1024,8 @@ header
.fixed-nav.is-show
{
min-width
:
1440px
;
background-color
:
#fff
;
border-bottom
:
1px
solid
#e5e8eb
;
box-shadow
:
3px
0px
10px
0px
rgba
(
0
,
0
,
0
,
0.15
);
}
.fixed-nav.is-show
.c-header1-logo
{
...
...
@@ -1591,9 +1593,75 @@ header
/*------------------------------------------------------------
layout
mainvisual
------------------------------------------------------------*/
.c-mainvisual
{
height
:
500px
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
}
@media
screen
and
(
max-width
:
767px
)
{
.c-mainvisual
{
margin-top
:
100px
;
height
:
250px
;
}
}
.c-mainvisual__inner
{
width
:
100%
;
text-align
:
center
;
}
@media
screen
and
(
max-width
:
767px
)
{
.c-mainvisual__inner
{
padding
:
0
15px
;
}
}
.c-mainvisual__ttl
{
width
:
100%
;
font-size
:
5rem
;
line-height
:
1.2
;
color
:
#fff
;
font-family
:
a-otf-midashi-go-mb31-pr6n
,
sans-serif
;
font-style
:
normal
;
font-weight
:
600
;
}
@media
screen
and
(
max-width
:
767px
)
{
.c-mainvisual__ttl
{
font-size
:
3rem
;
}
}
.c-mainvisual__txt
,
.c-mainvisual__text
{
font-size
:
2rem
;
line-height
:
1.2
;
color
:
#fff
;
margin
:
27px
0
0
;
text-align
:
center
;
font-family
:
a-otf-midashi-go-mb31-pr6n
,
sans-serif
;
font-style
:
normal
;
font-weight
:
600
;
}
@media
screen
and
(
max-width
:
767px
)
{
.c-mainvisual__txt
,
.c-mainvisual__text
{
font-size
:
1.5rem
;
line-height
:
1.5
;
margin
:
12px
0
0
;
}
}
/*
------------------------------------------------------------*/
...
...
@@ -3048,7 +3116,7 @@ body {
.p-beginer
a
{
text-decoration
:
none
;
}
/*
.p-beginer .c-mainvisual {
padding-bottom: 13px;
font-family: 'a-otf-midashi-go-mb31-pr6n', 'sans-serif';
...
...
@@ -3064,6 +3132,10 @@ body {
margin: 12px 0 0;
}
}
*/
.p-beginer
.c-mainvisual
{
background
:
url("/assets/img/beginner/bg1.jpg")
no-repeat
center
/
cover
;
}
.p-beginer
.c-bettl1
{
font-size
:
4.8rem
;
...
...
@@ -7250,6 +7322,12 @@ body {
}
.p-service_top
.c-mainvisual
{
background-image
:
url(/assets/img/service/top/mv-img-02.jpg)
;
}
/*
.p-service_top .c-mainvisual {
width: 100%;
height: 500px;
background-image: url(/assets/img/service/top/mv-img-02.jpg);
...
...
@@ -7313,7 +7391,7 @@ body {
font-size: 1.4rem;
}
}
*/
.p-service_top
.c-mainvisual
.c-breadcrumb
{
position
:
absolute
;
top
:
0
;
...
...
achievement-official.conohawing.com/
common_previous/img
/mv_service.jpg
→
achievement-official.conohawing.com/
assets/img/service
/mv_service.jpg
View file @
4e7c571b
401 KB
|
W:
|
H:
401 KB
|
W:
|
H:
2-up
Swipe
Onion skin
achievement-official.conohawing.com/common_previous/css/service.css
View file @
4e7c571b
...
...
@@ -105,6 +105,7 @@ body {
}
}
*/
/*
.c-mainvisual {
height: 500px;
background: url(../img/mv_service.jpg) no-repeat center;
...
...
@@ -156,6 +157,18 @@ body {
margin: 12px 0 0;
}
}
*/
.c-mainvisual
{
height
:
500px
;
background-image
:
url(/assets/img/service/mv_service.jpg)
;
}
@media
screen
and
(
max-width
:
767px
)
{
.c-mainvisual
{
margin-top
:
100px
;
height
:
250px
;
}
}
.c-btn1
{
width
:
600px
;
}
...
...
achievement-official.conohawing.com/service/top/index.php
View file @
4e7c571b
...
...
@@ -9,8 +9,8 @@
</div>
<section
class=
"c-mainvisual"
>
<div
class=
"c-mainvisual__inner"
>
<h2
class=
"c-mainvisual__t
itle
"
>
『頂点への道』講座
</h2>
<p
class=
"c-mainvisual__t
e
xt"
>
個人と組織の目標達成力を高めるトレーニングプログラム
</p>
<h2
class=
"c-mainvisual__t
tl
"
>
『頂点への道』講座
</h2>
<p
class=
"c-mainvisual__txt"
>
個人と組織の目標達成力を高めるトレーニングプログラム
</p>
</div>
</section>
<section
class=
"p-service_top1"
>
...
...
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