Commit b5d76efc by qinjianhui

fix: 修改

parent 41dcc65a
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
color: #888; color: #888;
} }
.form { .order-form {
width: 400px; width: 400px;
box-sizing: border-box; box-sizing: border-box;
margin: 0 auto; margin: 0 auto;
...@@ -44,25 +44,25 @@ ...@@ -44,25 +44,25 @@
/* overflow: hidden; */ /* overflow: hidden; */
} }
.form input, .order-form input,
.form button { .order-form button {
width: 100%; width: 100%;
height: 40px; height: 40px;
box-sizing: border-box; box-sizing: border-box;
} }
.form input { .order-form input {
padding-left: 10px; padding-left: 10px;
border: 1px solid #ddd; border: 1px solid #ddd;
color: #333; color: #333;
} }
.form input:focus { .order-form input:focus {
outline: 2px solid #aaa; outline: 2px solid #aaa;
border-radius: 2px; border-radius: 2px;
} }
.form button { .order-form button {
cursor: pointer; cursor: pointer;
background: #000; background: #000;
color: #fff; color: #fff;
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
font-size: 14px; font-size: 14px;
font-weight: bold; font-weight: bold;
} }
.form button:hover { .order-form button:hover {
background: rgb(63, 63, 63); background: rgb(63, 63, 63);
} }
.order_wrap { .order_wrap {
...@@ -270,7 +270,7 @@ ...@@ -270,7 +270,7 @@
} }
@media screen and (max-width: 800px) { @media screen and (max-width: 800px) {
.form { .order-form {
max-width: 90%; max-width: 90%;
} }
...@@ -320,7 +320,7 @@ ...@@ -320,7 +320,7 @@
View and track your orders! Enter your order email address and order No. View and track your orders! Enter your order email address and order No.
below below
</p> </p>
<div id="tracking_order_form" class="form"> <div id="tracking_order_form" class="order-form">
<p style="margin-top: 25px"> <p style="margin-top: 25px">
<input <input
placeholder="Enter email address" placeholder="Enter email address"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment