@import "../lib/index.less"; .login{ .uni-page-head{ background-color: #ffffff !important; } .userIcon{ width: 100%; height: 316upx; text-align: center; display: flex; justify-content: center; align-items: center; .headericon{ width: 135upx; height: 135upx; image{ width: 135upx; height: 135upx; } } } .loginForm{ padding: 0 90upx; .inputBox{ margin-bottom: 50upx; border-bottom: 1upx solid @inputbottomline; label{ display: flex; align-items: center; span{ color: @color3; display: inline; } input{ display: inline-block; background: none; } .username{ padding-left: 24upx; } .password{ padding-left: 24upx; } } } .signIn{ height: 88upx; background-color: @background; border-radius: 44upx; font-size: 32upx; margin-top: 90upx; font-weight: normal; font-stretch: normal; letter-spacing: 0upx; color: #ffffff; } } .agree{ width: 100%; text-align: center; margin-top: 40upx; font-size: 26upx; font-weight: normal; font-stretch: normal; .label{color: #a9a9a9;} a{color: @background; display: inline-block} } }