diff --git a/ebike-maintenance/pages/home/home.css b/ebike-maintenance/pages/home/home.css index 4fef0f0..3a3fcc0 100644 --- a/ebike-maintenance/pages/home/home.css +++ b/ebike-maintenance/pages/home/home.css @@ -118,36 +118,34 @@ text-align: center; } -.divQuantityCount { +.divQuantityCount, +.divCount { font-size: 18px; font-weight: bolder; } -/* .divRowQC { - line-height: 25px; +.divFlex { + display: flex; + justify-content: space-evenly; + text-align: center; } -.lbNoQC { +.divCountLabel { font-size: 14px; - color: #000; - margin-left: 3px; - font-weight: 600; } -.lbTag { - padding: 3px 10px; - font-size: 12px; +.divSlider { + display: flex; + align-items: center; + margin-left: 10px; + font-size: 14px; + padding-top: 10px; +} + +.divSliderLable { + background-color: #E2F8FF; border-radius: 15px; - margin-left: 5px; - -} - -.lbTagGreen { - color: #1DD950; - background-color: #E8F9E6; -} - -.lbTagRed { - color: #F98F93; - background-color: #FFECED; -} */ \ No newline at end of file + padding: 3px 15px; + color: #0AB6F9; + margin-right: 10px; +} \ No newline at end of file diff --git a/ebike-maintenance/pages/home/home.vue b/ebike-maintenance/pages/home/home.vue index ed9c1a4..46046e4 100644 --- a/ebike-maintenance/pages/home/home.vue +++ b/ebike-maintenance/pages/home/home.vue @@ -1,6 +1,6 @@