From 7be5f0e1564a4c07496f43d15c17159379688964 Mon Sep 17 00:00:00 2001 From: Shinnosuke Komiya Date: Sat, 5 Mar 2016 10:04:24 +0900 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=A6=8F=E7=99=BB=E9=8C=B2=E7=94=BB?= =?UTF-8?q?=E9=9D=A2=E3=80=81=E3=83=AD=E3=82=B0=E3=82=A4=E3=83=B3=E7=94=BB?= =?UTF-8?q?=E9=9D=A2UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sass/main.scss | 61 +++++++++++++++++++++++++++++++++++++++++++-- src/scripts/main.js | 59 ++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 115 insertions(+), 5 deletions(-) diff --git a/src/sass/main.scss b/src/sass/main.scss index f08f916..64c7c25 100644 --- a/src/sass/main.scss +++ b/src/sass/main.scss @@ -3,26 +3,83 @@ html, body { padding: 0; } -header { +header,footer { background: #f5a623; } + footer { + width: 100%; + height: 200px; + text-align: center; + margin-top: 100px; + } .title { display: inline; } + .title-img { width: 200px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; } + .title-menu { float: right; } + ul, li, a { - display: inline; color: #fff; + display: inline; font-weight: bold; list-style: none; text-decoration: none; padding: 10px; } + +.page-title { + color: #4a4a4a; + font-size: 20px; + margin-left: 50px; +} + +.form-box { + border: 3px solid #f5a623; + border-radius: 10px; + margin-left: 50px; + margin-right: 50px; + text-align: center; +} + +.form-contents { + margin-top: 40px; + margin-bottom: 40px; +} + +.form-text { + color: #4a4a4a; + display: inline; + margin-right: 20px; +} + +.form-textarea { + width: 180px; + height: 20px; + border: #f5a623 solid 2px; + border-radius: 5px; + font-size: 15px; +} + +.submit-button { + width: 40%; + height: 40px; + font-size: 18px; + color: #f5a623; + border: solid #f5a623 2px; + background: #fff; + margin-bottom: 50px; + &:hover { + background-color: #f5a623; + color: #fff; + cursor: pointer; + } +} diff --git a/src/scripts/main.js b/src/scripts/main.js index 4bd7732..f55a8d6 100644 --- a/src/scripts/main.js +++ b/src/scripts/main.js @@ -8,7 +8,7 @@ const Header = React.createClass({ return (
- +