Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joshine
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
joshine
Commits
49d8a319
Commit
49d8a319
authored
Sep 21, 2022
by
王东红
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录页面优化
parent
0984c3fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
18 deletions
+44
-18
app/design/frontend/Joshine/breeze/Magento_Customer/templates/form/login.phtml
+44
-18
No files found.
app/design/frontend/Joshine/breeze/Magento_Customer/templates/form/login.phtml
View file @
49d8a319
...
...
@@ -9,24 +9,54 @@
/** @var \Magento\Customer\Block\Form\Login $block */
?>
<style
type=
"text/css"
>
.page-main
>
.columns
{
width
:
50%
;
margin
:
0
auto
;
}
@media
(
min-width
:
768px
){
.page-main
>
.columns
{
width
:
50%
;
margin
:
0
auto
;
}
.login-container
{
flex-direction
:
column
;
}
.page-title-wrapper
h1
span
{
font-size
:
60px
;
color
:
#222222
;
font-weight
:
400
;
text-transform
:
capitalize
;
letter-spacing
:
-1.5px
;
margin-bottom
:
20px
;
line-height
:
1
;
}
.login-container
.block.block-customer-login
.actions-toolbar
.secondary
a
.action.remind
{
font-size
:
14px
;
font-family
:
Outfit-Regular
;
color
:
#000000
;
margin-left
:
20px
;
}
}
.page-title-wrapper
h1
span
{
font-size
:
60px
;
color
:
#222222
;
font-weight
:
400
;
text-transform
:
capitalize
;
letter-spacing
:
-1.5px
;
margin-bottom
:
20px
;
line-height
:
1
;
@media
(
max-width
:
767.98px
){
.page-title-wrapper
h1
{
text-align
:
center
;
margin-top
:
140px
;
}
.page-main
>
.columns
{
margin-top
:
40px
;
}
.page-title-wrapper
h1
span
{
font-size
:
36px
;
color
:
#222222
;
font-weight
:
400
;
text-transform
:
capitalize
;
letter-spacing
:
-1.5px
;
line-height
:
1
;
}
.login-container
.block.block-customer-login
.actions-toolbar
.secondary
a
.action.remind
{
font-size
:
14px
;
font-family
:
Outfit-Regular
;
color
:
#000000
;
}
}
.login-container
{
padding
:
1rem
3rem
;
}
...
...
@@ -36,12 +66,7 @@
text-transform
:
none
;
font-size
:
16px
;
}
.login-container
.block.block-customer-login
.actions-toolbar
.secondary
a
.action.remind
{
font-size
:
14px
;
font-family
:
Outfit-Regular
;
color
:
#000000
;
margin-left
:
20px
;
}
.abs-login-block-title
,
.amazon-validate-container
.block
.block-title
,
.login-container
.block
.block-title
{
border-bottom
:
1px
solid
#e8e8e8
;
margin-bottom
:
15px
;
...
...
@@ -94,6 +119,7 @@
font-size
:
14px
;
font-family
:
Outfit-Regular
;
}
</style>
<div
class=
"block block-customer-login"
>
<div
class=
"block-title"
>
...
...
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