diff --git a/pages/disease/disease.scss b/pages/disease/disease.scss new file mode 100644 index 0000000..25df74d --- /dev/null +++ b/pages/disease/disease.scss @@ -0,0 +1,74 @@ +.app { + height: 100%; + padding-bottom: 70rpx; + + .btn { + width: 217rpx; + height: 68rpx; + background: #4C7BC9; + border-radius: 26rpx; + font-size: 32rpx; + color: #FFFFFF; + line-height: 68rpx; + margin: 100rpx 0 0 60%; + } + + .items { + width: 90%; + margin: 0 auto; + text-align: center; + color: #000000; + + .other { + margin: 0 auto; + height: 93rpx; + display: flex; + background-color: #fff; + border-radius: 20rpx; + width: 100%; + box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03); + margin: 20rpx auto; + line-height: 93rpx; + + view { + height: 93rpx; + font-size: 32rpx; + line-height: 93rpx; + } + + span { + display: inline-block; + line-height: 93rpx; + height: 93rpx; + width: 30%; + font-size: 32rpx; + } + + ::v-deep .u-input__input { + height: 93rpx; + font-size: 32rpx; + } + + ::v-deep .uni-input-wrapper { + height: 93rpx; + line-height: 93rpx; + } + + ::v-deep .u-input { + width: 70%; + height: 93rpx; + line-height: 93rpx; + } + } + + .item { + width: 100%; + height: 93rpx; + background: #ffffff; + box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03); + border-radius: 20rpx; + margin: 0 auto 20rpx; + line-height: 93rpx; + } + } + } \ No newline at end of file diff --git a/pages/picker/picker.vue b/pages/picker/picker.vue new file mode 100644 index 0000000..3005b2a --- /dev/null +++ b/pages/picker/picker.vue @@ -0,0 +1,563 @@ + + + + + diff --git a/pages/user/user.vue b/pages/user/user.vue new file mode 100644 index 0000000..cddf827 --- /dev/null +++ b/pages/user/user.vue @@ -0,0 +1,175 @@ + + + + + diff --git a/static/qdy.png b/static/qdy.png new file mode 100644 index 0000000..2f386b6 Binary files /dev/null and b/static/qdy.png differ diff --git a/static/sousuo.png b/static/sousuo.png new file mode 100644 index 0000000..17074ab Binary files /dev/null and b/static/sousuo.png differ