样式整改

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
Binary file not shown.

After

Width:  |  Height:  |  Size: 599 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

+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;
}
}
}
@@ -501,7 +501,6 @@ export default {
margin-left: 5px;
}
/deep/.el-input--suffix .el-input__inner {
border-radius: 100px;
height: 35px;
line-height: 35px;
}
-12
View File
@@ -1101,23 +1101,17 @@ export default {
color: #ffffff;
background: #409EFF;
border: none;
border-radius: 20px;
}
.advancedSearch-btn-reduce{
padding: 12px 12px;
color: #999;
background: #fff;
border: 1px solid #DCDFE6;
border-radius: 20px;
}
.advance-dialog {
.advance-dialog-form{
/deep/input.el-input__inner{
border-radius: 20px;
}
.el-date-editor, .advanced-three{
width: 247px;
border-radius: 20px;
}
.el-date-editor{
/deep/& > span{
@@ -1132,9 +1126,6 @@ button.el-button.advancedSearch-btn-reduce.el-button--default{
.query-box{
width: 850px;
.advance-dialog-form{
/deep/input.el-input__inner{
border-radius: 20px;
}
.advanced-class{
visibility: hidden;
}
@@ -1146,18 +1137,15 @@ button.el-button.advancedSearch-btn-reduce.el-button--default{
color: #ffffff;
background: #409EFF;
border: none;
border-radius: 20px;
}
.advancedSearch-btn-reduce{
padding: 12px 12px;
color: #999;
background: #fff;
border: 1px solid #DCDFE6;
border-radius: 20px;
}
.el-date-editor, .advanced-three{
width: 247px;
border-radius: 20px;
}
.el-date-editor{
/deep/& > span{
+1 -3
View File
@@ -1484,9 +1484,7 @@ export default {
flex-direction: column;
.input-wrapper{
padding: 10px 5px 0 5px;
.empty {
border-radius: 50px;
}
input{
display: inline-block;
width: 100%;
+2 -2
View File
@@ -441,7 +441,7 @@ export default {
},
computed: {
logo () {
return this.isCollapse ? require('assets/images/shangqi/img/logo-isCollapse.png') : require('assets/images/shangqi/img/logo.png')
return this.isCollapse ? require('assets/images/shangqi/img/logo-isCollapse.png') : require('assets/images/shangqi/img/logo2.png')
},
...mapGetters(['getDynamicTotal', 'isCollapse'])
},
@@ -469,7 +469,7 @@ export default {
background-size: 100% 100%;
&:not(.is-collapse) {
width: 212px;
background: url("~assets/images/shangqi/sideBar/side-bar-bg.png") no-repeat;
background: url("~assets/images/shangqi/sideBar/side-bar-bg1.png") no-repeat;
background-size: 100% 100%;
.logo {
img {
@@ -1413,7 +1413,6 @@ export default {
height: 32px;
line-height: 1.5;
padding: 4px 30px 4px 10px;
border-radius: 50px;
color: #515a6e;
background-color: #fff;
position: relative;
-1
View File
@@ -375,6 +375,5 @@ export default {
}
}
.serch-form-item .el-form-item__content .el-input__inner{
border-radius: 4px !important;
}
</style>
+4 -2
View File
@@ -230,7 +230,8 @@ export default {
}
.home_v3 {
height: 100%;
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;
padding: 6px 26px;
display: flex;
@@ -246,7 +247,8 @@ export default {
display: inline-block;
width: 160px;
height: 61px;
background: url("~@/assets/images/shangqi/home/logo-bg.png") no-repeat;
//background: url("~@/assets/images/shangqi/home/logo-bg.png") no-repeat;
background: url("~@/assets/images/shangqi/home/logo2.png") no-repeat;
background-size: cover;
}
}
+2 -1
View File
@@ -1258,7 +1258,8 @@ export default {
<style lang="less" scoped>
.home_v3 {
height: 100%;
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;
overflow: auto;
}
@@ -1671,7 +1671,6 @@ export default {
}
/deep/ .search-area .search-item .el-input-number {
overflow: hidden;
border-radius: 20px;
border: 1px solid #DCDFE6;
.el-input__inner {
@@ -798,9 +798,4 @@ export default {
}
}
}
.bead-input {
/deep/ .el-input__inner {
border-radius: 20px;
}
}
</style>
+4 -3
View File
@@ -317,7 +317,8 @@ export default {
left: 9vw;
width: 160px;
height: 61px;
background: url("~@/assets/images/shangqi/home/logo-bg.png") no-repeat center;
//background: url("~@/assets/images/shangqi/home/logo-bg.png") no-repeat center;
background: url("~@/assets/images/shangqi/home/logo2.png") no-repeat center;
background-position: center left;
background-size: 100% 100%;
}
@@ -366,7 +367,6 @@ export default {
padding: 0 25px 0 50px;
height: inherit;
font-size: 16px;
border-radius: 70px;
background: #EEF8FA;
background-image: url("~@/assets/images/user.png");
background-repeat: no-repeat;
@@ -449,7 +449,8 @@ export default {
left: 6.0vw;
width: 160px;
height: 61px;
background: url("~@/assets/images/shangqi/home/logo-bg.png") no-repeat center;
//background: url("~@/assets/images/shangqi/home/logo-bg.png") no-repeat center;
background: url("~@/assets/images/shangqi/home/logo2.png") no-repeat center;
background-size:100% 100%;
}
.login-form{
@@ -1054,12 +1054,6 @@ export default {
text-align: left;
}
.bead-input {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
a {
color: #409EFF;
@@ -81,7 +81,6 @@ export default {
input.el-input__inner{
display: inline-block;
width: 165px;
border-radius: 20px !important;
color: #999;
height: 30px;
line-height: 30px;
@@ -1006,11 +1006,6 @@
.detail-table-conent {
flex: auto;
}
.bead-input {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
}
}
@@ -1019,7 +1014,6 @@
}
.dialog-input {
/deep/ .el-input__inner {
border-radius: 20px;
width: 360px;
}
}
@@ -990,24 +990,12 @@
.detail-table-conent {
flex: auto;
}
.bead-input {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
}
}
.demo-dialog-footer {
float: right;
}
.dialog-input {
/deep/ .el-input__inner {
border-radius: 20px;
width: 360px;
}
}
.btn {
margin-bottom: 10px;
}
@@ -846,24 +846,12 @@
.detail-table-conent {
flex: auto;
}
.bead-input {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
}
}
.demo-dialog-footer {
float: right;
}
.dialog-input {
/deep/ .el-input__inner {
border-radius: 20px;
width: 360px;
}
}
.btn {
margin-bottom: 10px;
}
@@ -1004,23 +1004,12 @@ export default {
flex: auto;
overflow: hidden;
}
.bead-input {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
}
}
.demo-dialog-footer {
float: right;
}
.dialog-input {
/deep/ .el-input__inner {
border-radius: 20px;
width: 360px;
}
}
.btn {
margin-bottom: 10px;
@@ -365,11 +365,5 @@ export default {
}
}
}
.bead {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
}
</style>
@@ -358,11 +358,5 @@ export default {
}
}
}
.bead {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
}
</style>
@@ -356,11 +356,5 @@ export default {
}
}
}
.bead {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
}
</style>
@@ -1016,23 +1016,12 @@
.detail-table-conent {
flex: auto;
}
.bead-input {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
}
}
.demo-dialog-footer {
float: right;
}
.dialog-input {
/deep/ .el-input__inner {
border-radius: 20px;
width: 360px;
}
}
.btn {
margin-bottom: 10px;
@@ -979,11 +979,6 @@
.detail-table-conent {
flex: auto;
}
.bead-input {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
}
}
@@ -992,7 +987,6 @@
}
.dialog-input {
/deep/ .el-input__inner {
border-radius: 20px;
width: 360px;
}
}
@@ -831,11 +831,6 @@
.detail-table-conent {
flex: auto;
}
.bead-input {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
}
}
@@ -844,7 +839,6 @@
}
.dialog-input {
/deep/ .el-input__inner {
border-radius: 20px;
width: 360px;
}
}
@@ -973,24 +973,12 @@
flex: auto;
overflow: hidden;
}
.bead-input {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
}
}
.demo-dialog-footer {
float: right;
}
.dialog-input {
/deep/ .el-input__inner {
border-radius: 20px;
width: 360px;
}
}
.btn {
margin-bottom: 10px;
}
@@ -365,11 +365,5 @@
}
}
}
.bead {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
}
</style>
@@ -359,10 +359,5 @@
}
}
.bead {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
}
</style>
@@ -358,11 +358,5 @@
}
}
}
.bead {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
}
</style>
@@ -1707,19 +1707,9 @@ export default {
}
}
}
.bead {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
.skip {
margin: 10px;
}
.bead-input {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
::v-deep .el-drawer__header{
&>span:first-child{
outline: none!important;
@@ -853,19 +853,9 @@ export default {
}
}
}
.bead {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
.skip {
margin: 10px;
}
.bead-input {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
.transition-box{
padding: 0 10px;
background: #ffffff;
@@ -1726,19 +1726,9 @@ export default {
}
}
}
.bead {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
.skip {
margin: 10px;
}
.bead-input {
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
.transition-box{
padding: 0 10px;
background: #ffffff;
@@ -2415,9 +2415,6 @@ export default {
background: transparent;
margin-right: 10px;
padding: 0;
/deep/.el-textarea__inner {
border-radius: 20px;
}
/deep/.el-input__inner {
width: 240px;
}
@@ -3840,10 +3840,6 @@ export default {
}
/deep/ .search-item {
.el-input__inner {
border-radius: 4px !important;
}
.el-input__icon {
line-height: 30px;
}
@@ -2917,9 +2917,6 @@ export default {
}
}
/deep/ .search-item {
.el-input__inner {
border-radius: 4px !important;
}
.el-input__icon {
line-height: 30px;
}
@@ -953,7 +953,6 @@ export default {
border: 1px solid #e5e5e5;
/deep/.el-input__inner{
margin: 5px 0;
border-radius: 15px;
}
/deep/.table-row-background{
background: #ecf7ff;
@@ -1272,7 +1272,6 @@ export default {
/deep/.el-input__inner{
height: 30px !important;
line-height: 30px;
border-radius: 15px;
}
/deep/.table-row-background{
background: #ecf7ff;
@@ -1341,7 +1341,6 @@ export default {
/deep/.el-input__inner{
height: 30px !important;
line-height: 30px;
border-radius: 15px;
}
/deep/.table-row-background{
background: #ecf7ff;
@@ -930,9 +930,6 @@ export default {
.bead-input {
width: 100%;
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
.demo-table-expand {
@@ -784,9 +784,6 @@ export default {
.bead-input {
width: 100%;
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
.demo-table-expand {
@@ -1018,9 +1018,6 @@ export default {
.bead-input {
width: 100%;
/deep/ .el-input__inner {
border-radius: 20px !important;
}
}
.demo-table-expand {
@@ -3750,23 +3750,18 @@ export default {
color: #ffffff;
background: #409EFF;
border: none;
border-radius: 20px;
}
.advancedSearch-btn-reduce{
padding: 12px 12px;
color: #999;
background: #fff;
border: 1px solid #DCDFE6;
border-radius: 20px;
}
button.el-button.advancedSearch-btn-reduce.el-button--default{
margin-left: 0;
}
.advance-dialog {
.advance-dialog-form{
/deep/input.el-input__inner{
border-radius: 20px;
}
}
}
}
@@ -2079,7 +2079,6 @@ export default {
padding-right: 30px;
line-height: 30px;
height: 30px;
border-radius: 20px;
}
/deep/.el-input__icon {
line-height: 30px;
@@ -2497,7 +2497,6 @@ export default {
.AllBox {
margin-top: 20px;
background-color: #fff;
border-radius: 20px;
padding: 10px;
&:last-child {
margin-bottom: 20px;
@@ -3004,7 +3003,6 @@ export default {
}
.el-input--suffix .el-input__inner {
padding-right: 30px;
border-radius: 20px;
}
.fixed-clean {
/deep/.el-input__inner {
@@ -3019,7 +3017,6 @@ export default {
}
.search-content__wrap {
background-color: hsla(0, 0%, 100%, .9);
border-radius: 20px;
flex: 1;
overflow: hidden;
margin-top: 20px;
@@ -74,7 +74,6 @@ export default {
input.el-input__inner{
display: inline-block;
width: 165px;
border-radius: 20px !important;
color: #999;
height: 30px;
line-height: 30px;