何もしたい
フリマのWEBページのマークアップを作成しています。
状況
コードレビューでロケットハッシュを除けるように指示があったので変更してたところCSSが全て外れてしまった。
index haml
%body %header.header .header__top .header__top__main %a{ href: "#"} .header__top__main__tag = image_tag 'logo.png', class: 'header__top__main__tag' %form.header__top__main__searchBox %input.header__top__main__searchBox__input-text{ placeholder: "キーワードから探す", :type => "text"}/ %button.header__top__main__searchBox__button{ type: "submit"} .header__top__main__searchBox__button__search = image_tag 'icon-search 1.png', class: 'header__top__main__searchBox__button__search' .header__top__navi %ul.header__top__navi__listsLeft %a#catBtn.header__top__navi__listsLeft__categori{ href: "#"} カテゴリー %a#catBtn.header__top__navi__listsLeft__branded{ href: "#"} ブランド %ul.header__top__navi__listsRight %a.header__top__navi__listsRight__login{ href: "#"} ログイン %a.header__top__navi__listsRight__signUp{ href: "#"} 新規会員登録 省略
items.css
body { margin: 0px; font-family: "Source Sans Pro", Helvetica, Arial, "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", sans-serif; } .header { height: 100px; padding: 0px 60px; margin-bottom: 10px; &__top { &__main { max-width: 1040px; width: 100%; margin: 0 auto; padding: 15px 0 0; display: flex; &__tag { height: 41px; width: 140px; margin-right: 30px; cursor: pointer; } &__searchBox { position:relative; width: 100%; height: 36px; display: flex; margin-top: 5px; &__input-text { width : 100%; font-size: medium; padding: 0 0 0 5px; margin-right:36px; } &__button { position:absolute; top:0px;right: 0px; width: 36px; height: 36px; background-color: #3CCACE; border: 0px; cursor: pointer; &__search { height: 20px; width: 20px; } } } } &__navi { max-width: 1040px; width: 100%; margin: 0 auto; display: flex; font-size: 14px; line-height: 38px; position: relative; &__listsLeft { padding-left: 0; margin-top: 8px; &__categori { color: #333333; padding-right: 40px; } &__branded { color: #333333; padding-right: 30px; } } &__listsRight { position: absolute; right:0px; padding-left: 0; margin-top: 8px; &__login { color: #333333; padding-left: 15px; } &__signUp { color: #333333; padding-left: 15px; } } } } } a { text-decoration: none; } 省略
試した事
2つ試したがダメでした。
command+zで戻す。
パスかなと思い、他のコード参考にindex.hamlにパスを入れてみました。
%head %meta{:charset => "UTF-8"}/ %meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}/ %meta{:content => "ie=edge", "http-equiv" => "X-UA-Compatible"}/ %link{:href => "reset.css", :rel => "stylesheet"}/ %link{:href => "items.css", :rel => "stylesheet"}/ %title FURIMA
宜しくお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。