Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chat_webview
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abookCommunication
chat_webview
Commits
20fd1044
Commit
20fd1044
authored
Apr 01, 2021
by
Lee Munkyeong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conflict対応。
parent
bbe64164
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
50 deletions
+14
-50
public_new/chat_make_room.html
+2
-2
public_new/css/chat.css
+8
-44
public_new/template/template_make_room_confirm_user_list.html
+1
-1
public_new/template/template_make_room_group_list.html
+1
-1
public_new/template/template_make_room_group_user_list.html
+1
-1
public_new/template/template_make_room_user_list.html
+1
-1
No files found.
public_new/chat_make_room.html
View file @
20fd1044
...
...
@@ -72,7 +72,7 @@
<a
href=
"#"
class=
"w-100"
id=
"rootGroupBtnForMakeRoom"
>
<div
class=
"chat_item d-flex flex-row align-items-center"
>
<div
class=
"chat_item_l"
>
<div
class=
"thubnail"
>
<div
class=
"thu
m
bnail"
>
<img
src=
"icon/icon_prev_top.png"
alt=
"トップグループに戻る"
/>
</div>
</div>
...
...
@@ -90,7 +90,7 @@
<a
href=
"#"
class=
"w-100"
id=
"parentGroupBtnForMakeRoom"
>
<div
class=
"chat_item d-flex flex-row align-items-center"
>
<div
class=
"chat_item_l"
>
<div
class=
"thubnail"
>
<div
class=
"thu
m
bnail"
>
<img
src=
"icon/icon_prev.png"
alt=
"上位グループに戻る"
/>
</div>
</div>
...
...
public_new/css/chat.css
View file @
20fd1044
...
...
@@ -96,80 +96,53 @@ input[name="tab_item"] {
background
:
aliceblue
;
}
/* サムネイル画像 */
<<<<<<<
HEAD
.chat_item_l
.thumbnail
{
=======
.chat_item_l
.thubnail
{
>>>>>>>
origin/develop_createRoom_UI
width
:
50px
;
height
:
50px
;
border-radius
:
50%
;
overflow
:
hidden
;
margin
:
0
auto
;
}
<<<<<<<
HEAD
.chat_item_l
.thumbnail
img
{
width
:
50px
;
height
:
50px
;
}
.chat_item_l
.thumbnail4
img
{
=======
.chat_item_l
.thubnail
img{
width
:
50px
;
height
:
50px
;
}
.chat_item_l
.thubnail4
img
{
>>>>>>>
origin/develop_createRoom_UI
width
:
25px
;
height
:
25px
;
float
:
left
;
}
<<<<<<<
HEAD
.chat_item_l
.thumbnail3
.img_wrap
:nth-child
(
1
)
{
=======
.chat_item_l
.thubnail3
.
img_wrap
:
nth-child
(
1
)
{
>>>>>>>
origin
/
develop_createRoom_UI
width
:
25px
;
height
:
50px
;
position
:
relative
;
overflow
:
hidden
;
float
:
left
;
}
<<<<<<<
HEAD
.chat_item_l
.thumbnail3
.img_wrap
:nth-child
(
1
)
img
{
=======
.chat_item_l
.thubnail3
.
img_wrap
:
nth-child
(
1
)
img
{
>>>>>>>
origin
/
develop_createRoom_UI
width
:
50px
;
height
:
50px
;
position
:
absolute
;
left
:
-12px
;
}
<<<<<<<
HEAD
.chat_item_l
.thumbnail3
.img_wrap
:nth-child
(
2
)
{
=======
.chat_item_l
.thubnail3
.
img_wrap
:
nth-child
(
2
)
{
>>>>>>>
origin
/
develop_createRoom_UI
width
:
25px
;
height
:
25px
;
position
:
relative
;
overflow
:
hidden
;
float
:
left
;
}
<<<<<<<
HEAD
.chat_item_l
.thumbnail3
.img_wrap
:nth-child
(
2
)
img
,
.chat_item_l
.thumbnail3
.img_wrap
:nth-child
(
3
)
img
{
width
:
25px
;
height
:
30px
;
}
.chat_item_l
.thumbnail3
.img_wrap
:nth-child
(
3
)
{
=======
.chat_item_l
.thubnail3
.
img_wrap
:
nth-child
(
2
)
img
,
.
chat_item_l
.
thubnail3
.
img_wrap
:
nth-child
(
3
)
img
{
width
:
25px
;
height
:
30px
;
}
.chat_item_l
.thubnail3
.img_wrap
:nth-child
(
3
)
{
>>>>>>>
origin/develop_createRoom_UI
width
:
25px
;
height
:
25px
;
position
:
relative
;
...
...
@@ -177,32 +150,23 @@ input[name="tab_item"] {
float
:
left
;
}
<<<<<<<
HEAD
.chat_item_l
.thumbnail2
.img_wrap
:nth-child
(
1
)
{
=======
.chat_item_l
.thubnail2
.
img_wrap
:
nth-child
(
1
)
{
>>>>>>>
origin
/
develop_createRoom_UI
width
:
25px
;
height
:
50px
;
position
:
relative
;
overflow
:
hidden
;
float
:
left
;
}
<<<<<<<
HEAD
.chat_item_l
.thumbnail2
.img_wrap
:nth-child
(
2
)
{
=======
.chat_item_l
.thubnail2
.
img_wrap
:
nth-child
(
2
)
{
>>>>>>>
origin
/
develop_createRoom_UI
width
:
25px
;
height
:
50px
;
position
:
relative
;
overflow
:
hidden
;
}
<<<<<<<
HEAD
.chat_item_l
.thumbnail2
.img_wrap
img
{
=======
.chat_item_l
.thubnail2
.img_wrap
img
{
>>>>>>>
origin/develop_createRoom_UI
width
:
50px
;
height
:
50px
;
position
:
absolute
;
...
...
public_new/template/template_make_room_confirm_user_list.html
View file @
20fd1044
...
...
@@ -2,7 +2,7 @@
<li
class=
"d-flex align-items-center"
>
<div
class=
"chat_item d-flex flex-row align-items-center w-100"
>
<div
class=
"chat_item_l"
>
<div
class=
"thubnail"
>
<div
class=
"thu
m
bnail"
>
<div
class=
"img_wrap"
><img
src=
"{{profileImage}}"
onError=
"this.src='./img/noImage.png'"
/></div>
</div>
</div>
...
...
public_new/template/template_make_room_group_list.html
View file @
20fd1044
...
...
@@ -2,7 +2,7 @@
<a
href=
"#"
class=
"w-100"
onclick=
"CHAT_UI.refreshAllGroupForMakeRoom({{id}});"
>
<div
class=
"chat_item d-flex flex-row align-items-center"
>
<div
class=
"chat_item_l"
>
<div
class=
"thubnail"
>
<div
class=
"thu
m
bnail"
>
<img
src=
"icon/icon_folder.png"
alt=
"フォルダ"
/>
</div>
</div>
...
...
public_new/template/template_make_room_group_user_list.html
View file @
20fd1044
...
...
@@ -12,7 +12,7 @@
</div>
</div>
<div
class=
"chat_item_l"
>
<div
class=
"thubnail"
>
<div
class=
"thu
m
bnail"
>
<div
class=
"img_wrap"
><img
src=
"{{profileUrl}}"
onError=
"this.src='./img/noImage.png'"
/></div>
</div>
</div>
...
...
public_new/template/template_make_room_user_list.html
View file @
20fd1044
...
...
@@ -11,7 +11,7 @@
</div>
</div>
<div
class=
"chat_item_l"
>
<div
class=
"thubnail"
>
<div
class=
"thu
m
bnail"
>
<div
class=
"img_wrap"
><img
src=
"{{profileUrl}}"
onError=
"this.src='./img/noImage.png'"
/></div>
</div>
</div>
...
...
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