Browse Source

commit

master
hhx 3 years ago
parent
commit
fceae73d2e
  1. 19
      04.系统编码/App/App.csproj
  2. 2
      04.系统编码/App/App.csproj.user
  3. 7
      04.系统编码/App/Content/styles/register.css

19
04.系统编码/App/App.csproj

@ -147,20 +147,11 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Content\images\bnt66.png" />
<Content Include="Content\images\calc.png" />
<Content Include="Content\images\clear-white.png" />
<Content Include="Content\images\close-dialog.png" />
<Content Include="Content\images\close-dialog-hover.png" />
<Content Include="Content\images\add-label.png" />
<Content Include="Content\images\bg-current.png" />
<Content Include="Content\images\bg.png" />
<Content Include="Content\images\btn-bg.png" />
<Content Include="Content\images\btn-group.png" />
<Content Include="Content\images\calc-btn.png" />
<Content Include="Content\images\calc-btn110.png" />
<Content Include="Content\images\calendar.png" />
<Content Include="Content\images\clear-hover.png" />
<Content Include="Content\images\clear.png" />
<Content Include="Content\images\control-clear.png" />
<Content Include="Content\images\control-draw-line.png" />
@ -170,7 +161,6 @@
<Content Include="Content\images\control-tag.png" />
<Content Include="Content\images\divider-line.png" />
<Content Include="Content\images\drop-down.png" />
<Content Include="Content\images\edit-hover.png" />
<Content Include="Content\images\edit.png" />
<Content Include="Content\images\icon-calc.png" />
<Content Include="Content\images\icon-copy.png" />
@ -178,14 +168,10 @@
<Content Include="Content\images\icon-forecast.png" />
<Content Include="Content\images\icon-monitor.png" />
<Content Include="Content\images\icon-next.png" />
<Content Include="Content\images\icon-nexted.png" />
<Content Include="Content\images\icon-param.png" />
<Content Include="Content\images\icon-pause.png" />
<Content Include="Content\images\icon-paused.png" />
<Content Include="Content\images\icon-play.png" />
<Content Include="Content\images\icon-played.png" />
<Content Include="Content\images\icon-prev.png" />
<Content Include="Content\images\icon-preved.png" />
<Content Include="Content\images\icon-result.png" />
<Content Include="Content\images\input-bg-left.png" />
<Content Include="Content\images\input-bg-right.png" />
@ -193,20 +179,15 @@
<Content Include="Content\images\label-manager.png" />
<Content Include="Content\images\loading.gif" />
<Content Include="Content\images\login-bg.png" />
<Content Include="Content\images\login-btn.png" />
<Content Include="Content\images\login-logo.png" />
<Content Include="Content\images\login-password.png" />
<Content Include="Content\images\login-picture.png" />
<Content Include="Content\images\login-username.png" />
<Content Include="Content\images\logo.png" />
<Content Include="Content\images\map.jpg" />
<Content Include="Content\images\map.png" />
<Content Include="Content\images\nav-bg-last.png" />
<Content Include="Content\images\nav-bg.png" />
<Content Include="Content\images\null-data.png" />
<Content Include="Content\images\quit-hover.png" />
<Content Include="Content\images\quit.png" />
<Content Include="Content\images\refresh-btn.png" />
<Content Include="Content\images\sure-btn.png" />
<Content Include="Content\images\TianAnMen.png" />
<Content Include="Content\images\time-icon.png" />

2
04.系统编码/App/App.csproj.user

@ -19,7 +19,7 @@
<Controller_SelectedScaffolderCategoryPath>root/Common/MVC/Controller</Controller_SelectedScaffolderCategoryPath>
<WebStackScaffolding_ControllerDialogWidth>600</WebStackScaffolding_ControllerDialogWidth>
<WebStackScaffolding_IsAsyncSelected>False</WebStackScaffolding_IsAsyncSelected>
<NameOfLastUsedPublishProfile>E:\2021\Metro\BeijingSafeguard\04.系统编码\App\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>

7
04.系统编码/App/Content/styles/register.css

@ -83,13 +83,6 @@
background-color: rgba(6, 135, 205, 0.2);
}
.register-block input:-webkit-autofill,
.register-block input:-webkit-autofill:hover,
.register-block input:-webkit-autofill:focus {
box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset;
-webkit-text-fill-color: #97e1ff;
}
.register-block .sex-select {
position: absolute;
right: 0;

Loading…
Cancel
Save