diff --git a/components/DropDown/DropDown.vue b/components/DropDown/DropDown.vue index c3bec0a..f72e5d6 100644 --- a/components/DropDown/DropDown.vue +++ b/components/DropDown/DropDown.vue @@ -1,14 +1,15 @@ @@ -47,12 +72,23 @@ color: #CC3333; } .container{ - + margin-top: 10px; + position: relative; + .tabs-bg { + position: absolute; + background-color: $uni-bg-color-grey; + height: 120rpx; + width: 100%; + transform: translateY(-20rpx); + z-index: 2; + } .tabs{ background-color: #fff; height: 100rpx; display: flex; justify-content: space-around; + position: relative; + z-index: 3; } .title-view { display: flex; @@ -70,5 +106,9 @@ justify-content: center; } } - + .item-border{ + position: absolute; + width: 100%; + height: 100%; + } \ No newline at end of file diff --git a/components/DropDown/DropDownItem.vue b/components/DropDown/DropDownItem.vue index 4bcb550..87ce2f2 100644 --- a/components/DropDown/DropDownItem.vue +++ b/components/DropDown/DropDownItem.vue @@ -1,18 +1,69 @@ \ No newline at end of file diff --git a/components/InputAndSwiper/InputAndSwiper.vue b/components/InputAndSwiper/InputAndSwiper.vue index 77316e2..4fcf43c 100644 --- a/components/InputAndSwiper/InputAndSwiper.vue +++ b/components/InputAndSwiper/InputAndSwiper.vue @@ -1,5 +1,5 @@ @@ -31,11 +35,22 @@ } -