diff --git a/src/apps/AppResidentFile/AppResidentFile.vue b/src/apps/AppResidentFile/AppResidentFile.vue index 6b5f9bf2..768a4302 100644 --- a/src/apps/AppResidentFile/AppResidentFile.vue +++ b/src/apps/AppResidentFile/AppResidentFile.vue @@ -473,7 +473,6 @@ uni-page-body { .topcard { position: relative; background: url(http://respub.sinoecare.net/20211221/4-20211221095551.png) no-repeat; - // background: url(http://respub.sinoecare.net/20211221/44-20211221095613.png) no-repeat; background-size: 100% 100%; height: 320px; .cards { diff --git a/src/apps/AppResidentFile/DetailCard.vue b/src/apps/AppResidentFile/DetailCard.vue index e7910196..4e7ae0fa 100644 --- a/src/apps/AppResidentFile/DetailCard.vue +++ b/src/apps/AppResidentFile/DetailCard.vue @@ -129,6 +129,7 @@ export default { box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08); border-radius: 16px; padding: 48px 32px; + margin-bottom: 32px; .photos { img { width: 96px; @@ -177,6 +178,16 @@ export default { } } } + .card:nth-child(2n-1) { + // background: royalblue; + background: url(http://respub.sinoecare.net/20211222/装饰-20211222162743.png) no-repeat; + background-size: 100% 100%; + } + .card:nth-child(2n) { + // background: pink; + background: url(http://respub.sinoecare.net/20211222/装饰2-20211222162934.png) no-repeat; + background-size: 100% 100%; + } } } diff --git a/src/apps/AppResidentFile/components/img/装饰.png b/src/apps/AppResidentFile/components/img/装饰.png deleted file mode 100644 index 41c8ce0d..00000000 Binary files a/src/apps/AppResidentFile/components/img/装饰.png and /dev/null differ diff --git a/src/apps/AppResidentFile/components/img/装饰@2x.png b/src/apps/AppResidentFile/components/img/装饰@2x.png deleted file mode 100644 index 5f29baaa..00000000 Binary files a/src/apps/AppResidentFile/components/img/装饰@2x.png and /dev/null differ diff --git a/src/apps/AppWalkask/AppWalkask.vue b/src/apps/AppWalkask/AppWalkask.vue index 5eb8daf0..6ee53808 100644 --- a/src/apps/AppWalkask/AppWalkask.vue +++ b/src/apps/AppWalkask/AppWalkask.vue @@ -19,7 +19,7 @@