diff --git a/src/pages/health/activity/list.vue b/src/pages/health/activity/list.vue index 078f86b..31cfdb3 100644 --- a/src/pages/health/activity/list.vue +++ b/src/pages/health/activity/list.vue @@ -434,7 +434,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/doctorRecord/list.vue b/src/pages/health/doctorRecord/list.vue index 9a7cc67..19643d9 100644 --- a/src/pages/health/doctorRecord/list.vue +++ b/src/pages/health/doctorRecord/list.vue @@ -684,7 +684,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/healthRecord/list.vue b/src/pages/health/healthRecord/list.vue index ba3c738..4611330 100644 --- a/src/pages/health/healthRecord/list.vue +++ b/src/pages/health/healthRecord/list.vue @@ -671,7 +671,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/heightWeightRecord/list.vue b/src/pages/health/heightWeightRecord/list.vue index 7cd3fc9..1c3a335 100644 --- a/src/pages/health/heightWeightRecord/list.vue +++ b/src/pages/health/heightWeightRecord/list.vue @@ -555,7 +555,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/marRecord/list.vue b/src/pages/health/marRecord/list.vue index 5330d90..f43d501 100644 --- a/src/pages/health/marRecord/list.vue +++ b/src/pages/health/marRecord/list.vue @@ -742,7 +742,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/medicineBasic/list.vue b/src/pages/health/medicineBasic/list.vue index 2104165..8231c00 100644 --- a/src/pages/health/medicineBasic/list.vue +++ b/src/pages/health/medicineBasic/list.vue @@ -605,7 +605,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/medicineStock/list.vue b/src/pages/health/medicineStock/list.vue index eed1c07..778e6fa 100644 --- a/src/pages/health/medicineStock/list.vue +++ b/src/pages/health/medicineStock/list.vue @@ -276,7 +276,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/medicineStockIn/list.vue b/src/pages/health/medicineStockIn/list.vue index a38ce1e..933dfc6 100644 --- a/src/pages/health/medicineStockIn/list.vue +++ b/src/pages/health/medicineStockIn/list.vue @@ -618,7 +618,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/milkPowderRecord/list.vue b/src/pages/health/milkPowderRecord/list.vue index 1b9ed4c..36fcab5 100644 --- a/src/pages/health/milkPowderRecord/list.vue +++ b/src/pages/health/milkPowderRecord/list.vue @@ -532,7 +532,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/person/list.vue b/src/pages/health/person/list.vue index 3090d46..22d9321 100644 --- a/src/pages/health/person/list.vue +++ b/src/pages/health/person/list.vue @@ -321,7 +321,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/processRecord/list.vue b/src/pages/health/processRecord/list.vue index 3b027b9..de8a394 100644 --- a/src/pages/health/processRecord/list.vue +++ b/src/pages/health/processRecord/list.vue @@ -625,7 +625,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/statistic/doctorStatistic/index.vue b/src/pages/health/statistic/doctorStatistic/index.vue index b018eec..0ac0f26 100644 --- a/src/pages/health/statistic/doctorStatistic/index.vue +++ b/src/pages/health/statistic/doctorStatistic/index.vue @@ -1366,7 +1366,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/statistic/healthStatistic/index.vue b/src/pages/health/statistic/healthStatistic/index.vue index 129ccb0..4e0907e 100644 --- a/src/pages/health/statistic/healthStatistic/index.vue +++ b/src/pages/health/statistic/healthStatistic/index.vue @@ -1218,7 +1218,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/statistic/marStatistic/index.vue b/src/pages/health/statistic/marStatistic/index.vue index 82ad36b..cec6596 100644 --- a/src/pages/health/statistic/marStatistic/index.vue +++ b/src/pages/health/statistic/marStatistic/index.vue @@ -1168,7 +1168,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row { diff --git a/src/pages/health/temperatureRecord/list.vue b/src/pages/health/temperatureRecord/list.vue index ef6fbc2..0137a7b 100644 --- a/src/pages/health/temperatureRecord/list.vue +++ b/src/pages/health/temperatureRecord/list.vue @@ -644,7 +644,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; } .info-row {