diff --git a/pages/cooperate/index.vue b/pages/cooperate/index.vue index d62ed97..123f534 100644 --- a/pages/cooperate/index.vue +++ b/pages/cooperate/index.vue @@ -65,7 +65,7 @@ width:400rpx; height: 60rpx; position: absolute; - top:120rpx; + top:100rpx; left:40rpx; } .cop-img2{ diff --git a/pages/my/indextaociliaoList.vue b/pages/my/indextaociliaoList.vue index 1b01583..dd23742 100644 --- a/pages/my/indextaociliaoList.vue +++ b/pages/my/indextaociliaoList.vue @@ -512,7 +512,7 @@ font-weight: bold; font-size: 34rpx; color: #171717; - margin-top: 16rpx; + margin-top: 14rpx; } .service-head-top-left{ display: flex; diff --git a/pages/my/newTeaml.vue b/pages/my/newTeaml.vue index e9dd9bf..25d2650 100644 --- a/pages/my/newTeaml.vue +++ b/pages/my/newTeaml.vue @@ -300,12 +300,14 @@ font-size: 30rpx; } .seckill-rob{ - width: 30%; + width:50%; height: 60rpx; - background: linear-gradient(90deg, #fb2d30, #fc2e37); - text-align: center; + background:#fb2d30 url('../../static/seckill4-1.png'); + background-size: 40% 100%; + background-repeat: no-repeat; line-height: 60rpx; border-radius: 0 10rpx 10rpx 0; + text-indent: 70rpx; } .seckill-img{ width: 70rpx; @@ -480,7 +482,7 @@ } /deep/.zp-paging-container-content{ width: 95%; - margin: 50px auto 0px auto; + margin: 45px auto 0px auto; } .fenlei{ display: flex; @@ -513,46 +515,52 @@ } .search-btn{ text-align: center; - line-height: 31px; - color: #fff; + line-height: 28px; + color: #333; position: absolute; - right: 0; - top: 0; - margin-top:9.4px; - margin-right: 11px; - height: 32px !important; + right:26rpx; + top: 20rpx; + height: 29px !important; } /deep/.uni-searchbar__box-icon-search,.search-btn{ - width: 150rpx; - height: 60rpx; - background: #18A689; + width: 110rpx; + height: 50rpx; + background: #e4e4e4; border-radius: 31rpx; } /deep/.uni-searchbar__box{ - height: 31px; - border-radius: 15px !important; - background-color: #fff !important; - border: 1px solid #E5E5E5; + height: 30px; + border-radius: 30px !important; + background-color: #f4f4f4 !important; + /*border: 1px solid #09a28a;*/ padding: 0px; display: flex; flex-direction: row; flex-flow: row-reverse; position: relative; + margin-top: 4rpx; + margin-right: 15rpx; } /deep/.uni-searchbar{ width: 240px; 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: 14rpx; } .service-head-top-left{ display: flex; diff --git a/pages/shop/index.vue b/pages/shop/index.vue index 67fb2b9..f3866f4 100644 --- a/pages/shop/index.vue +++ b/pages/shop/index.vue @@ -424,46 +424,53 @@ } .search-btn{ text-align: center; - line-height: 31px; + line-height: 28px; color: #fff; position: absolute; - right: 0; - top: 0; - margin-top:9.4px; - margin-right: 11px; - height: 32px !important; + right:26rpx; + top: 25rpx; + 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: 10rpx; + margin-right: 15rpx; } /deep/.uni-searchbar{ - width: 240px; + width: 230px; border-radius: 31rpx; + position: relative; } .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: 14rpx; } .service-head-top-left{ display: flex; diff --git a/static/background-img5.png b/static/background-img5.png new file mode 100644 index 0000000..4ac4c17 Binary files /dev/null and b/static/background-img5.png differ diff --git a/static/seckill4-1.png b/static/seckill4-1.png new file mode 100644 index 0000000..c7dbc57 Binary files /dev/null and b/static/seckill4-1.png differ diff --git a/static/seckill4.png b/static/seckill4.png index 55a3cae..52c06a3 100644 Binary files a/static/seckill4.png and b/static/seckill4.png differ