|
|
@ -96,7 +96,6 @@ |
|
|
|
line-height: 80rpx; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.jf-title .jf-title-item-two { |
|
|
|
width: 20%; |
|
|
|
height: 80rpx; |
|
|
@ -138,7 +137,7 @@ |
|
|
|
font-size: 30rpx; |
|
|
|
font-weight: 500; |
|
|
|
line-height: 80rpx; |
|
|
|
color: #B20004; |
|
|
|
color: #b20004; |
|
|
|
} |
|
|
|
|
|
|
|
.jf-list .jf-list-li.jf-list-li-last { |
|
|
@ -258,6 +257,11 @@ button::after { |
|
|
|
font-weight: 500; |
|
|
|
color: rgba(51, 51, 51, 1); |
|
|
|
margin-left: 90rpx; |
|
|
|
width: calc(100% - 131rpx); |
|
|
|
display: -webkit-box; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
-webkit-line-clamp: 1; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
|
|
|
|
.ph-list .right { |
|
|
@ -265,5 +269,5 @@ button::after { |
|
|
|
line-height: 80rpx; |
|
|
|
font-size: 32rpx; |
|
|
|
font-weight: 500; |
|
|
|
color: #B20004; |
|
|
|
color: #b20004; |
|
|
|
} |
|
|
|