This commit is contained in:
2026-01-05 12:47:14 +08:00
commit 1fc846fae3
1614 changed files with 162035 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
.nut-sku-operate {
width: 100%;
&-desc {
display: block;
width: 100%;
padding: 10px 0;
font-size: 12px;
color: #de6a1c;
text-align: center;
background: #fbf9da;
}
&-btn {
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: $sku-operate-btn-height;
padding: 0 18px;
text-align: center;
background: $white;
border-top: $sku-operate-btn-border-top;
&-item {
width: 100%;
height: $sku-operate-btn-item-height;
margin-right: 18px;
font-size: $sku-operate-btn-item-font-size;
font-weight: $sku-operate-btn-item-font-weight;
line-height: $sku-operate-btn-item-line-height;
color: $white;
background: $sku-opetate-bg-default;
border-radius: 21px;
&:last-child {
margin-right: 0;
}
}
&-buy {
background: $sku-opetate-bg-buy;
}
}
}