Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
b7efd1eb821f99ede6845a13fdd4a9194d52f578
2 parents
771d28c0
723a611b
Merge branch 'develop' into release/1.0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
13 deletions
public/scss/common/_icon.css
public/scss/me/_order-detail.css
public/vue/editorial/top-nav.vue
public/vue/product/detail/index.vue
public/scss/common/_icon.css
View file @
b7efd1e
...
...
@@ -26,7 +26,7 @@
}
.icon-bag
:before
{
content
:
"\e
601
"
;
content
:
"\e
910
"
;
}
.icon-down
:before
{
...
...
public/scss/me/_order-detail.css
View file @
b7efd1e
...
...
@@ -33,14 +33,12 @@ body {
}
.order-code
{
padding
:
2
0
px
30px
;
padding
:
2
2
px
30px
;
margin-bottom
:
20px
;
border-top
:
1px
solid
#eee
;
border-bottom
:
1px
solid
#eee
;
p
:
first-of-type
{
font-size
:
34px
;
font-weight
:
7
00
;
font-weight
:
6
00
;
}
p
:last-of-type
{
...
...
@@ -53,12 +51,11 @@ body {
position
:
relative
;
padding
:
20px
30px
27px
;
margin-bottom
:
20px
;
border-top
:
1px
solid
#eee
;
word-wrap
:
break-word
;
p
:
first-of-type
{
font-size
:
32px
;
font-weight
:
7
00
;
font-weight
:
6
00
;
span
{
margin-right
:
40px
;
...
...
@@ -84,7 +81,6 @@ body {
.order-goods
{
padding-top
:
20px
;
border-top
:
1px
solid
#eee
;
border-bottom
:
1px
solid
#eee
;
.goods-info
{
...
...
@@ -178,7 +174,7 @@ body {
}
.order-amount
{
padding
:
30px
2
0px
;
padding
:
26px
3
0px
;
margin-bottom
:
20px
;
border-bottom
:
1px
solid
#eee
;
text-align
:
right
;
...
...
@@ -224,6 +220,7 @@ body {
text-align
:
right
;
a
{
display
:
inline-block
;
padding
:
0
20px
;
height
:
68px
;
line-height
:
68px
;
...
...
@@ -234,6 +231,7 @@ body {
background
:
$
white
;
font-size
:
28px
;
margin-right
:
10px
;
width
:
192px
;
}
button
{
...
...
@@ -260,7 +258,7 @@ body {
}
&
.normal
{
width
:
1
88
px
;
width
:
1
92
px
;
padding
:
0
;
border
:
1px
solid
$
black
;
color
:
$
black
;
...
...
public/vue/editorial/top-nav.vue
View file @
b7efd1e
...
...
@@ -8,7 +8,7 @@
</a>
<!--暂时隐藏收藏入口,下个版本使用-->
<!--<a class="right-button no-intercept" href="javascript:void(0);" @click="favorite()">-->
<!--<span class="icon" :class="{ 'icon-
love': !isFavorite, 'icon-love-soli
d': isFavorite}"></span>-->
<!--<span class="icon" :class="{ 'icon-
focus': !isFavorite, 'icon-focuse
d': isFavorite}"></span>-->
<!--</a>-->
<a class="right-button no-intercept" href="javascript:void(0);" @click="share()">
...
...
public/vue/product/detail/index.vue
View file @
b7efd1e
...
...
@@ -168,8 +168,8 @@
</span>
</button>
<button class="button control-button" @click="toggleFavorite()">
<span v-if="entity.isCollect === 'Y' " class="icon icon-love-solid"></span>
<span v-else class="icon icon-love"></span>
<span v-if="entity.isCollect === 'Y' " class="icon icon-focused"></span>
<span v-else class="icon icon-focus"></span>
</button>
<button class="button button-solid add-to-cart"
@click="showAddToCart()"
...
...
@@ -223,6 +223,10 @@
line-height: $lh;
color: #b0b0b0;
}
.icon-right {
margin-left: 30px;
}
}
.product-detail-desc {
...
...
Please
register
or
login
to post a comment