Commit 68ad21ea by 王东红

fix

parent 0ce74771
......@@ -1121,6 +1121,17 @@ footer{
:where(input:not([type=range])):focus, :where(input:not([type=range])):focus-visible, textarea:focus, textarea:focus-visible, select:focus, select:focus-visible{
--input-shadow-spread: 0;
}
.opc-block-summary .product-item .product-item-name{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: pointer;
width: 100%;
display: inline-block;
color: #222222;
font-family: Outfit-Regular;
font-size: 14px;
}
.navigation-wrapper{
padding-top: 10px;
padding-bottom: 10px;
......
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