diff --git a/components/xuan-switch/xuan-switch-ditu.vue b/components/xuan-switch/xuan-switch-ditu.vue index 9d1208f..132cb2b 100644 --- a/components/xuan-switch/xuan-switch-ditu.vue +++ b/components/xuan-switch/xuan-switch-ditu.vue @@ -56,7 +56,7 @@ export default { }, bj_color:{ type:String, - default:'#fff' + default:'#F2F2F2' }, checked_bj_color:{ type:String, @@ -148,7 +148,7 @@ export default { flex-direction: row; width: 144rpx; height: 53rpx; - background: #EFFFFA; + background: #f7f7f7; border-radius: 27rpx; position: relative; .switch_view{ @@ -187,7 +187,7 @@ export default { width: 100%; height: 100%; z-index: 99; - background: #fff; + background: #f7f7f7; opacity: 0.6; border-radius: 100upx; } diff --git a/pages/my/newTeamlDetail.vue b/pages/my/newTeamlDetail.vue new file mode 100644 index 0000000..6c9e0bd --- /dev/null +++ b/pages/my/newTeamlDetail.vue @@ -0,0 +1,526 @@ + + + + + + diff --git a/pages/therapist/therapist.vue b/pages/therapist/therapist.vue index 234ffed..9a3d68f 100644 --- a/pages/therapist/therapist.vue +++ b/pages/therapist/therapist.vue @@ -1305,7 +1305,7 @@ import permision from "@/components/permission.js"; top: 0rpx; z-index: 999; width: 100%; - background: #fff; + background:#ffffff; // 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; diff --git a/static/seckill4.png b/static/seckill4.png new file mode 100644 index 0000000..55a3cae Binary files /dev/null and b/static/seckill4.png differ diff --git a/uni_modules/z-tabs/components/z-tabs/z-tabs.vue b/uni_modules/z-tabs/components/z-tabs/z-tabs.vue index 783f3bb..00eab00 100644 --- a/uni_modules/z-tabs/components/z-tabs/z-tabs.vue +++ b/uni_modules/z-tabs/components/z-tabs/z-tabs.vue @@ -725,12 +725,12 @@ bottom: 0; left: 0; right: 0; - margin-bottom: 5px; + margin-bottom: -4px; } .z-tabs-bottom-dot{ border-radius: 100px; - background: linear-gradient(90deg,rgba(234, 248, 245,0.9),rgba(1, 156, 136,0.7)) !important; + background: linear-gradient(90deg,rgba(44, 189, 147,0.1),rgba(1, 156, 136,0.7)) !important; } .z-tabs-left,.z-tabs-right{