|
|
|
@ -94,28 +94,22 @@ page { |
|
|
|
justify-content: flex-end; |
|
|
|
} |
|
|
|
.topic-list .addTopic .addTopicBtn { |
|
|
|
width: 210rpx; |
|
|
|
height: 76rpx; |
|
|
|
line-height: 76rpx; |
|
|
|
width: 50%; |
|
|
|
height: 100%; |
|
|
|
line-height: 98rpx; |
|
|
|
text-align: center; |
|
|
|
background: #FE4646; |
|
|
|
font-size: 32rpx; |
|
|
|
color: #fff; |
|
|
|
margin-right: 20rpx; |
|
|
|
border-radius: 0px; |
|
|
|
} |
|
|
|
.topic-list .addTopic .myTopicBtn { |
|
|
|
width: 210rpx; |
|
|
|
height: 76rpx; |
|
|
|
line-height: 76rpx; |
|
|
|
width: 50%; |
|
|
|
height: 100%; |
|
|
|
line-height: 98rpx; |
|
|
|
text-align: center; |
|
|
|
background: #FE4646; |
|
|
|
background: #FFB000; |
|
|
|
font-size: 32rpx; |
|
|
|
color: #fff; |
|
|
|
margin-left: 20rpx; |
|
|
|
} |
|
|
|
.topic-list .addTopic .hover-addTopic { |
|
|
|
background: red; |
|
|
|
border-radius: 0px; |
|
|
|
} |
|
|
|
.topic-list .addTopic .hover-myTopic { |
|
|
|
background: red; |
|
|
|
} |