Commit 7cfeadf5 by 夏新然

Revert "ie兼容照片"

This reverts commit 5a8e008a.
1 parent 6206b0d1
......@@ -179,9 +179,6 @@
.el-dialog__footer {
padding: 8px 27px 8px;
}
.el-image__inner--center{
transform: translate(-50%);
}
/* dialog元素 */
.el-dialog .el-input--small .el-input__inner{
height: 26px;
......
......@@ -21,7 +21,7 @@
</vue-particles> -->
<div class="box">
<h1>视频分析综合管理平台</h1>
<div style="width: 68%;margin: 0 auto;">
<div style="width: 60%;margin: 0 auto;">
<el-form
:model="ruleForm"
:rules="rules"
......@@ -283,7 +283,7 @@ export default {
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped>
<style scoped lang="scss">
#particles {
position: absolute;
width: 100%;
......@@ -327,13 +327,11 @@ export default {
}
h1 {
color: #2F1136;
color: #000000;
height: 40px;
line-height: 40px;
padding: 60px 0px;
font-size: 44px;
font-family:PingFangSC-Semibold,PingFang SC;
font-weight:600;
}
#login {
......@@ -351,22 +349,17 @@ h1 {
width: 25%;
position: absolute;
left: 52%;
top: 22%;
top: 20%;
}
button {
width: 100%;
margin-top: 27px;
border-radius: 33px;
margin-top: 40px;
border-radius: 30px;
background: #0069ff;
height: 60px;
font-size: 26px;
height: 50px;
font-size: 20px;
}
button >>>span {
display: inline-block;
text-align-last: justify;
width: 24%;
}
button:hover {
color: #d6d9df;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!