chenjun

全文字体和箭头颜色

@@ -289,7 +289,7 @@ export struct PlayerTitleView { @@ -289,7 +289,7 @@ export struct PlayerTitleView {
289 if (this.isOverLines) { 289 if (this.isOverLines) {
290 Text() { 290 Text() {
291 Span('全文') 291 Span('全文')
292 - .fontColor('#888888') 292 + .fontColor('#99FFFFFF')
293 .fontWeight(400) 293 .fontWeight(400)
294 .fontFamily('PingFang SC-Regular') 294 .fontFamily('PingFang SC-Regular')
295 .fontSize(12) 295 .fontSize(12)
@@ -362,7 +362,7 @@ export struct PlayerTitleView { @@ -362,7 +362,7 @@ export struct PlayerTitleView {
362 Text() { 362 Text() {
363 if (this.isTitleOverLines) { 363 if (this.isTitleOverLines) {
364 Span('全文') 364 Span('全文')
365 - .fontColor(Color.White) 365 + .fontColor('#99FFFFFF')
366 .fontWeight(600) 366 .fontWeight(600)
367 .fontFamily('PingFang SC-Regular') 367 .fontFamily('PingFang SC-Regular')
368 .fontSize(12) 368 .fontSize(12)