Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
rqq
9 years ago
Commit
6a98cac9d4b78dfabab669a653be16d46f4f70e9
1 parent
dc605622
本地生活样式更改
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
4 deletions
static/img/life/login/code.png
static/js/life/login.js
static/sass/life/_coupon.css
static/sass/life/_login.css
template/m.yohobuy.com/actions/index/life/coupon.phtml
template/m.yohobuy.com/actions/index/life/login.phtml
static/img/life/login/code.png
View file @
6a98cac
66.9 KB
|
W:
|
H:
81.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
static/js/life/login.js
View file @
6a98cac
...
...
@@ -2,7 +2,7 @@ var $ = require('jquery'),
tel
=
$
(
'.btn-input'
).
val
();
$
(
'.
down-app
'
).
click
(
function
()
{
$
(
'.
notice
'
).
click
(
function
()
{
$
(
'.code'
).
show
();
$
(
'.mark'
).
show
();
});
...
...
static/sass/life/_coupon.css
View file @
6a98cac
...
...
@@ -18,5 +18,6 @@ html,body {
top
:
62%
;
left
:
30%
;
font-size
:
24px
;
background-color
:
#FFFFFF
;
}
}
...
...
static/sass/life/_login.css
View file @
6a98cac
...
...
@@ -16,7 +16,7 @@ html,body {
left
:
4.2rem
;
border
:
none
;
width
:
9.25rem
;
height
:
0.7
rem
;
height
:
1
rem
;
line-height
:
0.75rem
;
text-align
:
center
;
font-size
:
24px
;
...
...
template/m.yohobuy.com/actions/index/life/coupon.phtml
View file @
6a98cac
{
{>
layout/header
}
}
<div
class=
"coupon-page yoho-page"
>
<input
type=
"text"
placeholder=
"xxxxxx"
class=
"coupon-input
"
>
<input
type=
"text"
class=
"coupon-input"
disabled=
"true
"
>
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/index/life/login.phtml
View file @
6a98cac
...
...
@@ -2,7 +2,7 @@
<div
class=
"lifelogin-page yoho-page"
>
<input
type=
"text"
placeholder=
"输入手机号"
class=
"btn-input"
/>
<div
class=
"coupon-btn"
></div>
<
div
class=
"down-app"
></div
>
<
a
class=
"down-app"
href=
"http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho"
></a
>
<div
class=
"notice"
></div>
<div
class=
"mark"
></div>
<div
class=
"code"
>
...
...
Please
register
or
login
to post a comment