diff --git a/my/setting/index.vue b/my/setting/index.vue index e619420..b404429 100644 --- a/my/setting/index.vue +++ b/my/setting/index.vue @@ -150,7 +150,7 @@ .content { width: 100%; height: 100vh; - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7), url('../../static/background-img.png'); + /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7), url('../../static/background-img.png');*/ background-position: center center; background-repeat: no-repeat; background-size: 100% 100%; diff --git a/pages/my/fuwuGengduo.vue b/pages/my/fuwuGengduo.vue index a5dc657..364d3bb 100644 --- a/pages/my/fuwuGengduo.vue +++ b/pages/my/fuwuGengduo.vue @@ -395,47 +395,51 @@ display: none; } .search-btn{ - text-align: center; - line-height: 31px; - color: #fff; - position: absolute; - right: 0; - top: 0; - margin-top:9.4px; - margin-right: 11px; - height: 32px !important; + text-align: center; + line-height: 28px; + color: #fff; + position: absolute; + right:14rpx; + top:19rpx; + height: 29px !important; } /deep/.uni-searchbar__box-icon-search,.search-btn{ - width: 150rpx; - height: 60rpx; + width: 110rpx; + height: 50rpx; background: #18A689; border-radius: 31rpx; - } /deep/.uni-searchbar__box{ - height: 31px; - border-radius: 15px !important; + height: 30px; + border-radius: 30px !important; background-color: #fff !important; - border: 1px solid #E5E5E5; + border: 1px solid #09a28a; padding: 0px; display: flex; flex-direction: row; flex-flow: row-reverse; position: relative; + margin-top: 4rpx; } /deep/.uni-searchbar{ - width: 240px; + width: 230px; border-radius: 31rpx; } .service-head-top-left image{ - width: 25px; - height: 30rpx; - margin-right: 10px; + width: 20px; + height: 20rpx; + margin-right:5px; + margin-left: 10rpx; } .service-head-top-left span{ + width: 180rpx; + height: 60rpx; + background:url('../../static/images/headline.png') 0rpx 26rpx; + background-repeat: no-repeat; font-weight: bold; font-size: 34rpx; color: #171717; + margin-top: 16rpx; } .service-head-top-left{ display: flex; @@ -450,7 +454,6 @@ align-items: center; justify-content: space-between; position: fixed; - background-color: #fff; z-index: 999; }