Commit 8e9b69c7 by 王东红

优化代码

parent 8860e33b
...@@ -49,12 +49,13 @@ ...@@ -49,12 +49,13 @@
table tbody:last-child tr:last-child{ table tbody:last-child tr:last-child{
border-bottom: 1px solid #1979c3; border-bottom: 1px solid #1979c3;
} }
/*.amcheckout-step-container input[type='text'], .amcheckout-step-container input[type='password'], .amcheckout-step-container input[type='url'], .amcheckout-step-container input[type='tel'], .amcheckout-step-container input[type='search'], .amcheckout-step-container input[type='number'], .amcheckout-step-container input[type='datetime'], .amcheckout-step-container input[type='email'], .amcheckout-step-container select{*/ a[href^="tel:"]{
/* height: 40px;*/ color: #666666;
/* border: 1px solid #d4d4d4;*/ }
/* border-radius: 2px;*/ .field.addresses{
/* font-size: 16px;*/ color: #666666;
/*}*/ font-size: 14px;
}
.field ._with-tooltip input{ .field ._with-tooltip input{
width: 100%; width: 100%;
} }
...@@ -116,6 +117,23 @@ ...@@ -116,6 +117,23 @@
color: #666666; color: #666666;
font-size: 14px; font-size: 14px;
} }
.shipping-address-item.selected-item{
border: 1px solid #1979c3;
}
.shipping-address-item:hover{
box-shadow: 0 2px 8px rgb(56 77 108 / 20%);
}
.shipping-address-item.selected-item:hover{
box-shadow: 0 2px 8px rgb(56 77 108 / 40%);
}
button.action.secondary{
background: #000000;
}
.actions-toolbar .secondary a.action.remind span{
font-size: 14px;
font-family: Outfit-Regular;
color: #000000;
}
@media (min-width: 1024px) { @media (min-width: 1024px) {
.checkout-container{ .checkout-container{
width: 60%; width: 60%;
......
...@@ -4,6 +4,13 @@ ...@@ -4,6 +4,13 @@
* See COPYING.txt for license details. * See COPYING.txt for license details.
*/ */
--> -->
<style type="text/css">
.actions-toolbar .secondary a.action.remind span{
font-size: 14px;
font-family: Outfit-Regular;
color: #000000;
}
</style>
<div class="authentication-wrapper" data-block="authentication" data-bind="visible: isActive()"> <div class="authentication-wrapper" data-block="authentication" data-bind="visible: isActive()">
<span class="login-q-reg">Already Registered?</span> <span class="login-q-reg">Already Registered?</span>
<button <button
...@@ -41,6 +48,7 @@ ...@@ -41,6 +48,7 @@
<!-- ko template: getTemplate() --><!-- /ko --> <!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko--> <!--/ko-->
<div class="block-content" aria-labelledby="block-customer-login-heading"> <div class="block-content" aria-labelledby="block-customer-login-heading">
<form data-role="login" <form data-role="login"
data-bind="submit:login" data-bind="submit:login"
method="post"> method="post">
...@@ -80,7 +88,7 @@ ...@@ -80,7 +88,7 @@
</div> </div>
<div class="secondary"> <div class="secondary">
<a class="action action-remind" data-bind="attr: { href: forgotPasswordUrl }"> <a class="action action-remind" data-bind="attr: { href: forgotPasswordUrl }">
<span data-bind="i18n: 'Forgot Your Password?'"></span> <span style="color: #333333;" data-bind="i18n: 'Forgot Your Password?'"></span>
</a> </a>
</div> </div>
</div> </div>
......
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