Commit 23102b19 by Takatoshi Miura

アーカイブ詳細 ルーム遷移ボタン追加

parent e265b0d0
......@@ -1295,6 +1295,7 @@ input:checked + .tab_class + .content_class {
overflow-y: scroll;
height: calc(100vh - 195px);
}
.arhive_img .img_wrap {
width: 50px;
height: 50px;
......@@ -1302,34 +1303,43 @@ input:checked + .tab_class + .content_class {
text-align: center;
line-height: 46px;
}
.arhive_img img {
width: 40px;
height: 40px;
}
.archive_list ul li {
list-style: none;
border-bottom: 1px solid #e2e8f0;
position: relative;
}
.archive_row {
padding: 10px;
color: #323743;
}
.archive_row:hover {
background: aliceblue;
}
.bg_blue {
background: #0070ca;
}
.bg_green {
background: #4dca00;
}
.bg_orange {
background: #ca6d00;
}
.archive_list ul li:first-child {
border-top: 1px solid #e2e8f0;
}
.archive_desc {
padding-left: 10px;
position: relative;
......@@ -1337,15 +1347,18 @@ input:checked + .tab_class + .content_class {
overflow: hidden;
white-space: nowrap;
}
.archive_date span {
color: #323743;
font-size: 14px;
}
.archive_name span {
color: #323743;
font-size: 16px;
font-weight: 500;
}
.archive_name {
white-space: nowrap;
overflow: hidden;
......@@ -1357,25 +1370,31 @@ input:checked + .tab_class + .content_class {
font-size: 18px;
font-weight: bold;
}
.archive_detail .item {
margin-bottom: 20px;
}
.archive_detail .archive_detail_desc img {
.archive_detail .archive_detail_desc img, .attendUser img {
width: 80px;
height: 80px;
border-radius: 50%;
}
.archive_detail .archive_detail_desc .archive_detail_user_list ul {
padding-left: 0;
overflow-x: scroll;
}
.archive_detail .archive_detail_desc .archive_detail_user_list ul li {
list-style: none;
margin: 0 5px;
}
.archive_detail_desc {
margin: 0 10px;
}
.archive_detail .archive_detail_desc .archive_detail_user_list span,
.archive_detail .archive_detail_desc .archive_detail_sv_user span {
text-align: center;
......@@ -1385,6 +1404,19 @@ input:checked + .tab_class + .content_class {
width: 90px;
}
#joinChatRoom {
-webkit-appearance: none;
border: none;
width: 24px;
height: 24px;
padding: 0;
}
#joinChatRoom img {
width: 24px;
height: 24px;
}
@media screen and (max-width: 768px) {
.archive_name {
font-size: 14px;
......
......@@ -795,6 +795,9 @@
<div class="archive_detail_room_nm item">
<h2 class="ttl" id="archiveRoomName">ChatRoomName</h2>
<span>{{chatRoomName}}</span>
<button id="joinChatRoom">
<img src="./icon/icon_archive_joinRoom.png" alt="">
</button>
</div>
<div class="archive_detail_sv_user item">
<h2 class="ttl" id="archiveSaveUser">SaveUser</h2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment