Commit 8e9b69c7 by 王东红

优化代码

parent 8860e33b
......@@ -49,12 +49,13 @@
table tbody:last-child tr:last-child{
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{*/
/* height: 40px;*/
/* border: 1px solid #d4d4d4;*/
/* border-radius: 2px;*/
/* font-size: 16px;*/
/*}*/
a[href^="tel:"]{
color: #666666;
}
.field.addresses{
color: #666666;
font-size: 14px;
}
.field ._with-tooltip input{
width: 100%;
}
......@@ -116,6 +117,23 @@
color: #666666;
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) {
.checkout-container{
width: 60%;
......
......@@ -4,6 +4,13 @@
* 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()">
<span class="login-q-reg">Already Registered?</span>
<button
......@@ -41,6 +48,7 @@
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
<div class="block-content" aria-labelledby="block-customer-login-heading">
<form data-role="login"
data-bind="submit:login"
method="post">
......@@ -80,7 +88,7 @@
</div>
<div class="secondary">
<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>
</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