>text {
flex: 1;
background-color: #FFFFFF;
padding: 20rpx;
text-align: center;
}
>text:active {
color: #007AFF;
}
text点击效果 修改字体颜色
于 2021-08-14 21:42:42 首次发布
>text {
flex: 1;
background-color: #FFFFFF;
padding: 20rpx;
text-align: center;
}
>text:active {
color: #007AFF;
}