Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
logistics
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
qinjianhui
logistics
Commits
b5d76efc
Commit
b5d76efc
authored
Nov 01, 2022
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改
parent
41dcc65a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
track-order.html
+9
-9
No files found.
track-order.html
View file @
b5d76efc
...
...
@@ -36,7 +36,7 @@
color
:
#888
;
}
.form
{
.
order-
form
{
width
:
400px
;
box-sizing
:
border-box
;
margin
:
0
auto
;
...
...
@@ -44,25 +44,25 @@
/* overflow: hidden; */
}
.form
input
,
.form
button
{
.
order-
form
input
,
.
order-
form
button
{
width
:
100%
;
height
:
40px
;
box-sizing
:
border-box
;
}
.form
input
{
.
order-
form
input
{
padding-left
:
10px
;
border
:
1px
solid
#ddd
;
color
:
#333
;
}
.form
input
:focus
{
.
order-
form
input
:focus
{
outline
:
2px
solid
#aaa
;
border-radius
:
2px
;
}
.form
button
{
.
order-
form
button
{
cursor
:
pointer
;
background
:
#000
;
color
:
#fff
;
...
...
@@ -70,7 +70,7 @@
font-size
:
14px
;
font-weight
:
bold
;
}
.form
button
:hover
{
.
order-
form
button
:hover
{
background
:
rgb
(
63
,
63
,
63
);
}
.order_wrap
{
...
...
@@ -270,7 +270,7 @@
}
@media
screen
and
(
max-width
:
800px
)
{
.form
{
.
order-
form
{
max-width
:
90%
;
}
...
...
@@ -320,7 +320,7 @@
View and track your orders! Enter your order email address and order No.
below
</p>
<div
id=
"tracking_order_form"
class=
"form"
>
<div
id=
"tracking_order_form"
class=
"
order-
form"
>
<p
style=
"margin-top: 25px"
>
<input
placeholder=
"Enter email address"
...
...
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