Skip to content
代码片段 群组 项目

style: 背景颜色修改

已合并 Yowo_moran请求将Yowo_moran合并到main
2 文件
+ 16
18
比较变更
  • 并排
  • 内联
文件
2
+ 8
11
@@ -45,15 +45,10 @@ const loginUp = async (form: form) => {
</div>
</template>
<style lang="scss" scoped>
#login {
width: 100%;
height: 100%;
background-color: #fff;
}
.allLogin {
width: 100%;
height: calc(100vh);
background-color: #ffffff;
}
.direction {
@@ -95,15 +90,17 @@ const loginUp = async (form: form) => {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
padding: 20px 20px;
}
@media screen and (max-width: 1100px) {
.direction {
display: none;
display: none;
}
.login {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}
</style>
\ No newline at end of file
加载中