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
8e9b69c7
Commit
8e9b69c7
authored
Sep 28, 2022
by
王东红
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化代码
parent
8860e33b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
7 deletions
+33
-7
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
+24
-6
app/design/frontend/Joshine/breeze/Magento_Checkout/web/template/authentication.html
+9
-1
No files found.
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
View file @
8e9b69c7
...
...
@@ -49,12 +49,13 @@
table
tbody
:last-child
tr
:last-child
{
border-bottom
:
1px
solid
#1979c3
;
}
/*.amcheckout-step-container input[type='text'], .amcheckout-step-container input[type='password'], .amcheckout-step-container input[type='url'], .amcheckout-step-container input[type='tel'], .amcheckout-step-container input[type='search'], .amcheckout-step-container input[type='number'], .amcheckout-step-container input[type='datetime'], .amcheckout-step-container input[type='email'], .amcheckout-step-container select{*/
/* height: 40px;*/
/* border: 1px solid #d4d4d4;*/
/* border-radius: 2px;*/
/* font-size: 16px;*/
/*}*/
a
[
href
^=
"tel:"
]
{
color
:
#666666
;
}
.field.addresses
{
color
:
#666666
;
font-size
:
14px
;
}
.field
._with-tooltip
input
{
width
:
100%
;
}
...
...
@@ -116,6 +117,23 @@
color
:
#666666
;
font-size
:
14px
;
}
.shipping-address-item.selected-item
{
border
:
1px
solid
#1979c3
;
}
.shipping-address-item
:hover
{
box-shadow
:
0
2px
8px
rgb
(
56
77
108
/
20%
);
}
.shipping-address-item.selected-item
:hover
{
box-shadow
:
0
2px
8px
rgb
(
56
77
108
/
40%
);
}
button
.action.secondary
{
background
:
#000000
;
}
.actions-toolbar
.secondary
a
.action.remind
span
{
font-size
:
14px
;
font-family
:
Outfit-Regular
;
color
:
#000000
;
}
@media
(
min-width
:
1024px
)
{
.checkout-container
{
width
:
60%
;
...
...
app/design/frontend/Joshine/breeze/Magento_Checkout/web/template/authentication.html
View file @
8e9b69c7
...
...
@@ -4,6 +4,13 @@
* See COPYING.txt for license details.
*/
-->
<style
type=
"text/css"
>
.actions-toolbar
.secondary
a
.action.remind
span
{
font-size
:
14px
;
font-family
:
Outfit-Regular
;
color
:
#000000
;
}
</style>
<div
class=
"authentication-wrapper"
data-block=
"authentication"
data-bind=
"visible: isActive()"
>
<span
class=
"login-q-reg"
>
Already Registered?
</span>
<button
...
...
@@ -41,6 +48,7 @@
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
<div
class=
"block-content"
aria-labelledby=
"block-customer-login-heading"
>
<form
data-role=
"login"
data-bind=
"submit:login"
method=
"post"
>
...
...
@@ -80,7 +88,7 @@
</div>
<div
class=
"secondary"
>
<a
class=
"action action-remind"
data-bind=
"attr: { href: forgotPasswordUrl }"
>
<span
data-bind=
"i18n: 'Forgot Your Password?'"
></span>
<span
style=
"color: #333333;"
data-bind=
"i18n: 'Forgot Your Password?'"
></span>
</a>
</div>
</div>
...
...
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