Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tjty-app
Project
Project
Details
Activity
Releases
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
王永飞
tjty-app
Commits
b9a1cd11
Commit
b9a1cd11
authored
Nov 23, 2022
by
LiZongLin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab.91isoft.com:90/wyf/tjty-app
into dev
parents
66903437
8dacc23b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
13 deletions
+21
-13
tity_new_media.vue
tjty-app/pages_new_media/tity_new_media/tity_new_media.vue
+21
-13
No files found.
tjty-app/pages_new_media/tity_new_media/tity_new_media.vue
View file @
b9a1cd11
<
template
>
<
template
>
<view>
<view>
<noData
v-if=
"flag == 0"
></noData>
<noData
v-if=
"flag == 0"
></noData>
<
uni-card
class=
"newMedia-card-main"
v-if=
"flag == 1"
>
<
view
class=
"newMedia-card-main"
v-if=
"flag == 1"
>
<text
class=
"title-text"
>
{{
!
issue
.
titleName
?
'--'
:
issue
.
titleName
}}
</text>
<text
class=
"title-text"
>
{{
!
issue
.
titleName
?
'--'
:
issue
.
titleName
}}
</text>
<view
class=
"message-view"
>
<view
class=
"message-view"
>
<text
style=
"color: #3B7CDE"
>
{{
!
issueBranch
?
"--"
:
issueBranch
}}
</text>
<text
style=
"color: #3B7CDE"
>
{{
!
issueBranch
?
"--"
:
issueBranch
}}
</text>
...
@@ -12,11 +12,11 @@
...
@@ -12,11 +12,11 @@
<!--
<view
v-for=
"item in listImg"
>
<!--
<view
v-for=
"item in listImg"
>
<image
:src=
"base_url + item"
:webp=
"true"
></image>
<image
:src=
"base_url + item"
:webp=
"true"
></image>
</view>
-->
</view>
-->
<
view
style=
"width: 630rpx;"
>
<
!--
<view
style=
"width: 630rpx;"
>
--
>
<rich-text
:nodes=
"issue.detail"
></rich-text>
<rich-text
:nodes=
"issue.detail"
></rich-text>
<
/view
>
<
!--
</view>
--
>
</view>
</view>
</
uni-card
>
</
view
>
<view
class=
"newMedia-button-view"
>
<view
class=
"newMedia-button-view"
>
<button
style=
"background-color: #3B7CDE; margin-left: 40rpx;"
class=
"newMedia-button"
<button
style=
"background-color: #3B7CDE; margin-left: 40rpx;"
class=
"newMedia-button"
@
click=
"goPhoneBtn(phoneNumber)"
>
咨询电话
</button>
@
click=
"goPhoneBtn(phoneNumber)"
>
咨询电话
</button>
...
@@ -164,17 +164,30 @@
...
@@ -164,17 +164,30 @@
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
/*
/deep/.uni-card {
/deep/.uni-card {
display: flex;
display: flex;
/* margin-top: -20rpx; */
margin-top: -20rpx;
margin: 10.5rpx;
margin: 10.5rpx;
border-radius: 32rpx 32rpx 0 0;
border-radius: 32rpx 32rpx 0 0;
min-height: 1330rpx;
min-height: 1330rpx;
height: auto;
height: auto;
width: 670rpx;
width: 670rpx;
/* margin-bottom: 166px; */
margin-bottom: 166px;
transform: translateX(-12rpx);
transform: translateX(-12rpx);
}
}
*/
.newMedia-card-main
{
background-color
:
#fff
;
margin
:
30
rpx
20
rpx
0
20
rpx
;
padding
:
35
rpx
30
rpx
30
rpx
30
rpx
;
border-radius
:
32
rpx
32
rpx
0
0
;
/* min-height: 1330rpx; */
height
:
auto
;
/* width: 670rpx; */
margin-bottom
:
170
rpx
;
}
.newMedia-button-view
{
.newMedia-button-view
{
display
:
flex
;
display
:
flex
;
...
@@ -197,7 +210,6 @@
...
@@ -197,7 +210,6 @@
}
}
.button-hover
{
.button-hover
{
background-color
:
rgba
(
144
,
238
,
144
,
0.5
);
background-color
:
rgba
(
144
,
238
,
144
,
0.5
);
opacity
:
0.7
;
opacity
:
0.7
;
...
@@ -222,13 +234,9 @@
...
@@ -222,13 +234,9 @@
/* 正文样式 */
/* 正文样式 */
.content-view
{
.content-view
{
margin-bottom
:
120
rpx
;
margin-top
:
30
rpx
;
/* margin-bottom: 120rpx; */
/* margin-right: 20rpx; */
/* margin-right: 20rpx; */
}
}
/* 隐藏滚动条,但依旧具备可以滚动的功能 */
/
deep
/
.uni-scroll-view
::-webkit-scrollbar
{
display
:
none
}
</
style
>
</
style
>
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