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
5f5ffb17
authored
Mar 01, 2020
by
o.kimura
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
SPのMV動画に差し替え
parent
f789136a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
achievement-official.conohawing.com/common_previous/css/top.css
achievement-official.conohawing.com/common_previous/css/top.min.css
achievement-official.conohawing.com/index.php
achievement-official.conohawing.com/common_previous/css/top.css
View file @
5f5ffb17
...
...
@@ -271,6 +271,12 @@ body {
pointer-events
:
none
;
}
@media
screen
and
(
max-width
:
767px
)
{
.c-mainvisual__video
{
height
:
300px
;
}
}
.c-mainvisual__video
iframe
{
position
:
absolute
;
top
:
0
;
...
...
@@ -1000,3 +1006,9 @@ body {
width
:
100%
;
height
:
auto
;
}
@media
screen
and
(
max-width
:
767px
)
{
#movie-preview
{
margin-top
:
50px
;
}
}
achievement-official.conohawing.com/common_previous/css/top.min.css
deleted
100644 → 0
View file @
f789136a
This diff is collapsed.
Click to expand it.
achievement-official.conohawing.com/index.php
View file @
5f5ffb17
...
...
@@ -3,12 +3,9 @@
<main
class=
"top"
>
<div
class=
"c-mainvisual"
>
<div
class=
"c-mainvisual__video
pc-only
"
>
<div
class=
"c-mainvisual__video"
>
<video
src=
"/common_previous/mov/OS_TOP2.mp4"
preload=
"auto"
class=
"movie-player-image"
id=
"movie-preview"
height=
"100%"
width=
"100%"
autoplay=
""
loop=
""
muted=
""
playsinline=
""
></video>
</div>
<div
class=
"c-mainvisual__img sp-only"
>
<img
src=
"/common_previous/img/mv_top_sp.jpg"
alt=
""
>
</div>
<div
class=
"c-mainvisual__btn"
>
<div
class=
"c-btn1"
>
<a
href=
"/service/"
class=
"c-btn1__txt"
>
サービス一覧
</a>
...
...
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