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
db77078d
Commit
db77078d
authored
Dec 02, 2022
by
lmf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化支付页面样式
parent
736b48ec
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
15 deletions
+20
-15
app/code/Oceanpayment/Creditcard/view/frontend/web/css/styles.css
+1
-0
app/code/Oceanpayment/Klarna/view/frontend/web/css/styles.css
+3
-0
app/code/Rokanthemes/OnePageCheckout/view/frontend/web/template/payment/discount.html
+1
-8
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
+13
-6
app/design/frontend/Joshine/breeze/web/css/_custom.less
+2
-1
No files found.
app/code/Oceanpayment/Creditcard/view/frontend/web/css/styles.css
View file @
db77078d
...
...
@@ -6,6 +6,7 @@
.payment-method
div
.payment_logo_oceanpaymentcreditcard
{
background
:
url(../images/payment_logo.png)
no-repeat
;
height
:
40px
;
}
...
...
app/code/Oceanpayment/Klarna/view/frontend/web/css/styles.css
View file @
db77078d
...
...
@@ -5,6 +5,9 @@
}
}
.payment-method
div
.payment_logo_oceanpaymentklarna
{
width
:
50%
;
height
:
40px
;
margin-top
:
-2%
;
background
:
url(../images/payment_logo.png)
no-repeat
;
}
...
...
app/code/Rokanthemes/OnePageCheckout/view/frontend/web/template/payment/discount.html
View file @
db77078d
<style
type=
"text/css"
>
@media
(
max-width
:
1024px
){
.payment-option.opc-payment-additional.discount-code
{
margin-bottom
:
100px
;
}
}
</style>
<div
class=
"payment-option opc-payment-additional discount-code"
style=
"background-color: #f9f9f9;padding: 15px;"
>
<div
class=
"payment-option opc-payment-additional discount-code"
style=
"padding: 15px;"
>
<div
class=
"payment-option-content"
data-role=
"content"
>
<!-- ko foreach: getRegion('messages') -->
<!-- ko template: getTemplate() --><!-- /ko -->
...
...
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
View file @
db77078d
...
...
@@ -105,16 +105,13 @@
font-size
:
13px
;
}
.table-checkout-shipping-method
tr
.row
{
/*border: 1px solid #1979c3;*/
box-shadow
:
0
2px
8px
rgb
(
56
77
108
/
40%
);
border
:
1px
solid
#1979c3
;
line-height
:
20px
;
display
:
block
;
padding
:
0
20px
;
margin-bottom
:
10px
;
}
/*table tbody:last-child tr:last-child{*/
/* border-bottom: 1px solid #1979c3;*/
/*}*/
a
[
href
^=
"tel:"
]
{
color
:
#666666
;
}
...
...
@@ -219,9 +216,9 @@
margin-top
:
4px
;
}
.payment-method
{
background
:
#f9f9f9
;
padding
:
10px
20px
;
margin-bottom
:
20px
;
border
:
1px
solid
#dcdcdc
;
}
.payment-method
._active
{
border
:
1px
solid
#1979c3
;
...
...
@@ -363,6 +360,16 @@
vertical-align
:
bottom
;
margin-right
:
15px
;
}
.payment-method-title
label
.label
span
{
display
:
none
;
}
.payment-method-title
label
.label
{
width
:
100%
;
}
table
tbody
:last-child
tr
:last-child
{
border-bottom
:
1px
solid
#1979c3
!important
;
}
}
</style>
<div
id=
"checkout"
data-bind=
"scope:'checkout'"
class=
"checkout-container"
>
...
...
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
db77078d
...
...
@@ -2305,7 +2305,8 @@ tr.grand.totals {
}
#opc-sidebar {
box-shadow: 0 2px 5px #f0f0ff;
font-size: 12px;
font-size: 12px !important;
margin-bottom: 20px;
}
.box {
width: 100% !important;
...
...
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