wip
This commit is contained in:
parent
3bcece155e
commit
b313636592
|
|
@ -8930,7 +8930,7 @@ progress {
|
|||
display: block;
|
||||
width: 100%;
|
||||
padding: 0.46rem 0.75rem;
|
||||
font-size: 0.9rem;
|
||||
font-size: 0.85rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
color: #212529;
|
||||
|
|
@ -9150,7 +9150,7 @@ textarea.form-control-lg {
|
|||
width: 100%;
|
||||
padding: 0.46rem 2.25rem 0.46rem 0.75rem;
|
||||
-moz-padding-start: calc(0.75rem - 3px);
|
||||
font-size: 0.9rem;
|
||||
font-size: 0.85rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
color: #212529;
|
||||
|
|
@ -9504,7 +9504,7 @@ textarea.form-control-lg {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0.46rem 0.75rem;
|
||||
font-size: 0.9rem;
|
||||
font-size: 0.85rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
color: #212529;
|
||||
|
|
@ -9747,7 +9747,7 @@ textarea.form-control-lg {
|
|||
background-color: transparent;
|
||||
border: 1px solid transparent;
|
||||
padding: 0.46rem 0.75rem;
|
||||
font-size: 0.9rem;
|
||||
font-size: 0.85rem;
|
||||
border-radius: 0;
|
||||
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
}
|
||||
|
|
@ -18037,6 +18037,10 @@ textarea.form-control-lg {
|
|||
border-top: none;
|
||||
}
|
||||
|
||||
.btn {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.card .card-header {
|
||||
padding: 1rem 1rem 0.3rem;
|
||||
background-color: #fff;
|
||||
|
|
|
|||
|
|
@ -31,11 +31,12 @@ $breadcrumb-bg: transparent;
|
|||
|
||||
$border-radius: 0;
|
||||
$input-btn-padding-y: .46rem;
|
||||
$input-btn-font-size: 0.9rem;
|
||||
$input-btn-font-size: 0.85rem;
|
||||
$input-btn-focus-box-shadow: 0 0 11px 0 rgba($color: $primary, $alpha: .1);
|
||||
|
||||
// $input-btn-padding-x: .75rem !default;
|
||||
$btn-focus-width: 0;
|
||||
$btn-border-radius: 0;
|
||||
// $btn-padding-y: $input-btn-padding-y !default;
|
||||
// $btn-focus-box-shadow: 0 0 11px 0 rgba($color: $primary, $alpha: .1);
|
||||
|
||||
|
|
@ -80,6 +81,10 @@ $card-border-width: 0;
|
|||
border-top: none;
|
||||
}
|
||||
|
||||
.btn {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.card {
|
||||
// box-shadow: rgba(0, 0, 0, .1) 0px 1px 4px 0px;
|
||||
// border: none;
|
||||
|
|
|
|||
|
|
@ -37,8 +37,8 @@
|
|||
<td>{{ $item['price'] }}</td>
|
||||
<td class="text-end">
|
||||
<div class="">
|
||||
<button class="btn btn-outline-danger btn-sm">删除</button>
|
||||
<button class="btn btn-outline-dark btn-sm">加购物车</button>
|
||||
<button class="btn btn-dark btn-sm">加购物车</button>
|
||||
<button class="btn btn-danger btn-sm"><i class="bi bi-x-lg"></i></button>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue