diff --git a/my/gird/shoucang.vue b/my/gird/shoucang.vue index 3abc603..8a425a7 100644 --- a/my/gird/shoucang.vue +++ b/my/gird/shoucang.vue @@ -437,8 +437,8 @@ position: absolute; top:140rpx; left: 25rpx; - color: #f9f3d3; - background: linear-gradient(to right, #fe912e, #ffa350); + color: #fff; + background: linear-gradient(to right, #019c88, #73d8b4); width: 126upx; text-align: center; border-radius:90rpx 60rpx 60rpx 30rpx; diff --git a/my/setting/xieyi.vue b/my/setting/xieyi.vue index bb4ebfc..6c9e0bd 100644 --- a/my/setting/xieyi.vue +++ b/my/setting/xieyi.vue @@ -1,33 +1,526 @@ + - diff --git a/pages/my/indextaociliaoList.vue b/pages/my/indextaociliaoList.vue index 4b56e66..25cf5e5 100644 --- a/pages/my/indextaociliaoList.vue +++ b/pages/my/indextaociliaoList.vue @@ -8,7 +8,7 @@ {{typeData=='104'?'服务套餐':typeData=='105'?'次卡':'服务疗程'}} - @@ -237,13 +237,13 @@ height: 100vh; overflow: hidden; background-color: #f7f7f7; - position: relative; + /*position: relative;*/ } .item-view-bottom-btn{ text-align: center; width: 131rpx; - height: 55rpx; - line-height: 55rpx; + height: 56rpx; + line-height: 56rpx; background: linear-gradient(90deg, #019C88, #0FA78B, #35C495); border-radius: 10rpx; font-weight: bold; @@ -443,8 +443,8 @@ border-radius: 31rpx; } /deep/.uni-searchbar__box{ - height: 32px; - border-radius: 15px !important; + height: 30px; + border-radius: 30px !important; background-color: #fff !important; border: 1px solid #09a28a; padding: 0px; @@ -456,19 +456,19 @@ } .search-btn{ text-align: center; - line-height: 27px; + line-height: 30px; color: #fff; position: absolute; - right: 20rpx; - top: 28rpx; - height: 26px !important; + right:14rpx; + top: 25rpx; + height: 30px !important; } /deep/.uni-searchbar{ width: 240px; border-radius: 31rpx; + position: relative; } /deep/.uni-input-input { - position: relative; display: block; height: 100%; background: none; diff --git a/pages/therapist/therapist.vue b/pages/therapist/therapist.vue index 7bf38e9..2a98b50 100644 --- a/pages/therapist/therapist.vue +++ b/pages/therapist/therapist.vue @@ -1295,7 +1295,13 @@ import permision from "@/components/permission.js"; text-overflow: ellipsis; text-align: left; } - + .touxiang-frame{ + position: absolute; + width: 100rpx; + height: 38rpx; + left: 44rpx; + top:140rpx; + } .dituList{ width: 85%; height: 173px; diff --git a/static/background-img4.png b/static/background-img4.png new file mode 100644 index 0000000..a8aa1af Binary files /dev/null and b/static/background-img4.png differ diff --git a/static/navigation.png b/static/navigation.png new file mode 100644 index 0000000..4d1dcad Binary files /dev/null and b/static/navigation.png differ diff --git a/uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.vue b/uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.vue index a1a95d8..3cc70bd 100644 --- a/uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.vue +++ b/uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.vue @@ -252,7 +252,7 @@ display: flex; /* #endif */ flex-direction: row; - position: relative; + //position: relative; padding: 14rpx 14rpx; // background-color: #fff; } @@ -264,12 +264,12 @@ justify-content: left; /* #endif */ overflow: hidden; - position: relative; + //position: relative; flex: 1; flex-direction: row; align-items: center; height: $uni-searchbar-height; - padding: 5px 8px 5px 0px; + padding: 6px 8px 6px 0px; } .uni-searchbar__box-icon-search {