wangliang_wd

feat:优化设置隐私UI,优化他人主页下划线样式

... ... @@ -7,7 +7,7 @@ import { TrackingPageBrowse, TrackConstants, TrackingButton } from 'wdTracking/I
import { TitleBackComponent } from '../setting/TitleBackComponent';
const TAG = 'PrivacySettingPage';
const DiyString = '开启个性推荐'
const DiyString = '开启个性推荐'
const DiyCloseTipsString = '关闭后,将不会使用你的偏好进行内容推荐'
@Entry
... ...
... ... @@ -363,14 +363,6 @@ export struct AccountAndSecurityLayout {
.padding({ top: 32, left: "31lpx", right: "31lpx" })
.width('100%')
}
Text('请注意:注销后7天内不能再次注册人民日报客户端,需要等到账号冷静期结束才能再次登录注册')
.fontColor('#ED2800')
.fontSize(14)
.fontWeight(400)
.lineHeight(20)
.padding({ top: 32, left: 16, right: 16 })
.width('100%')
}.alignRules({
top: { anchor: "__container__", align: VerticalAlign.Top },
left: { anchor: "__container__", align: HorizontalAlign.Start },
... ...
... ... @@ -367,12 +367,10 @@ struct OtherNormalUserHomePage {
.lineHeight('38lpx')
if(this.currentIndex === index){
Divider()
.width('31lpx')
.height('4lpx')
.color('#ED2800')
.strokeWidth('4lpx')
.margin({top:'50lpx'})
Image($r('app.media.icon_channel_active'))//.colorFilter(ColorUtils.getDrawingColorFilter(this.getBothColor("")))
.width(16)
.height(2)
.margin({top: 30})
.id("divTag")
}
}.onClick(()=>{
... ...