|
@ -282,13 +282,24 @@ page { |
|
|
border: 0; |
|
|
border: 0; |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
font-size: 22rpx; |
|
|
font-size: 22rpx; |
|
|
background: linear-gradient(to right, #C81408, #f51111); |
|
|
/* background: linear-gradient(to right, #C81408, #f51111); */ |
|
|
|
|
|
background-color: transparent; |
|
|
|
|
|
} |
|
|
|
|
|
button image { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
} |
|
|
|
|
|
button text { |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
left: 0; |
|
|
} |
|
|
} |
|
|
.issue-list .issue-nodata .add-issue button::after { |
|
|
.issue-list .issue-nodata .add-issue button::after { |
|
|
border: 0; |
|
|
border: 0; |
|
|
} |
|
|
} |
|
|
.issue-list .issue-nodata .add-issue .hover-add-issue { |
|
|
.issue-list .issue-nodata .add-issue .hover-add-issue { |
|
|
background: red; |
|
|
/* background: red; */ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.project-list { |
|
|
.project-list { |
|
@ -341,13 +352,14 @@ page { |
|
|
border: 0; |
|
|
border: 0; |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
font-size: 22rpx; |
|
|
font-size: 22rpx; |
|
|
background: linear-gradient(to right, #C81408, #f51111); |
|
|
/* background: linear-gradient(to right, #C81408, #f51111); */ |
|
|
|
|
|
background-color: transparent; |
|
|
} |
|
|
} |
|
|
.project-list .project-nodata .add-issue button::after { |
|
|
.project-list .project-nodata .add-issue button::after { |
|
|
border: 0; |
|
|
border: 0; |
|
|
} |
|
|
} |
|
|
.project-list .project-nodata .add-issue .hover-add-issue { |
|
|
.project-list .project-nodata .add-issue .hover-add-issue { |
|
|
background: red; |
|
|
/* background: red; */ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.topic-list { |
|
|
.topic-list { |
|
|