|
|
@ -91,13 +91,13 @@ page { |
|
|
|
.discussion .issue-list { |
|
|
|
width: 100%; |
|
|
|
box-sizing: border-box; |
|
|
|
padding: 30rpx 20rpx 0; |
|
|
|
/* padding: 30rpx 20rpx 0; */ |
|
|
|
} |
|
|
|
|
|
|
|
.discussion .project-list { |
|
|
|
width: 100%; |
|
|
|
box-sizing: border-box; |
|
|
|
padding: 30rpx 20rpx 0; |
|
|
|
/* padding: 30rpx 20rpx 0; */ |
|
|
|
} |
|
|
|
|
|
|
|
.addIssue { |
|
|
@ -113,3 +113,50 @@ page { |
|
|
|
height: 100%; |
|
|
|
object-fit: cover; |
|
|
|
} |
|
|
|
|
|
|
|
/* 新增tab切换 */ |
|
|
|
.tab-v2 { |
|
|
|
padding-left: 30rpx; |
|
|
|
width: calc(100% - 130rpx); |
|
|
|
height: 80rpx; |
|
|
|
position: absolute; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
|
|
|
|
.tab-v2 button { |
|
|
|
position: relative; |
|
|
|
display: inline-block; |
|
|
|
margin: 0 42rpx 0 0; |
|
|
|
flex-shrink: 0; |
|
|
|
/* width: auto !important; */ |
|
|
|
width: 208rpx; |
|
|
|
height: 52rpx; |
|
|
|
min-height: 52rpx !important; |
|
|
|
line-height: 52rpx; |
|
|
|
border-radius: 30rpx; |
|
|
|
padding: 0 20rpx; |
|
|
|
} |
|
|
|
|
|
|
|
button::after { |
|
|
|
border: 0rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.tab-v2 .font-w { |
|
|
|
font-size: 30rpx; |
|
|
|
font-weight: bold; |
|
|
|
color: #fff; |
|
|
|
background: linear-gradient(to right, #e95027, #db1a1f); |
|
|
|
} |
|
|
|
|
|
|
|
.tab-v2 .font-b { |
|
|
|
background: #fff; |
|
|
|
font-size: 30rpx; |
|
|
|
font-weight: 500; |
|
|
|
color: #333; |
|
|
|
border: 1rpx solid #dbdbdb; |
|
|
|
} |
|
|
|
|
|
|
|
.tab-v2 .hover-btn { |
|
|
|
box-shadow: 0px 0px 10px 0px rgba(188, 0, 5, 0.22); |
|
|
|
} |