chenjun

全文字体和箭头颜色

... ... @@ -289,7 +289,7 @@ export struct PlayerTitleView {
if (this.isOverLines) {
Text() {
Span('全文')
.fontColor('#888888')
.fontColor('#99FFFFFF')
.fontWeight(400)
.fontFamily('PingFang SC-Regular')
.fontSize(12)
... ... @@ -362,7 +362,7 @@ export struct PlayerTitleView {
Text() {
if (this.isTitleOverLines) {
Span('全文')
.fontColor(Color.White)
.fontColor('#99FFFFFF')
.fontWeight(600)
.fontFamily('PingFang SC-Regular')
.fontSize(12)
... ...