Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
石坚
9 years ago
Commit
982ffdb8849f72ae0a1b96759e7f71fdbfa6af04
1 parent
8d21c023
blk一系列样式的修改
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
71 additions
and
42 deletions
apps/me/views/partial/order/table-body.hbs
apps/me/views/partial/setting/act/step1.hbs
config/common.js
public/scss/_base.css
public/scss/components/_dialog.css
public/scss/components/_goods.css
public/scss/me/order/_table.css
public/scss/me/setting/_act.css
public/scss/product/_item.css
public/scss/product/_shop.css
apps/me/views/partial/order/table-body.hbs
View file @
982ffdb
...
...
@@ -20,13 +20,13 @@
</div>
<div
class=
"common-column special-border operation"
>
{{#if
showPayButton
}}
<div
class=
"pay-operation"
>
<div
class=
"pay-operation
{{#
unless
showLeftTime
}}
marginhack
{{/
unless
}}
"
>
{{#if
isOnlinePaid
}}
{{#if
showLeftTime
}}
<span
class=
"iconfont hide-when-invalid"
>

</span><p
class=
"left-time"
data-left=
"
{{
payLefttime
}}
"
></p>
{{/if}}
<a
href=
"
{{
payUrl
}}
"
>
<span
class=
"btn red hide-when-invalid"
>
立即付款
</span>
<span
class=
"btn red hide-when-invalid
"
>
立即付款
</span>
</a>
{{/if}}
<p
class=
"subtext cancel"
>
取消订单
</p>
...
...
@@ -46,7 +46,7 @@
<p
class=
"subtext express"
>
物流进度
</p>
{{/if}}
<div
class=
"buy-operation
{{#
unless
showBuyBtn
}}
hide
{{/
unless
}}
"
>
<div
class=
"buy-operation
{{#
unless
showBuyBtn
}}
hide
{{/
unless
}}
{{#
unless
showPayButton
}}
marginhack
{{/
unless
}}
"
>
<span
class=
"btn black buy"
>
再次购买
</span>
<p
class=
"subtext delete"
>
删除订单
</p>
</div>
...
...
apps/me/views/partial/setting/act/step1.hbs
View file @
982ffdb
...
...
@@ -4,7 +4,7 @@
<div
class=
"progress-text"
>
<span>
验证身份
</span>
<span
class=
"gray-text"
>
{{
proTitle
}}
</span>
<span
class=
"gray-text"
>
完成
</span>
<span
class=
"gray-text
pad66
"
>
完成
</span>
</div>
{{#if
isShowMobile
}}
<div
class=
"operate1"
>
...
...
config/common.js
View file @
982ffdb
...
...
@@ -23,11 +23,8 @@ module.exports = {
cookieDomain
:
'yohoblk.com'
,
domains
:
{
singleApi
:
'http://192.168.102.31:8092/'
,
api
:
'http://api-test2.yohops.com:9999/'
,
service
:
'http://service-test2.yohops.com:9999/'
,
// api: 'http://api.yoho.yohoops.org/',
// service: 'http://service.yoho.yohoops.org/',
api
:
'http://api.yoho.yohoops.org/'
,
service
:
'http://service.yoho.yohoops.org/'
,
search
:
'http://192.168.102.216:8080/yohosearch/'
},
useOneapm
:
false
,
...
...
public/scss/_base.css
View file @
982ffdb
...
...
@@ -245,8 +245,8 @@ a {
.body-mask
{
position
:
fixed
;
z-index
:
100
;
background
:
#1d1d1d
;
opacity
:
0.3
;
background
:
#000
;
opacity
:
0.4
;
top
:
0
;
left
:
0
;
}
...
...
public/scss/components/_dialog.css
View file @
982ffdb
...
...
@@ -5,9 +5,9 @@
left
:
50%
;
min-height
:
130px
;
min-width
:
420px
;
background
:
#f
8f8f8
;
background
:
#f
fffff
;
z-index
:
1001
;
border
:
1px
solid
#8f8f8f
;
/*border: 1px solid #8f8f8f;*/
.close
{
padding
:
5px
;
...
...
public/scss/components/_goods.css
View file @
982ffdb
.goods-info
{
width
:
274px
;
margin-right
:
18px
;
.thumb
{
width
:
100%
;
height
:
366px
;
}
.desc
{
text-align
:
center
;
}
.name
{
font-size
:
14px
;
line-height
:
50px
;
}
.price
{
font-size
:
16px
;
font-weight
:
bold
;
}
}
.goods-info
{
width
:
274px
;
margin-right
:
18px
;
.thumb
{
width
:
100%
;
height
:
366px
;
}
.desc
{
text-align
:
center
;
}
.name
{
font-size
:
14px
;
line-height
:
50px
;
display
:
block
;
margin-top
:
-2px
;
}
.price
{
font-size
:
16px
;
font-weight
:
bold
;
display
:
block
;
margin-top
:
-2px
;
}
}
...
...
public/scss/me/order/_table.css
View file @
982ffdb
...
...
@@ -212,7 +212,7 @@
.btn
{
display
:
inline-block
;
margin-bottom
:
1
4
px
;
margin-bottom
:
1
8
px
;
cursor
:
pointer
;
&.black
{
...
...
@@ -220,6 +220,14 @@
}
}
.marginhack
{
margin-top
:
-4px
;
.black{
margin-top
:
0
;
}
}
p
{
margin-bottom
:
$
space
;
line-height
:
20px
;
...
...
public/scss/me/setting/_act.css
View file @
982ffdb
...
...
@@ -22,13 +22,17 @@
background-repeat
:
no-repeat
;
}
.progress-text
{
margin-left
:
48
px
;
margin-left
:
62
px
;
span
{
padding
:
0
50px
;
}
.gray-text
{
color
:
#d3d3d3
;
padding
:
0
38px
;
}
.pad66
{
padding-left
:
66px
;
}
}
.operate1
,
...
...
public/scss/product/_item.css
View file @
982ffdb
...
...
@@ -58,9 +58,15 @@
text-align
:
center
;
}
.trade-wrapper
{
text-align
:
center
;
}
.brand-name
{
font-size
:
24px
;
font-weight
:
bold
;
margin
:
0
40px
;
line-height
:
1.3
;
}
.name
{
...
...
@@ -88,12 +94,14 @@
}
.option-content
{
width
:
226px
;
/*width: 226px;*/
margin
:
0
auto
;
padding
:
40px
0
20px
;
display
:
inline-block
;
>
p
{
line-height
:
50px
;
text-align
:
left
;
}
.title
{
...
...
@@ -102,17 +110,22 @@
}
.color-list
{
width
:
246px
;
min-width
:
226px
;
max-width
:
300px
;
.color-item
{
float
:
left
;
margin-right
:
20px
;
margin-bottom
:
10px
;
&:last-child{
margin-right
:
0
;
}
}
}
.size-list
{
width
:
236px
;
min-width
:
226px
;
max-width
:
300px
;
li
{
height
:
34px
;
...
...
@@ -125,6 +138,9 @@
border
:
1px
solid
#f0f0f0
;
font-weight
:
bold
;
cursor
:
pointer
;
&:last-child{
margin-right
:
0
;
}
}
.disable
{
...
...
public/scss/product/_shop.css
View file @
982ffdb
...
...
@@ -117,7 +117,7 @@
.goods-info
{
float
:
left
;
width
:
272px
;
margin
:
2
5
px
10px
;
margin
:
2
6
px
10px
;
border-width
:
1px
;
.desc
{
...
...
Please
register
or
login
to post a comment