@@ -46,7 +46,8 @@ export default {
height: 200rpx;
.title {
margin-bottom: 5%;
- font-size: 28rpx;
+ font-size: 30rpx;
+ font-weight: 600;
}
.state {
position: absolute;
@@ -59,11 +60,11 @@ export default {
.details {
position: relative;
.name {
- font-size: 25rpx;
+ font-size: 26rpx;
color: red;
.msg {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
@@ -26,6 +26,7 @@
v-for="(otherAppeal, index) in otherAppealList"
:key="index"
@tap="toDetail(otherAppeal.id)"
+ style="border-bottom: 1rpx solid #e6e6e6;"
>
<appealCard :otherAppeal="otherAppeal" :isOther='true'></appealCard>
</div>