Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wechat_lung
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanpeng
wechat_lung
Commits
db33be67
Commit
db33be67
authored
Oct 18, 2019
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'肺癌靶向测添加浮动菜单,后端统一了图片数据类型为数组'
parent
8253e619
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
311 additions
and
14 deletions
+311
-14
index.css
medtap_bbs_lung/css/index.css
+33
-0
myCardList.css
medtap_bbs_lung/css/myCardList.css
+3
-5
post_less_butten_bg@2x.png
medtap_bbs_lung/images/post_less_butten_bg@2x.png
+0
-0
post_more_butten_bg@2x.png
medtap_bbs_lung/images/post_more_butten_bg@2x.png
+0
-0
post_my_butten_bg@2x.png
medtap_bbs_lung/images/post_my_butten_bg@2x.png
+0
-0
index.html
medtap_bbs_lung/index.html
+11
-1
index.js
medtap_bbs_lung/javaScript/index.js
+0
-0
myCardList.js
medtap_bbs_lung/javaScript/myCardList.js
+256
-3
myCardList.html
medtap_bbs_lung/pages/myCardList.html
+4
-1
freeChat.js
wechat_lung_chat/javaScript/freeChat.js
+2
-2
imgConsultChat.js
wechat_lung_chat/javaScript/imgConsultChat.js
+2
-2
No files found.
medtap_bbs_lung/css/index.css
View file @
db33be67
...
...
@@ -274,3 +274,35 @@ body {
width
:
0.96rem
;
height
:
0.96rem
;
}
/* 底部右侧 浮动按钮 */
.more
,
.my-text
,
.release
,
.close
{
position
:
fixed
;
right
:
0.32rem
;
top
:
9.82rem
;
height
:
.96rem
;
width
:
.96rem
;
}
/* my-text 我的贴子 */
.my-text
{
right
:
0.32rem
;
top
:
7.04rem
;
display
:
none
;
}
.close
{
display
:
none
;
}
.release
{
display
:
none
;
right
:
0.32rem
;
top
:
8.46rem
;
}
.close
img
,
.more
img
,
.release
img
,
.my-text
img
{
width
:
100%
;
height
:
100%
;
}
\ No newline at end of file
medtap_bbs_lung/css/myCardList.css
View file @
db33be67
...
...
@@ -13,16 +13,14 @@ body {
font-size
:
0.3rem
;
width
:
100%
;
margin-top
:
0.3rem
;
display
:
flex
;
justify-content
:
space-around
;
}
.silder_tap
.silder_tap_item
{
float
:
left
;
height
:
0.8rem
;
line-height
:
0.8rem
;
width
:
.78125rem
;
text-align
:
center
;
box-sizing
:
border-box
;
margin-left
:
1.56rem
;
margin-right
:
1.56rem
;
}
.publish_user_info
{
padding-left
:
0.32rem
;
...
...
medtap_bbs_lung/images/post_less_butten_bg@2x.png
0 → 100644
View file @
db33be67
6.13 KB
medtap_bbs_lung/images/post_more_butten_bg@2x.png
0 → 100644
View file @
db33be67
5.89 KB
medtap_bbs_lung/images/post_my_butten_bg@2x.png
0 → 100644
View file @
db33be67
8.01 KB
medtap_bbs_lung/index.html
View file @
db33be67
...
...
@@ -82,9 +82,19 @@
<div
class=
"content_mod"
>
</div>
<div
class=
"add"
>
<!-- 浮动菜单 -->
<div
class=
"my-text"
>
<img
src=
"images/post_my_butten_bg@2x.png"
>
</div>
<div
class=
"release"
>
<img
src=
"images/post_release_butten_bg@2x.png"
>
</div>
<div
class=
"close"
>
<img
src=
"images/post_less_butten_bg@2x.png"
>
</div>
<div
class=
"more"
>
<img
src=
"images/post_more_butten_bg@2x.png"
>
</div>
</div>
</body>
<script
type=
"text/javascript"
>
...
...
medtap_bbs_lung/javaScript/index.js
View file @
db33be67
This diff is collapsed.
Click to expand it.
medtap_bbs_lung/javaScript/myCardList.js
View file @
db33be67
This diff is collapsed.
Click to expand it.
medtap_bbs_lung/pages/myCardList.html
View file @
db33be67
...
...
@@ -41,10 +41,13 @@
<span
class=
"publish_user_name"
></span>
</div>
</div>
<div
class=
"silder_tap
clearfix
"
>
<div
class=
"silder_tap"
>
<div
class=
"silder_tap_item on"
id=
"my"
>
帖子
</div>
<div
class=
"silder_tap_item"
id=
"reply"
>
回复
</div>
<div
class=
"silder_tap_item"
id=
"collect"
>
收藏
</div>
...
...
wechat_lung_chat/javaScript/freeChat.js
View file @
db33be67
...
...
@@ -430,7 +430,7 @@ define([ 'zepto', 'medtap' ], function($, medtap) {
'<div class="chat_message chat_message_send chat_nopadding">'
+
// 图片消息
'<img src="'
+
record
[
i
].
contentPic
+
record
[
i
].
contentPic
[
0
]
+
'" />'
+
'</div>'
+
'</div>'
+
...
...
@@ -453,7 +453,7 @@ define([ 'zepto', 'medtap' ], function($, medtap) {
'<div class="chat_message chat_message_from chat_nopadding">'
+
// 图片消息
'<img src="'
+
record
[
i
].
contentPic
+
record
[
i
].
contentPic
[
0
]
+
'" />'
+
'</div>'
+
'</div>'
+
...
...
wechat_lung_chat/javaScript/imgConsultChat.js
View file @
db33be67
...
...
@@ -458,7 +458,7 @@ define([ 'zepto', 'medtap' ], function($, medtap) {
'<div class="chat_message chat_message_send chat_nopadding">'
+
// 图片消息
'<img src="'
+
record
[
i
].
contentPic
+
record
[
i
].
contentPic
[
0
]
+
'" />'
+
'</div>'
+
'</div>'
+
...
...
@@ -481,7 +481,7 @@ define([ 'zepto', 'medtap' ], function($, medtap) {
'<div class="chat_message chat_message_from chat_nopadding">'
+
// 图片消息
'<img src="'
+
record
[
i
].
contentPic
+
record
[
i
].
contentPic
[
0
]
+
'" />'
+
'</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