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
b50c515f
Commit
b50c515f
authored
Mar 31, 2023
by
halweg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat : coupon alert 适配手机
parent
fe2417fd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
3 deletions
+20
-3
app/code/Joshine/CouponPusher/view/frontend/templates/coupon-subscribe-alert.phtml
+20
-3
No files found.
app/code/Joshine/CouponPusher/view/frontend/templates/coupon-subscribe-alert.phtml
View file @
b50c515f
...
...
@@ -17,6 +17,23 @@
align-items
:
center
;
position
:
relative
;
}
@media
(
max-width
:
670px
)
{
#coupon-subscribe-alert
.joshine-model-warp
.j-modal
.j-modal-dialog
{
width
:
85vw
;
}
.coupon-alt
.coupon-alt-input
{
width
:
95%
;
}
.coupon-alt
.coupon-alt-input-title
{
height
:
auto
;
font-size
:
.8em
;
line-height
:
1em
;
}
.coupon-input-errorMsg
{
width
:
auto
;
}
}
</style>
<div
class=
"joshine-model-warp"
id=
"coupon-subscribe-alert"
style=
"display: none;"
>
<div
class=
"joshine-mask"
></div>
...
...
@@ -44,10 +61,10 @@
<div
class=
"coupon-alert-submit-button"
id=
"coupon-subscribe-email"
>
<?=
__
(
'Submit'
)
?>
</div>
</div>
<div
class=
"coupon-input-errorMsg"
></div>
<div
class=
"split-line"
><span
class=
"split-text"
>
<?=
__
(
'OR'
)
?>
</span></div>
<div
class=
"coupon-alt-bottom-title"
><span>
<?=
__
(
'Submit email address to get your exclusive offer.'
)
?>
</span>
<div
class=
"split-line
joshine-hidden-sm joshine-hidden-xs
"
><span
class=
"split-text"
>
<?=
__
(
'OR'
)
?>
</span></div>
<div
class=
"coupon-alt-bottom-title
joshine-hidden-sm joshine-hidden-xs
"
><span>
<?=
__
(
'Submit email address to get your exclusive offer.'
)
?>
</span>
</div>
<div
class=
"coupon-alt-bottom-text"
>
<div
class=
"coupon-alt-bottom-text
joshine-hidden-sm joshine-hidden-xs
"
>
<?=
__
(
'*You agree to receive autodialed marketing messages on this
number. Consent not required to purchase goods. Message and data rates may apply. Message
frequency may vary. Text STOP to opt out and HELP for help.'
)
?>
...
...
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