title = '管理员登录'; $cssString = "html{ background: url('".Yii::$app->config->get('site_login_bg')."'); background-size: cover !important; background-attachment: fixed !important; } .login-page, .register-page{background: transparent;} .footer { position: absolute; height: 70px; background: #000000; color: #ffffff; bottom: 0; left: 0; width: 100%; } .copyright { padding: 24px 0; } .copyright a { color: #ffffff; } "; $this->registerCss($cssString); $fieldOptions1 = [ 'options' => ['class' => 'form-group has-feedback'], 'inputTemplate' => "{input}" ]; $fieldOptions2 = [ 'options' => ['class' => 'form-group has-feedback'], 'inputTemplate' => "{input}" ]; ?>