Commit 5a8e008a by 夏新然

ie兼容照片

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