由于上班较忙,抽空闲暇时间,快速更新中。。。
效果图
登录页面(静态页面)
import CommonConstants from './CommonConstants';
/**
* 登录页面
*/
// 输入文本框,的自定义样式扩展
// @Extend装饰器表示继承、扩展的意思。这里代表:自定义样式扩展
@Extend(TextInput)
function inputStyle(){
.placeholderColor($r('app.color.placeholder_color'))
.height($r('app.float.login_input_height'))
.fontSize($r('app.float.big_text_size'))
.backgroundColor($r('app.color.background'))
.width(CommonConstants.FULL_PARENT)
.padding({left: CommonConstants.INPUT_PADDING_LEF