modal_chat_profile.html 2.71 KB
Newer Older
Kim Peace committed
1 2
<div class="modal fade profile_modal" id="profileModal1" tabindex="-1" role="dialog" aria-labelledby="profileModal1"
  aria-hidden="true">
藤川諒 committed
3 4 5
  <div class="modal-dialog modal-dialog-centered" role="document">
    <div class="modal-content">
      <div class="modal-header border-0">
6
        <div class="profile_desc d-flex flex-row">
藤川諒 committed
7
          <img src="img/noImage.png" alt="プロフィール画像">
8
          <div class="profile_name"><span>名前 名前</span></div>
藤川諒 committed
9 10 11 12 13 14
        </div>
        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
          <span aria-hidden="true">&times;</span>
        </button>
      </div>
      <div class="modal-body">
Kim Peace committed
15 16 17
        <p>
          グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループグループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ名グループ
        </p>
藤川諒 committed
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
      </div>
      <div class="modal-footer border-0 justify-content-center">
        <button type="button" class="border-0 bg_navy">
          <div class="d-flex flex-column">
            <div class="img_wrap">
              <img src="icon/icon_profile_favorite.png" alt="お気に入り">
            </div>
            <span>お気に入り解除</span>
          </div>
        </button>
        <button type="button" class="border-0 bg_green">
          <div class="d-flex flex-column">
            <div class="img_wrap">
              <img src="icon/icon_profile_phone.png" alt="通話">
            </div>
            <span>通話</span>
          </div>
        </button>
        <button type="button" class="border-0 bg_blue">
          <div class="d-flex flex-column">
            <div class="img_wrap">
              <img src="icon/icon_profile_chat.png" alt="チャット">
            </div>
            <span>チャット</span>
          </div>
        </button>
      </div>
    </div>
  </div>
Kim Peace committed
47
</div>