diff --git a/pages/discussion/discussion.wxml b/pages/discussion/discussion.wxml index 54c4fa8..d5d7467 100644 --- a/pages/discussion/discussion.wxml +++ b/pages/discussion/discussion.wxml @@ -20,7 +20,7 @@ - + diff --git a/pages/discussion/discussion.wxss b/pages/discussion/discussion.wxss index 5eead36..795a21b 100644 --- a/pages/discussion/discussion.wxss +++ b/pages/discussion/discussion.wxss @@ -1,7 +1,8 @@ page { - width:100%; - height:100vh; + width: 100%; + height: 100vh; } + .discussion { width: 100%; height: 100%; @@ -18,22 +19,26 @@ page { box-sizing: border-box; padding-left: 20rpx; } + .discussion .header .left { - height:100%; + height: 100%; display: flex; align-items: center; } + .discussion .header .left .dang-logo { width: 32rpx; - height:32rpx; + height: 32rpx; object-fit: cover; } + .discussion .header .left .grid-name { - color: #EB0000; + color: #eb0000; font-size: 32rpx; font-weight: bolder; margin-left: 10rpx; } + .discussion .header .right { display: flex; align-items: center; @@ -41,36 +46,43 @@ page { height: 100%; position: relative; } + .discussion .header .right .issue { font-size: 30rpx; color: #333; padding: 0 25rpx; } + .discussion .header .right .project { font-size: 30rpx; color: #333; padding: 0 25rpx; } + .discussion .header .right .select { font-weight: bolder; - color: #F40D0D; + color: #f40d0d; } + .discussion .header .right .select-tab { - width:32rpx; - height:6rpx; - background:#F40D0D; - border-radius:3rpx; + width: 32rpx; + height: 6rpx; + background: #f40d0d; + border-radius: 3rpx; position: absolute; left: 35rpx; bottom: 10rpx; } + .discussion .header .right .hover-view { background: #f7f7f7; } + .discussion .header .right .select-tab.issue-select { transition: left 0.3s linear; left: 40rpx; } + .discussion .header .right .select-tab.project-select { transition: left 0.3s linear; left: 145rpx; @@ -89,14 +101,15 @@ page { } .addIssue { - width: 120rpx; - height: 120rpx; + width: 196rpx; + height: 232rpx; position: fixed; - bottom: 10rpx; - right: 10rpx; + bottom: 30%; + right: 14rpx; } + .addIssue image { width: 100%; height: 100%; object-fit: cover; -} \ No newline at end of file +} diff --git a/pages/indexNew/indexNew.wxml b/pages/indexNew/indexNew.wxml index 4a422cf..41d2c07 100644 --- a/pages/indexNew/indexNew.wxml +++ b/pages/indexNew/indexNew.wxml @@ -91,7 +91,8 @@ @@ -115,7 +116,7 @@ - 积分排名