样式整改

This commit is contained in:
宋伟佳
2021-05-25 20:02:41 +08:00
parent 7e0cc4fd20
commit 4db7ae5888
51 changed files with 160 additions and 356 deletions
+2 -1
View File
@@ -49,7 +49,8 @@
}
#app{
&.theme-one {
background: url('~@/assets/images/shangqi/home/home-bg.png') no-repeat;
//background: url('~@/assets/images/shangqi/home/home-bg.png') no-repeat;
background: url('~@/assets/images/shangqi/home/BG.png') no-repeat;
background-size: cover;
}
input:focus{
+1 -18
View File
@@ -369,7 +369,6 @@
input.el-input__inner{
display: inline-block;
width: 165px;
border-radius: 20px;
color: #999;
height: 30px;
line-height: 30px;
@@ -385,7 +384,6 @@
font-family: MicrosoftYaHei,微软雅黑;
}
.el-range-editor.el-date-editor--daterange {
border-radius: 20px;
height: 30px;
line-height: 30px;
font-family: MicrosoftYaHei,微软雅黑;
@@ -405,7 +403,6 @@
input.el-input__inner{
display: inline-block;
width: 100%;
border-radius: 20px;
color: #999;
height: 30px;
line-height: 30px;
@@ -414,7 +411,6 @@
textarea.el-textarea__inner{
display: inline-block;
width: 425px;
border-radius: 5px;
color: #999;
//height: 30px;
//line-height: 30px;
@@ -425,7 +421,6 @@
textarea.el-textarea__inner{
display: inline-block;
width: 425px;
border-radius: 5px;
color: #999;
//height: 30px;
//line-height: 30px;
@@ -441,7 +436,6 @@
input.el-input__inner{
display: inline-block;
width: 400px;
border-radius: 20px;
color: #999;
height: 30px;
line-height: 30px;
@@ -575,7 +569,6 @@ tr.el-table__row{
input.el-input__inner{
display: inline-block;
width: 180px;
border-radius: 20px;
colro: #999;
height: 30px;
line-height: 30px;
@@ -687,7 +680,6 @@ tr.el-table__row{
font-size: 14px;
color: #409EFF;
border: 1px solid #409EFF;
border-radius: 15px;
background: rgba(64, 158, 255, 0.1);
font-family: 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif !important;
}
@@ -697,7 +689,6 @@ tr.el-table__row{
right: 10px;
left: auto;
background: #fff3f3;
border-radius: 3px;
z-index: 9;
}
}
@@ -828,12 +819,6 @@ tr.el-table__row{
.el-input__inner {
height: 30px;
line-height: 30px;
border-radius: 15px;
}
}
.el-textarea{
.el-textarea__inner{
border-radius: 15px;
}
}
.form-upload-btn{
@@ -843,7 +828,6 @@ tr.el-table__row{
font-size: 14px;
color: #409EFF;
border: 1px solid #409EFF;
border-radius: 15px;
background: rgba(64, 158, 255, 0.1);
font-family: 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif !important;
}
@@ -854,7 +838,6 @@ tr.el-table__row{
.switch-wrap {
padding: 3px 7px;
border: 1px solid #409EFF;
border-radius: 20px;
user-select: none;
.el-switch__label,
.el-switch__label.is-active {
@@ -918,4 +901,4 @@ tr.el-table__row{
.el-input__inner {
width: 100% !important;
}
}
}