diff --git a/App.vue b/App.vue index 00178af..282efb9 100644 --- a/App.vue +++ b/App.vue @@ -28,4 +28,14 @@ padding: 10rpx !important; } } + + .screenSearch{ + .uv-drop-down{ + background: transparent !important; + border: none !important; + // .uv-text__value{ + // color: #fff !important; + // } + } + } diff --git a/components/base/navbar.vue b/components/base/navbar.vue index 5bc527a..49636c4 100644 --- a/components/base/navbar.vue +++ b/components/base/navbar.vue @@ -2,33 +2,33 @@ + :style="{backgroundColor : bgColor,color}"> + :color="color" size="46rpx"> + :color="color" size="46rpx"> {{ title }} + :color="color" size="58rpx"> - - @@ -70,6 +70,9 @@ }, bgColor : { default : '#fff' + }, + color : { + default : '#333' } }, created() { diff --git a/pages.json b/pages.json index 4620ecd..8ce1560 100644 --- a/pages.json +++ b/pages.json @@ -121,7 +121,8 @@ { "path": "scenicSpot/scenicSpotList", "style": { - "enablePullDownRefresh" : true + "enablePullDownRefresh" : true, + "navigationBarTextStyle": "white" } }, { diff --git a/pages_order/components/screen/screenSearch.vue b/pages_order/components/screen/screenSearch.vue new file mode 100644 index 0000000..e66858c --- /dev/null +++ b/pages_order/components/screen/screenSearch.vue @@ -0,0 +1,309 @@ + + + + + \ No newline at end of file diff --git a/pages_order/components/screen/selectArea.vue b/pages_order/components/screen/selectArea.vue new file mode 100644 index 0000000..8183fd0 --- /dev/null +++ b/pages_order/components/screen/selectArea.vue @@ -0,0 +1,22 @@ + + + + + diff --git a/pages_order/scenicSpot/scenicSpotDetail.vue b/pages_order/scenicSpot/scenicSpotDetail.vue index 0fabc2f..faeb184 100644 --- a/pages_order/scenicSpot/scenicSpotDetail.vue +++ b/pages_order/scenicSpot/scenicSpotDetail.vue @@ -43,33 +43,27 @@ 地址:{{ detail.address }} --> - - - 湖南省永州市大石桥镇 - - - - + - - - - 景区评论 - - - - 景区详情 - - - 去这里 - - + + + + + + + + - + + @@ -91,7 +85,15 @@ name: '', }, id: 0, - + tags : [ + { + name : '景区评论' + }, + { + name : '景区详情' + }, + ], + tagIndex : 0, } }, onLoad(options) { @@ -118,6 +120,9 @@ } }, methods: { + tabsClick({index}){ + this.tagIndex = index + }, click(item) { console.log('item', item); }, @@ -223,38 +228,14 @@ .controls { margin-top: 30rpx; } - - .content { - margin-top: 30rpx; - font-size: 28rpx; - } } - .convenient { - display: flex; - justify-content: space-between; - padding: 10rpx 20rpx; - margin-top: 20rpx; - - .Evaluate:hover { - text-decoration: underline; - text-decoration-color: $uni-color; - text-decoration-thickness: 8rpx; - text-decoration-widht: 100rpx; - } - - .Details:hover { - text-decoration: underline; - text-decoration-color: $uni-color; - text-decoration-thickness: 8rpx; - text-decoration-widht: 100rpx; - } - .Gohere:hover { - text-decoration: underline; - text-decoration-color: $uni-color; - text-decoration-thickness: 8rpx; - text-decoration-widht: 100rpx; - } + .content { + padding: 30rpx; + margin-top: 30rpx; + font-size: 28rpx; + background-color: #fff; + padding-bottom: 100rpx; } } \ No newline at end of file diff --git a/pages_order/scenicSpot/scenicSpotList.vue b/pages_order/scenicSpot/scenicSpotList.vue index 1811b1b..cb30c59 100644 --- a/pages_order/scenicSpot/scenicSpotList.vue +++ b/pages_order/scenicSpot/scenicSpotList.vue @@ -1,20 +1,23 @@