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
d068f9af
Commit
d068f9af
authored
Mar 16, 2023
by
dhn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按钮
parent
7f70cfff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
app/code/Magento/Checkout/view/frontend/templates/cart/methods-new.phtml
+1
-1
app/design/frontend/Joshine/breeze/web/css/_custom.less
+10
-0
No files found.
app/code/Magento/Checkout/view/frontend/templates/cart/methods-new.phtml
View file @
d068f9af
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
</
style
>
</
style
>
<
div
class
="
checkout
methods
items
checkout
-
methods
-
items
">
<
div
class
="
checkout
methods
items
checkout
-
methods
-
items
">
<div class="
item
checkout
-
now
">
<div class="
item
checkout
-
now
">
<button type="
button
" data-role="
proceed
-
to
-
checkout
" title="
Checkout
Now
" class="
action
primary
checkout
"
style="
background
:
#0000; height: 40px;font-size: 22px;text-transform: uppercase;font-weight: 400;"
>
<button type="
button
" data-role="
proceed
-
to
-
checkout
" title="
Checkout
Now
" class="
action
primary
checkout
">
<span class="
secure
"><img alt="" src="
/
media
/
wysiwyg
/
secure
.
png
"></span>
<span class="
secure
"><img alt="" src="
/
media
/
wysiwyg
/
secure
.
png
"></span>
<span>Checkout Now</span>
<span>Checkout Now</span>
</button>
</button>
...
...
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
d068f9af
...
@@ -797,6 +797,9 @@ p.shopbycate-title {
...
@@ -797,6 +797,9 @@ p.shopbycate-title {
.no-enabled{
.no-enabled{
color:#cacaca!important;
color:#cacaca!important;
}
}
.checkout-cart-index .cart-container .checkout-methods-items .checkout-now button{
background: #0000; height: 40px;font-size: 22px;text-transform: uppercase;font-weight: 400;
}
@media (min-width: 768px) {
@media (min-width: 768px) {
.checkout-cart-index .cart-container {
.checkout-cart-index .cart-container {
padding-bottom: 2rem;
padding-bottom: 2rem;
...
@@ -804,6 +807,9 @@ p.shopbycate-title {
...
@@ -804,6 +807,9 @@ p.shopbycate-title {
.checkout-cart-index .cart-container .cart.actions {
.checkout-cart-index .cart-container .cart.actions {
border-top:none;
border-top:none;
}
}
.checkout-cart-index .cart-container .checkout-methods-items .checkout-now button{
height: 50px;
}
.checkout-cart-index #maincontent,.checkout-onepage-success #maincontent{
.checkout-cart-index #maincontent,.checkout-onepage-success #maincontent{
background-color: #f4f4f4;
background-color: #f4f4f4;
border-top:1px solid #ddd;
border-top:1px solid #ddd;
...
@@ -866,6 +872,9 @@ p.shopbycate-title {
...
@@ -866,6 +872,9 @@ p.shopbycate-title {
top: 45%;
top: 45%;
left: 45%;
left: 45%;
}
}
.checkout-cart-index .checkout-methods-items {
background-color: #fff;
}
}
}
.checkout-cart-index .cart-container .cart-summary {
.checkout-cart-index .cart-container .cart-summary {
gap: 0px;
gap: 0px;
...
@@ -910,6 +919,7 @@ p.shopbycate-title {
...
@@ -910,6 +919,7 @@ p.shopbycate-title {
.checkout-cart-index #cart-totals table td,.checkout-cart-index #cart-totals table th {
.checkout-cart-index #cart-totals table td,.checkout-cart-index #cart-totals table th {
padding: 0.3rem 0.5rem;
padding: 0.3rem 0.5rem;
}
}
}
}
.checkout-index-index .details-qty,.checkout-cart-index .details-qty{
.checkout-index-index .details-qty,.checkout-cart-index .details-qty{
display: block;
display: block;
...
...
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