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
d1b02ad1
Commit
d1b02ad1
authored
Apr 09, 2021
by
Lee Daehyun
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugFix/#452_自身のセールとグループタイプ選択ボタンの位置が逆なる' into 'release_sp3'
自身のセールとグループタイプ選択ボタンの位置変更 See merge request
!33
parents
65d1b97e
6c15754b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
24 deletions
+30
-24
public_new/contact.html
+25
-24
public_new/css/chat.css
+2
-0
public_new/css/contact.css
+3
-0
No files found.
public_new/contact.html
View file @
d1b02ad1
...
...
@@ -49,36 +49,37 @@
<span
class=
"src_icon"
></span>
<a
href=
"#"
class=
"cancel none"
>
キャンセル
</a>
</div>
<div
class=
"content chat_list"
>
<ul
class=
"p-0 chat_make_room_list"
>
<li
class=
"d-flex align-items-center"
>
<a
href=
"#"
style=
"width: 100%;"
>
<div
class=
"chat_item d-flex flex-row align-items-center"
>
<div
class=
"chat_item_l"
>
<div
class=
"thumbnail"
>
<div
class=
"img_wrap"
><img
id=
"myImg"
src=
"img/noImage.png"
onError=
"this.src='./img/noImage.png'"
/></div>
</div>
</div>
<div
class=
"chat_item_m px-0"
>
<div
class=
"d-flex flex-column"
>
<div
class=
"chat_item_t"
>
<span
class=
"chat_item_ttl"
id=
"myName"
></span>
</div>
</div>
</div>
</div>
</a>
</li>
</ul>
</div>
<!-- タブ -->
<div
class=
"content tabs"
>
<input
id=
"tabMyGroup"
type=
"radio"
name=
"tab_item"
checked
>
<label
class=
"tab_item"
for=
"tabMyGroup"
>
マイグループ
</label>
<input
id=
"tabAllGroup"
type=
"radio"
name=
"tab_item"
>
<label
class=
"tab_item"
for=
"tabAllGroup"
>
全グループ
</label>
<div
class=
"content chat_list my_info_sell"
>
<ul
class=
"p-0 chat_make_room_list"
>
<li
class=
"d-flex align-items-center"
>
<a
href=
"#"
style=
"width: 100%;"
>
<div
class=
"chat_item d-flex flex-row align-items-center"
>
<div
class=
"chat_item_l"
>
<div
class=
"thumbnail"
>
<div
class=
"img_wrap"
><img
id=
"myImg"
src=
"img/noImage.png"
onError=
"this.src='./img/noImage.png'"
/></div>
</div>
</div>
<div
class=
"chat_item_m px-0"
>
<div
class=
"d-flex flex-column"
>
<div
class=
"chat_item_t"
>
<span
class=
"chat_item_ttl"
id=
"myName"
></span>
</div>
</div>
</div>
</div>
</a>
</li>
</ul>
</div>
<!-- タブ -->
<div
class=
"tab_content"
id=
"tab1_content"
>
<div
class=
"chat_list"
id=
"myContactList"
>
<!-- お気に入りグループ -->
...
...
public_new/css/chat.css
View file @
d1b02ad1
...
...
@@ -59,6 +59,7 @@ input[name="tab_item"] {
/**************************** chat list *************************/
.chat_list
ul
{
padding
:
0
;
margin-top
:
1rem
;
}
.chat_list
img
{
width
:
90px
;
...
...
@@ -777,6 +778,7 @@ input[name="tab_item"] {
/* chat item */
.tab_item
{
font-size
:
16px
;
margin-bottom
:
1rem
;
}
.chat_item_ttl
{
font-size
:
16px
;
...
...
public_new/css/contact.css
View file @
d1b02ad1
...
...
@@ -14,3 +14,6 @@
.breadcrumb_item
{
color
:
#323743
;
}
.my_info_sell
{
clear
:
both
;
}
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