Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
d34ba71a
Commit
d34ba71a
authored
Nov 27, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调优
parent
4d07df3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
14 deletions
+26
-14
src/components/service-info/service-info.vue
src/components/service-info/service-info.vue
+26
-14
No files found.
src/components/service-info/service-info.vue
View file @
d34ba71a
...
...
@@ -44,7 +44,7 @@
<p
class=
"des_p"
>
{{
data
.
descript
}}
</p>
<div
class=
"jiage_d"
>
<div
class=
"dbn_wkdn"
>
价
格:
<span
class=
"ndwa_indowa"
>
<span
class=
"gnekg_fwf"
><span
style=
"margin-right: 30px;"
>
价
</span>
格:
</span>
<span
class=
"ndwa_indowa"
>
{{
specification
&&
specification
.
money
?
specification
.
money
*
(
showTime
?
duration
:
1
)
...
...
@@ -54,8 +54,9 @@
<span
class=
"kfdf_jffa"
>
金币
</span>
</div>
<div
class=
"nmd_kwd"
>
月售:
<span
class=
"ndwa_dn"
>
{{
data
.
month_sale
}}
笔
</span
><img
src=
"@/assets/imgs/shop_ic_star.png"
class=
"dwin_diwa"
/>
<span
class=
"bgnerighur"
>
月售:
<span
class=
"ndwa_dn"
>
{{
data
.
month_sale
}}
笔
</span
></span>
<img
src=
"@/assets/imgs/shop_ic_star.png"
class=
"dwin_diwa"
/>
<span
class=
"dn_wjd"
>
{{
data
.
scoreDetail
.
avgScore
}}
</span>
</div>
</div>
...
...
@@ -495,45 +496,48 @@ export default {
margin-left
:
120px
;
}
.dbn_wkdn
{
color
:
#
8890a7
;
color
:
#
242c43
;
font-size
:
14px
;
}
.ndwa_indowa
{
color
:
#e56600
;
font-size
:
26
px
;
font-size
:
32
px
;
font-weight
:
bold
;
margin
:
0
8px
0
20px
;
}
.kfdf_jffa
{
color
:
#e56600
;
font-size
:
14px
;
position
:
relative
;
bottom
:
6px
;
}
.nmd_kwd
{
color
:
#
8890a7
;
color
:
#
242c43
;
}
.ndwa_dn
{
color
:
#242c43
;
}
.dn_wjd
{
color
:
#ea7d19
;
font-size
:
18
px
;
font-size
:
20
px
;
position
:
relative
;
font-weight
:
bold
;
}
.dwin_diwa
{
width
:
14px
;
height
:
14px
;
margin-left
:
20
px
;
margin-left
:
42
px
;
margin-right
:
4px
;
position
:
relative
;
}
.dn_wjd
::after
{
content
:
""
;
position
:
absolute
;
width
:
2
px
;
height
:
1
6
px
;
background-color
:
#e3e5ef
;
top
:
5
px
;
left
:
-
35
px
;
width
:
1
px
;
height
:
1
4
px
;
background-color
:
#eccb8a
;
top
:
8
px
;
left
:
-
44
px
;
}
.service_add_cart
{
width
:
192px
;
...
...
@@ -599,11 +603,15 @@ export default {
width
:
896px
;
height
:
72px
;
margin-bottom
:
16px
;
padding
:
20px
;
padding
:
20px
30px
;
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
}
.gnekg_fwf
{
position
:
relative
;
bottom
:
6px
;
}
.spec_des
{
margin-left
:
128px
;
color
:
rgba
(
88
,
97
,
122
,
0.5
);
...
...
@@ -611,6 +619,10 @@ export default {
line-height
:
14px
;
margin-top
:
8px
;
}
.bgnerighur
{
position
:
relative
;
bottom
:
1px
;
}
</
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