diff --git a/pages/resource/detail/index.wxml b/pages/resource/detail/index.wxml index 6d9403b..40cf2e1 100644 --- a/pages/resource/detail/index.wxml +++ b/pages/resource/detail/index.wxml @@ -21,6 +21,6 @@ - - + 我要 + 赋能 \ No newline at end of file diff --git a/pages/resource/detail/index.wxss b/pages/resource/detail/index.wxss index 8412a9d..1466a64 100644 --- a/pages/resource/detail/index.wxss +++ b/pages/resource/detail/index.wxss @@ -71,6 +71,8 @@ page{ color:white; display:flex; align-items: center; + flex-direction: column; justify-content: center; font-size: 15px; + line-height:18px; } diff --git a/pages/resource/index.wxml b/pages/resource/index.wxml index d6abdb0..5c7f32e 100644 --- a/pages/resource/index.wxml +++ b/pages/resource/index.wxml @@ -9,9 +9,11 @@ > 赋能政策 - - - + + + + + diff --git a/pages/resource/index.wxss b/pages/resource/index.wxss index f65c6d5..e1c65f5 100644 --- a/pages/resource/index.wxss +++ b/pages/resource/index.wxss @@ -25,6 +25,11 @@ page{ width: 90%; overflow: scroll; } +::-webkit-scrollbar{ + width: 0; + height: 0; + color: transparent; +} .button{ width: 80%; diff --git a/pages/resource/list/index.wxml b/pages/resource/list/index.wxml index e4059b6..f48e3ac 100644 --- a/pages/resource/list/index.wxml +++ b/pages/resource/list/index.wxml @@ -30,7 +30,7 @@ - - + 我要 + 租房 \ No newline at end of file diff --git a/pages/resource/list/index.wxss b/pages/resource/list/index.wxss index 8a8fdad..c75620b 100644 --- a/pages/resource/list/index.wxss +++ b/pages/resource/list/index.wxss @@ -94,7 +94,9 @@ border-radius: 50%; color:white; display:flex; + flex-direction: column; align-items: center; justify-content: center; font-size: 15px; + line-height:18px; } \ No newline at end of file diff --git a/pages/topics/index.wxml b/pages/topics/index.wxml index 599b3f8..c5a91ac 100644 --- a/pages/topics/index.wxml +++ b/pages/topics/index.wxml @@ -4,17 +4,17 @@ - +
- + - + - + @@ -26,9 +26,9 @@ - + - + diff --git a/pages/topics/rent/index.wxml b/pages/topics/rent/index.wxml index 9a23063..668a07b 100644 --- a/pages/topics/rent/index.wxml +++ b/pages/topics/rent/index.wxml @@ -4,7 +4,10 @@ - {{item.title}} + + {{item.title}} + + {{item.address}} @@ -22,9 +25,11 @@ > 住房平台使用须知 - - - + + + + + diff --git a/pages/topics/rent/index.wxss b/pages/topics/rent/index.wxss index 3405957..7419a7d 100644 --- a/pages/topics/rent/index.wxss +++ b/pages/topics/rent/index.wxss @@ -24,6 +24,7 @@ .image{ + position:relative; height:350rpx; width: 100%; border-top-left-radius: 5px; @@ -76,6 +77,12 @@ overflow: scroll; } +::-webkit-scrollbar{ + width: 0; + height: 0; + color: transparent; +} + .button{ width: 80%; height: 18%; @@ -94,3 +101,10 @@ .btnView{ width:100% } + +.overlay{ + position:absolute; + height: 100%; + width: 100%; + background-color: rgba(0,0,0,.3); +} diff --git a/pages/topics/talents/index.wxml b/pages/topics/talents/index.wxml index 0f73ed6..b56602f 100644 --- a/pages/topics/talents/index.wxml +++ b/pages/topics/talents/index.wxml @@ -34,12 +34,13 @@ - + + 需求类型 - 需求类型 + 请选择 - {{typeList[typeListIndex]}} + {{typeList[typeListIndex]}} @@ -61,12 +62,13 @@ - + + 选择街道 - 选择街道 + 请选择 - {{streets[streetsIndex]}} + {{streets[streetsIndex]}} diff --git a/pages/topics/talents/index.wxss b/pages/topics/talents/index.wxss index f123c4e..115f4d4 100644 --- a/pages/topics/talents/index.wxss +++ b/pages/topics/talents/index.wxss @@ -104,3 +104,8 @@ input{ margin-left:20px; margin-top: 3px; } + +.con{ + display:flex; + justify-content: space-between; +} diff --git a/pages/user/myWhistle/whistleDetail/index.wxml b/pages/user/myWhistle/whistleDetail/index.wxml index 8b538a0..8366779 100644 --- a/pages/user/myWhistle/whistleDetail/index.wxml +++ b/pages/user/myWhistle/whistleDetail/index.wxml @@ -26,15 +26,15 @@ - 资源类型:{{detail.typeName}} - 租房类型:{{detail.typeName}} - 需求类型:{{detail.typeName}} + 资源类型:{{detail.typeName}} + 租房类型:{{detail.typeName}} + 需求类型:{{detail.typeName}} - 所在街道:{{detail.departName}} + 所在街道:{{detail.departName}} - 工作单位:{{detail.company}} + 工作单位:{{detail.company}} @@ -57,7 +57,7 @@ - {{item.handleType}}{{item.handleDate}} + {{item.handleType}}{{item.handleDate}} {{item.handleSuggestions}} 处理部门:{{item.handleDepartName}} diff --git a/pages/user/myWhistle/whistleDetail/index.wxss b/pages/user/myWhistle/whistleDetail/index.wxss index 1b3d30b..36cf24d 100644 --- a/pages/user/myWhistle/whistleDetail/index.wxss +++ b/pages/user/myWhistle/whistleDetail/index.wxss @@ -14,6 +14,7 @@ page{ display: flex; align-items: center; justify-content: space-between; + font-size: 13px; } .content{ @@ -31,19 +32,20 @@ page{ width:95%; margin-top:20rpx; margin-bottom: 20rpx; - font-size: 26rpx; + font-size: 15px; display: flex; align-items: center; } .date{ width:95%; - font-size: 26rpx; + font-size: 13px; + color:#737373; } .info{ width:95%; - font-size: 26rpx; + font-size: 13px; margin-bottom: 5px; }