From 4abe42222b533be3331aba7cef90abc00abf7422 Mon Sep 17 00:00:00 2001 From: shidongli Date: Sun, 8 Oct 2023 13:38:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=93=E5=BE=81=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Physicalexamination.scss | 110 ++++++++++++++++ .../Physicalexamination.vue | 118 +----------------- 2 files changed, 111 insertions(+), 117 deletions(-) create mode 100644 pagesC/Physicalexamination/Physicalexamination.scss diff --git a/pagesC/Physicalexamination/Physicalexamination.scss b/pagesC/Physicalexamination/Physicalexamination.scss new file mode 100644 index 0000000..3c01932 --- /dev/null +++ b/pagesC/Physicalexamination/Physicalexamination.scss @@ -0,0 +1,110 @@ +.app { + height: 100vh; + background-color: #F7F5F5; + padding: 15rpx 0 0 0; + overflow: scroll; + + .top { + width: 95%; + height: 163rpx; + // background: red; + margin: 0 auto; + justify-content: space-between; + display: flex; + + .device { + font-family: Source Han Sans CN; + width: 48%; + height: 163rpx; + background: #FFFFFF; + box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03); + border-radius: 5rpx; + position: relative; + + image { + position: absolute; + width: 33rpx; + height: 32rpx; + left: 5%; + top: 10%; + } + + .deviceitem { + display: inline-block; + position: absolute; + left: 18%; + top: 8%; + font-size: 28rpx; + font-weight: 500; + color: #000000; + // line-height: 38rpx; + + } + + .itemdata { + position: absolute; + font-size: 24rpx; + font-weight: 400; + color: #595959; + top: 49%; + left: 16%; + + + } + + } + + } + + .body { + position: relative; + width: 95%; + font-family: Source Han Sans CN; + margin: 20rpx auto; + justify-content: space-between; + display: flex; + flex-wrap: wrap; + + .item { + width: 48%; + height: 362rpx; + background: #FFFFFF; + box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03); + border-radius: 5rpx; + margin-bottom: 20rpx; + position: relative; + + image { + width: 140rpx; + height: 155rpx; + position: absolute; + left: 49%; + top: 50%; + } + + .itemtitle { + position: absolute; + font-size: 28rpx; + font-weight: 500; + color: #000000; + top: 8%; + left: 6%; + + } + .itemtext { + position: absolute; + font-size: 24rpx; + font-weight: 400; + color: #595959; + top: 32%; + left: 6%; + } + + .two { + top: 22%; + left: 6%; + } + + } + } + } \ No newline at end of file diff --git a/pagesC/Physicalexamination/Physicalexamination.vue b/pagesC/Physicalexamination/Physicalexamination.vue index 864fe6e..890d60c 100644 --- a/pagesC/Physicalexamination/Physicalexamination.vue +++ b/pagesC/Physicalexamination/Physicalexamination.vue @@ -124,121 +124,5 @@ \ No newline at end of file