Commit b5d76efc by qinjianhui

fix: 修改

parent 41dcc65a
......@@ -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"
......
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