Browse Source

修改样式细节,最小宽度等等

Zhengy 6 years ago
parent
commit
fb58dc1aa7

+ 1 - 1
index.html

@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
-    <title>vue-project</title>
+    <title>私人定制个性化商品网站</title>
   </head>
   <body>
     <div id="app"></div>

+ 1 - 1
src/App.vue

@@ -21,7 +21,7 @@ html,body{
   -moz-osx-font-smoothing: grayscale;
   text-align: center;
   color: #2c3e50;
-  min-width: 570px;
+  min-width: 1365px;
   margin: 0 auto;
   height: 100%;
   background-color: #eaebf0;

+ 21 - 21
src/view/admin/Admin.vue

@@ -75,81 +75,81 @@
 </style>
 
 <style>
-	.el-container{
+	.admin-wrap .el-container{
 		height: 100%;
 	}
-	.el-aside{
+	.admin-wrap .el-aside{
 		background-color: #1f2935;
 		text-align: left;
 	}
-	.el-main{
+	.admin-wrap .el-main{
 		padding: 0;
 	}
-	.el-menu{
+	.admin-wrap .el-menu{
 		height: 100%;
 	}
 </style>
 
 <style>
-	.iconfont{
+	.admin-wrap .iconfont{
     margin-right:10px;
   }
-  .el-menu-vertical-demo{
+  .admin-wrap .el-menu-vertical-demo{
     padding-left: 18px;
   }
-  .el-menu{
+  .admin-wrap .el-menu{
     background: #1f2935!important;
     border-right: 0;
   }
-  .el-menu img{
+  .admin-wrap .el-menu img{
   	width: 20px;
   	margin: 0 5px 0 2px;
   	vertical-align: middle;
   }
-  .el-menu-item a{
+  .admin-wrap .el-menu-item a{
     display: block;
     width: 100%;
     height: 100%;
     font-size: 14px;
     /*padding-left: 6px;*/
   }
-  .el-submenu a{
+  .admin-wrap .el-submenu a{
     padding-left: 6px;
   }
-  a.router-link-active a{
+  .admin-wrap a.router-link-active a{
     color:#3eb983!important; 
   }
-  .el-menu-item-group .is-active a{
+  .admin-wrap .el-menu-item-group .is-active a{
     color:#3eb983!important; 
   }
-  .el-menu-item-group li{
+  .admin-wrap .el-menu-item-group li{
     background:#1f2935;
     line-height: 48px;
     font-size:16px;
   }
-  .el-menu-item-group li i{
+  .admin-wrap .el-menu-item-group li i{
   	margin-right: 10px;
   }
-  .el-menu-item-group__title {
+  .admin-wrap .el-menu-item-group__title {
     padding-top: 0;
     color: #a2aebf;
   }
-  a{
+  .admin-wrap a{
     color: #a2aebf;
   }
-  .el-submenu .el-menu-item:hover, .el-submenu__title:hover{
+  .admin-wrap .el-submenu .el-menu-item:hover, .el-submenu__title:hover{
     background: #0f1722!important;
   }
-  .el-menu-item, .el-submenu__title{
+  .admin-wrap .el-menu-item, .el-submenu__title{
     color:#a2aebf; 
   }
-  .el-submenu__icon-arrow{
+  .admin-wrap .el-submenu__icon-arrow{
     right: 40px;
   }
-  .el-menu-vertical-demo{
+  .admin-wrap .el-menu-vertical-demo{
     padding-left: 0;
   }
-  .el-menu--horizontal.el-menu--dark .el-submenu .el-menu-item:hover, .el-menu--horizontal.el-menu--dark .el-submenu .el-submenu-title:hover, .el-menu-item:hover{
+  .admin-wrap .el-menu--horizontal.el-menu--dark .el-submenu .el-menu-item:hover, .el-menu--horizontal.el-menu--dark .el-submenu .el-submenu-title:hover, .el-menu-item:hover{
     background: #0f1722;
   }
 </style>

+ 34 - 34
src/view/admin/Buyer.vue

@@ -322,41 +322,41 @@
 </style>
 
 <style>
-	.el-table thead{
+	.adminShop-wrap .el-table thead{
 		background-color: #bcf2db;
 		height: 32px;
 		line-height: 32px;
 		font-size: 12px;
 		text-align: center;
 	}
-	.el-table thead tr{
+	.adminShop-wrap .el-table thead tr{
 		background-color: #bcf2db;
 	}
-	.el-table th{
+	.adminShop-wrap .el-table th{
 		color: #17905c;
 		padding: 0;
 		background-color: #bcf2db;
 		text-align: center;
 	}
 
-	.el-dialog{
+	.adminShop-wrap .el-dialog{
     width: 500px;
     /*height: 280px;*/
     border-radius: 6px;
     text-align: left;
   }
-  .el-dialog__header{
+  .adminShop-wrap .el-dialog__header{
     padding: 20px 30px 0 40px;
   }
-  .el-dialog__body{
+  .adminShop-wrap .el-dialog__body{
     padding: 20px 30px;
   }
-  .dialogheader{
+  .adminShop-wrap .dialogheader{
     width: 100%;
       /*height: 60px;*/
       
   }
-  .dialogheader p{
+  .adminShop-wrap .dialogheader p{
     width: 360px;
     height: 30px;
     line-height: 30px;
@@ -367,112 +367,112 @@
     padding-left: 10px;
     margin-left: 60px; 
   }
-  .dialogheader p input{
+  .adminShop-wrap .dialogheader p input{
   	height: 24px;
     line-height: 24px;
     border:0;
     margin-left: 20px;
   }
-  .dialogheader .button{
+  .adminShop-wrap .dialogheader .button{
     background: #3eb983;
     color: #fff;
     text-align: center;
     margin-top: 40px;
     cursor: pointer;
   }
-  .dialogheader .el-button{
+  .adminShop-wrap .dialogheader .el-button{
     width: 173px;
     padding: 10px 0;
   }
-  .dialogheader .el-form-item{
+  .adminShop-wrap .dialogheader .el-form-item{
     margin-bottom: 15px;
   }
-  .dialogheader .el-button+.el-button{
+  .adminShop-wrap .dialogheader .el-button+.el-button{
     margin-left: 0;
   }
-  .dialogheader .el-button--primary{
+  .adminShop-wrap .dialogheader .el-button--primary{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--primary:hover{
+  .adminShop-wrap .dialogheader .el-button--primary:hover{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--default{
+  .adminShop-wrap .dialogheader .el-button--default{
     background-color: #bfcbd9;
     color: #fff;
   }
-  .dialogheader .el-button--default:hover{
+  .adminShop-wrap .dialogheader .el-button--default:hover{
     background-color: #bfcbd9;
     border-color: #bfcbd9;
     color: #fff;
   }
 
-  .el-message-box button{
+  .adminShop-wrap .el-message-box button{
     display: inline-block;
     float: right;
   }
-  .el-message-box .el-message-box__btns{
+  .adminShop-wrap .el-message-box .el-message-box__btns{
   	height: 61px;
   }
-  .el-message-box .el-message-box__btns button:nth-child(1){
+  .adminShop-wrap .el-message-box .el-message-box__btns button:nth-child(1){
     margin-left: 10px;
   }
-	.el-message-box .el-message-box__btns .el-button--default{
+	.adminShop-wrap .el-message-box .el-message-box__btns .el-button--default{
     background-color: #bfcbd9;
     color: #fff;
   }
-  .el-message-box .el-message-box__btns .el-button--default:hover{
+  .adminShop-wrap .el-message-box .el-message-box__btns .el-button--default:hover{
     background-color: #bfcbd9;
     border-color: #bfcbd9;
     color: #fff;
   }
-  .el-message-box .el-message-box__btns .el-button--primary{
+  .adminShop-wrap .el-message-box .el-message-box__btns .el-button--primary{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .el-message-box .el-message-box__btns .el-button--primary:hover{
+  .adminShop-wrap .el-message-box .el-message-box__btns .el-button--primary:hover{
     background-color: #3eb983;
     border-color: #3eb983;
   }
 
-  .el-pagination{
+  .adminShop-wrap .adminShop-wrap .el-pagination{
   	font-weight: normal;
   	padding-right: 0;
   }
-  .el-pagination button{
+  .adminShop-wrap .adminShop-wrap .el-pagination button{
   	padding: 0 6px;
   	min-width: 28px;
   }
-  .el-pagination .btn-next, .el-pagination .btn-prev{
+  .adminShop-wrap .adminShop-wrap .el-pagination .btn-next, .el-pagination .btn-prev{
   	border: 1px solid #d1dbe5;
   }
-  .el-pagination .btn-prev{
+  .adminShop-wrap .adminShop-wrap .el-pagination .btn-prev{
   	padding-right: 6px;
   	border-right: 0;
   	border-radius: 2px 0 0 2px;
   }
-  .el-pagination .btn-next{
+  .adminShop-wrap .adminShop-wrap .el-pagination .btn-next{
   	border-left: 0;
   	padding-left: 6px;
   	border-radius: 0 2px 2px 0;
   }
-  .el-pager li{
+  .adminShop-wrap .adminShop-wrap .el-pager li{
   	border: 1px solid #d1dbe5;
   	border-right: 0;
   	min-width: 28px;
   }
-  .el-pager li.active{
+  .adminShop-wrap .adminShop-wrap .el-pager li.active{
   	color: #fff;
   }
-  .pageblock .el-pager li.active{
+  .adminShop-wrap .adminShop-wrap .pageblock .el-pager li.active{
   	border-color: #3eb983;
   	background-color: #3eb983;
   }
-  .el-pager li.active+li{
+  .adminShop-wrap .el-pager li.active+li{
   	border-left: 0;
   }
-  .el-pager li:last-child{
+  .adminShop-wrap .el-pager li:last-child{
   	border-right: 1px solid #d1dbe5;
   }
 </style>

+ 14 - 14
src/view/admin/Index.vue

@@ -277,24 +277,24 @@
 		padding: 0;
 	}
 
-	.el-dialog{
+	.adminIndex-wrap .el-dialog{
     width: 500px;
     /*height: 280px;*/
     border-radius: 6px;
     text-align: left;
   }
-  .el-dialog__header{
+  .adminIndex-wrap .el-dialog__header{
     padding: 20px 30px 0 40px;
   }
-  .el-dialog__body{
+  .adminIndex-wrap .el-dialog__body{
     padding: 20px 30px;
   }
-  .dialogheader{
+  .adminIndex-wrap .dialogheader{
     width: 100%;
       /*height: 60px;*/
       
   }
-  .dialogheader p{
+  .adminIndex-wrap .dialogheader p{
     width: 360px;
     height: 30px;
     line-height: 30px;
@@ -305,42 +305,42 @@
     padding-left: 10px;
     margin-left: 60px; 
   }
-  .dialogheader p input{
+  .adminIndex-wrap .dialogheader p input{
   	height: 24px;
     line-height: 24px;
     border:0;
     margin-left: 20px;
   }
-  .dialogheader .button{
+  .adminIndex-wrap .dialogheader .button{
     background: #3eb983;
     color: #fff;
     text-align: center;
     margin-top: 40px;
     cursor: pointer;
   }
-  .dialogheader .el-button{
+  .adminIndex-wrap .dialogheader .el-button{
     width: 173px;
     padding: 10px 0;
   }
-  .dialogheader .el-form-item{
+  .adminIndex-wrap .dialogheader .el-form-item{
     margin-bottom: 15px;
   }
-  .dialogheader .el-button+.el-button{
+  .adminIndex-wrap .dialogheader .el-button+.el-button{
     margin-left: 0;
   }
-  .dialogheader .el-button--primary{
+  .adminIndex-wrap .dialogheader .el-button--primary{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--primary:hover{
+  .adminIndex-wrap .dialogheader .el-button--primary:hover{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--default{
+  .adminIndex-wrap .dialogheader .el-button--default{
     background-color: #bfcbd9;
     color: #fff;
   }
-  .dialogheader .el-button--default:hover{
+  .adminIndex-wrap .dialogheader .el-button--default:hover{
     background-color: #bfcbd9;
     border-color: #bfcbd9;
     color: #fff;

+ 34 - 34
src/view/admin/Shop.vue

@@ -347,41 +347,41 @@
 </style>
 
 <style>
-	.el-table thead{
+	.adminShop-wrap .el-table thead{
 		background-color: #bcf2db;
 		height: 32px;
 		line-height: 32px;
 		font-size: 12px;
 		text-align: center;
 	}
-	.el-table thead tr{
+	.adminShop-wrap .el-table thead tr{
 		background-color: #bcf2db;
 	}
-	.el-table th{
+	.adminShop-wrap .el-table th{
 		color: #17905c;
 		padding: 0;
 		background-color: #bcf2db;
 		text-align: center;
 	}
 
-	.el-dialog{
+	.adminShop-wrap .el-dialog{
     width: 500px;
     /*height: 280px;*/
     border-radius: 6px;
     text-align: left;
   }
-  .el-dialog__header{
+  .adminShop-wrap .el-dialog__header{
     padding: 20px 30px 0 40px;
   }
-  .el-dialog__body{
+  .adminShop-wrap .el-dialog__body{
     padding: 20px 30px;
   }
-  .dialogheader{
+  .adminShop-wrap .dialogheader{
     width: 100%;
       /*height: 60px;*/
       
   }
-  .dialogheader p{
+  .adminShop-wrap .dialogheader p{
     width: 360px;
     height: 30px;
     line-height: 30px;
@@ -392,112 +392,112 @@
     padding-left: 10px;
     margin-left: 60px; 
   }
-  .dialogheader p input{
+  .adminShop-wrap .dialogheader p input{
   	height: 24px;
     line-height: 24px;
     border:0;
     margin-left: 20px;
   }
-  .dialogheader .button{
+  .adminShop-wrap .dialogheader .button{
     background: #3eb983;
     color: #fff;
     text-align: center;
     margin-top: 40px;
     cursor: pointer;
   }
-  .dialogheader .el-button{
+  .adminShop-wrap .dialogheader .el-button{
     width: 173px;
     padding: 10px 0;
   }
-  .dialogheader .el-form-item{
+  .adminShop-wrap .dialogheader .el-form-item{
     margin-bottom: 15px;
   }
-  .dialogheader .el-button+.el-button{
+  .adminShop-wrap .dialogheader .el-button+.el-button{
     margin-left: 0;
   }
-  .dialogheader .el-button--primary{
+  .adminShop-wrap .dialogheader .el-button--primary{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--primary:hover{
+  .adminShop-wrap .dialogheader .el-button--primary:hover{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--default{
+  .adminShop-wrap .dialogheader .el-button--default{
     background-color: #bfcbd9;
     color: #fff;
   }
-  .dialogheader .el-button--default:hover{
+  .adminShop-wrap .dialogheader .el-button--default:hover{
     background-color: #bfcbd9;
     border-color: #bfcbd9;
     color: #fff;
   }
 
-  .el-message-box button{
+  .adminShop-wrap .el-message-box button{
     display: inline-block;
     float: right;
   }
-  .el-message-box .el-message-box__btns{
+  .adminShop-wrap .el-message-box .el-message-box__btns{
   	height: 61px;
   }
-  .el-message-box .el-message-box__btns button:nth-child(1){
+  .adminShop-wrap .el-message-box .el-message-box__btns button:nth-child(1){
     margin-left: 10px;
   }
-	.el-message-box .el-message-box__btns .el-button--default{
+	.adminShop-wrap .adminShop-wrap .el-message-box .el-message-box__btns .el-button--default{
     background-color: #bfcbd9;
     color: #fff;
   }
-  .el-message-box .el-message-box__btns .el-button--default:hover{
+  .adminShop-wrap .adminShop-wrap .el-message-box .el-message-box__btns .el-button--default:hover{
     background-color: #bfcbd9;
     border-color: #bfcbd9;
     color: #fff;
   }
-  .el-message-box .el-message-box__btns .el-button--primary{
+  .adminShop-wrap .adminShop-wrap .el-message-box .el-message-box__btns .el-button--primary{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .el-message-box .el-message-box__btns .el-button--primary:hover{
+  .adminShop-wrap .adminShop-wrap .el-message-box .el-message-box__btns .el-button--primary:hover{
     background-color: #3eb983;
     border-color: #3eb983;
   }
 
-  .el-pagination{
+  .adminShop-wrap .adminShop-wrap .el-pagination{
   	font-weight: normal;
   	padding-right: 0;
   }
-  .el-pagination button{
+  .adminShop-wrap .adminShop-wrap .el-pagination button{
   	padding: 0 6px;
   	min-width: 28px;
   }
-  .el-pagination .btn-next, .el-pagination .btn-prev{
+  .adminShop-wrap .el-pagination .btn-next, .el-pagination .btn-prev{
   	border: 1px solid #d1dbe5;
   }
-  .el-pagination .btn-prev{
+  .adminShop-wrap .el-pagination .btn-prev{
   	padding-right: 6px;
   	border-right: 0;
   	border-radius: 2px 0 0 2px;
   }
-  .el-pagination .btn-next{
+  .adminShop-wrap .el-pagination .btn-next{
   	border-left: 0;
   	padding-left: 6px;
   	border-radius: 0 2px 2px 0;
   }
-  .el-pager li{
+  .adminShop-wrap .el-pager li{
   	border: 1px solid #d1dbe5;
   	border-right: 0;
   	min-width: 28px;
   }
-  .el-pager li.active{
+  .adminShop-wrap .el-pager li.active{
   	color: #fff;
   }
-  .pageblock .el-pager li.active{
+  .adminShop-wrap .pageblock .el-pager li.active{
   	border-color: #3eb983;
   	background-color: #3eb983;
   }
-  .el-pager li.active+li{
+  .adminShop-wrap .el-pager li.active+li{
   	border-left: 0;
   }
-  .el-pager li:last-child{
+  .adminShop-wrap .el-pager li:last-child{
   	border-right: 1px solid #d1dbe5;
   }
 </style>

+ 21 - 21
src/view/buyer/Buyer.vue

@@ -75,81 +75,81 @@
 </style>
 
 <style>
-	.el-container{
+	.admin-wrap .el-container{
 		height: 100%;
 	}
-	.el-aside{
+	.admin-wrap .el-aside{
 		background-color: #1f2935;
 		text-align: left;
 	}
-	.el-main{
+	.admin-wrap .el-main{
 		padding: 0;
 	}
-	.el-menu{
+	.admin-wrap .el-menu{
 		height: 100%;
 	}
 </style>
 
 <style>
-	.iconfont{
+	.admin-wrap .iconfont{
     margin-right:10px;
   }
-  .el-menu-vertical-demo{
+  .admin-wrap .el-menu-vertical-demo{
     padding-left: 18px;
   }
-  .el-menu{
+  .admin-wrap .el-menu{
     background: #1f2935!important;
     border-right: 0;
   }
-  .el-menu img{
+  .admin-wrap .el-menu img{
   	width: 20px;
   	margin: 0 5px 0 2px;
   	vertical-align: middle;
   }
-  .el-menu-item a{
+  .admin-wrap .el-menu-item a{
     display: block;
     width: 100%;
     height: 100%;
     font-size: 14px;
     /*padding-left: 6px;*/
   }
-  .el-submenu a{
+  .admin-wrap .el-submenu a{
     padding-left: 6px;
   }
-  a.router-link-active a{
+  .admin-wrap a.router-link-active a{
     color:#3eb983!important; 
   }
-  .el-menu-item-group .is-active a{
+  .admin-wrap .el-menu-item-group .is-active a{
     color:#3eb983!important; 
   }
-  .el-menu-item-group li{
+  .admin-wrap .el-menu-item-group li{
     background:#1f2935;
     line-height: 48px;
     font-size:16px;
   }
-  .el-menu-item-group li i{
+  .admin-wrap .el-menu-item-group li i{
   	margin-right: 10px;
   }
-  .el-menu-item-group__title {
+  .admin-wrap .el-menu-item-group__title {
     padding-top: 0;
     color: #a2aebf;
   }
-  a{
+  .admin-wrap a{
     color: #a2aebf;
   }
-  .el-submenu .el-menu-item:hover, .el-submenu__title:hover{
+  .admin-wrap .el-submenu .el-menu-item:hover, .el-submenu__title:hover{
     background: #0f1722!important;
   }
-  .el-menu-item, .el-submenu__title{
+  .admin-wrap .el-menu-item, .el-submenu__title{
     color:#a2aebf; 
   }
-  .el-submenu__icon-arrow{
+  .admin-wrap .el-submenu__icon-arrow{
     right: 40px;
   }
-  .el-menu-vertical-demo{
+  .admin-wrap .el-menu-vertical-demo{
     padding-left: 0;
   }
-  .el-menu--horizontal.el-menu--dark .el-submenu .el-menu-item:hover, .el-menu--horizontal.el-menu--dark .el-submenu .el-submenu-title:hover, .el-menu-item:hover{
+  .admin-wrap .el-menu--horizontal.el-menu--dark .el-submenu .el-menu-item:hover, .el-menu--horizontal.el-menu--dark .el-submenu .el-submenu-title:hover, .el-menu-item:hover{
     background: #0f1722;
   }
 </style>

+ 24 - 24
src/view/buyer/Good.vue

@@ -216,57 +216,57 @@
 </style>
 
 <style>
-	.el-tabs__item.is-active{
+	.good-wrap .el-tabs__item.is-active{
 		color: #3eb983;
 	}
-	.el-tabs__active-bar{
+	.good-wrap .el-tabs__active-bar{
 		background-color: #3eb983;
 	}
-	.el-tabs__header{
+	.good-wrap .el-tabs__header{
 		margin: 0;
 	}
-	.el-upload-list{
+	.good-wrap .el-upload-list{
 		display: flex;
 		flex-wrap: wrap;
 		justify-content: space-between;
 	}
-	.el-upload-list li{
+	.good-wrap .el-upload-list li{
 		width: 300px;
 	}
-	.el-upload{
+	.good-wrap .el-upload{
 		width: 100%;
 		text-align: left;
 		padding-top: 10px;
 	}
-	.el-button--primary{
+	.good-wrap .el-button--primary{
 		background-color: #3eb983;
 		border-color: #3eb983;
 	}
-	.el-button--primary:hover{
+	.good-wrap .el-button--primary:hover{
 		background-color: #3eb983;
 		border-color: #3eb983;
 	}
 </style>
 
 <style>
-	.el-dialog{
+	.good-wrap .el-dialog{
     width: 500px;
     /*height: 280px;*/
     border-radius: 6px;
     text-align: left;
   }
-  .el-dialog__header{
+  .good-wrap .el-dialog__header{
     padding: 20px 30px 0 40px;
   }
-  .el-dialog__body{
+  .good-wrap .el-dialog__body{
     padding: 20px 30px;
   }
-  .dialogheader{
+  .good-wrap .dialogheader{
     width: 100%;
       /*height: 60px;*/
       
   }
-  .dialogheader p{
+  .good-wrap .dialogheader p{
     width: 360px;
     height: 30px;
     line-height: 30px;
@@ -277,47 +277,47 @@
     padding-left: 10px;
     margin-left: 60px; 
   }
-  .dialogheader p input{
+  .good-wrap .dialogheader p input{
   	height: 24px;
     line-height: 24px;
     border:0;
     margin-left: 20px;
   }
-  .dialogheader .button{
+  .good-wrap .dialogheader .button{
     background: #3eb983;
     color: #fff;
     text-align: center;
     margin-top: 40px;
     cursor: pointer;
   }
-  .dialogheader .el-button{
+  .good-wrap .dialogheader .el-button{
     width: 173px;
     padding: 10px 0;
   }
-  .dialogheader .el-form-item{
+  .good-wrap .dialogheader .el-form-item{
     margin-bottom: 15px;
   }
-  .dialogheader .el-button+.el-button{
+  .good-wrap .dialogheader .el-button+.el-button{
     margin-left: 0;
   }
-  .dialogheader .el-button--primary{
+  .good-wrap .dialogheader .el-button--primary{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--primary:hover{
+  .good-wrap .dialogheader .el-button--primary:hover{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--default{
+  .good-wrap .dialogheader .el-button--default{
     background-color: #bfcbd9;
     color: #fff;
   }
-  .dialogheader .el-button--default:hover{
+  .good-wrap .dialogheader .el-button--default:hover{
     background-color: #bfcbd9;
     border-color: #bfcbd9;
     color: #fff;
   }
-  .dialogheader .button-new-tag{
+  .good-wrap .dialogheader .button-new-tag{
   	width: auto;
   	background-color: #fff;
   	color: #606266;
@@ -328,7 +328,7 @@
     padding-top: 0;
     padding-bottom: 0;
   }
-  .dialogheader .button-new-tag:hover{
+  .good-wrap .dialogheader .button-new-tag:hover{
   	color: #409EFF;
   	background-color: rgba(64,158,255,.1);
   	border: 1px solid rgba(64,158,255,.2);

+ 14 - 14
src/view/buyer/Index.vue

@@ -158,24 +158,24 @@
 </style>
 
 <style>
-	.el-dialog{
+	.shopIndex-wrap .el-dialog{
     width: 500px;
     /*height: 280px;*/
     border-radius: 6px;
     text-align: left;
   }
-  .el-dialog__header{
+  .shopIndex-wrap .el-dialog__header{
     padding: 20px 30px 0 40px;
   }
-  .el-dialog__body{
+  .shopIndex-wrap .el-dialog__body{
     padding: 20px 30px;
   }
-  .dialogheader{
+  .shopIndex-wrap .dialogheader{
     width: 100%;
       /*height: 60px;*/
       
   }
-  .dialogheader p{
+  .shopIndex-wrap .dialogheader p{
     width: 360px;
     height: 30px;
     line-height: 30px;
@@ -186,42 +186,42 @@
     padding-left: 10px;
     margin-left: 60px; 
   }
-  .dialogheader p input{
+  .shopIndex-wrap .dialogheader p input{
   	height: 24px;
     line-height: 24px;
     border:0;
     margin-left: 20px;
   }
-  .dialogheader .button{
+  .shopIndex-wrap .dialogheader .button{
     background: #3eb983;
     color: #fff;
     text-align: center;
     margin-top: 40px;
     cursor: pointer;
   }
-  .dialogheader .el-button{
+  .shopIndex-wrap .dialogheader .el-button{
     width: 173px;
     padding: 10px 0;
   }
-  .dialogheader .el-form-item{
+  .shopIndex-wrap .dialogheader .el-form-item{
     margin-bottom: 15px;
   }
-  .dialogheader .el-button+.el-button{
+  .shopIndex-wrap .dialogheader .el-button+.el-button{
     margin-left: 0;
   }
-  .dialogheader .el-button--primary{
+  .shopIndex-wrap .dialogheader .el-button--primary{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--primary:hover{
+  .shopIndex-wrap .dialogheader .el-button--primary:hover{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--default{
+  .shopIndex-wrap .dialogheader .el-button--default{
     background-color: #bfcbd9;
     color: #fff;
   }
-  .dialogheader .el-button--default:hover{
+  .shopIndex-wrap .dialogheader .el-button--default:hover{
     background-color: #bfcbd9;
     border-color: #bfcbd9;
     color: #fff;

+ 3 - 3
src/view/buyer/Order.vue

@@ -205,14 +205,14 @@ import QRcode from '@xkeshi/vue-qrcode'
 </style>
 
 <style>
-	.el-step__head{
+	.toBuy-wrap .el-step__head{
 		text-align: left;
 	}
-	.el-step__head.is-success{
+	.toBuy-wrap .el-step__head.is-success{
 		color: #3eb983;
 		border-color: #3eb983;
 	}
-	.el-step__title.is-success{
+	.toBuy-wrap .el-step__title.is-success{
 		color: #3eb983;
 	}
 </style>

+ 18 - 18
src/view/buyer/ToBuy.vue

@@ -266,31 +266,31 @@
 </style>
 
 <style>
-	.el-step__head{
+	.toBuy-wrap .el-step__head{
 		text-align: left;
 	}
-	.flow-wrap .el-input.is-disabled .el-input__inner{
+	.toBuy-wrap .flow-wrap .el-input.is-disabled .el-input__inner{
 		color: #EA6A69;
 	}
 
-	.el-dialog{
+	.toBuy-wrap .el-dialog{
     width: 500px;
     /*height: 280px;*/
     border-radius: 6px;
     text-align: left;
   }
-  .el-dialog__header{
+  .toBuy-wrap .el-dialog__header{
     padding: 20px 30px 0 40px;
   }
-  .el-dialog__body{
+  .toBuy-wrap .el-dialog__body{
     padding: 20px 30px;
   }
-  .dialogheader{
+  .toBuy-wrap .dialogheader{
     width: 100%;
       /*height: 60px;*/
       
   }
-  .dialogheader p{
+  .toBuy-wrap .dialogheader p{
     width: 360px;
     height: 30px;
     line-height: 30px;
@@ -301,52 +301,52 @@
     padding-left: 10px;
     margin-left: 60px; 
   }
-  .dialogheader p input{
+  .toBuy-wrap .dialogheader p input{
   	height: 24px;
     line-height: 24px;
     border:0;
     margin-left: 20px;
   }
-  .dialogheader .button{
+  .toBuy-wrap .dialogheader .button{
     background: #3eb983;
     color: #fff;
     text-align: center;
     margin-top: 40px;
     cursor: pointer;
   }
-  .dialogheader .el-button{
+  .toBuy-wrap .dialogheader .el-button{
     width: 173px;
     padding: 10px 0;
   }
-  .dialogheader .el-form-item{
+  .toBuy-wrap .dialogheader .el-form-item{
     margin-bottom: 15px;
   }
-  .dialogheader .el-button+.el-button{
+  .toBuy-wrap .dialogheader .el-button+.el-button{
     margin-left: 0;
   }
-  .dialogheader .el-button--primary{
+  .toBuy-wrap .dialogheader .el-button--primary{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--primary:hover{
+  .toBuy-wrap .dialogheader .el-button--primary:hover{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--default{
+  .toBuy-wrap .dialogheader .el-button--default{
     background-color: #bfcbd9;
     color: #fff;
   }
-  .dialogheader .el-button--default:hover{
+  .toBuy-wrap .dialogheader .el-button--default:hover{
     background-color: #bfcbd9;
     border-color: #bfcbd9;
     color: #fff;
   }
 
-  .el-step__head.is-success{
+  .toBuy-wrap .el-step__head.is-success{
 		color: #3eb983;
 		border-color: #3eb983;
 	}
-	.el-step__title.is-success{
+	.toBuy-wrap .el-step__title.is-success{
 		color: #3eb983;
 	}
 </style>

+ 24 - 24
src/view/shop/AddGood.vue

@@ -300,7 +300,7 @@
 	}
 	.baseInfo-wrap{
 		width: 100%;
-		height: 360px;
+		height: auto;
 		margin-top: 20px;
 		background-color: #fff;
 		border-left: 6px solid #3eb983;
@@ -374,59 +374,59 @@
 </style>
 
 <style>
-	.el-form{
+	.addGood-wrap .el-form{
 		display: flex;
 		justify-content: space-around;
 		flex-wrap: wrap;
 		margin-top: 20px;
 	}
-	.el-form div{
+	.addGood-wrap .el-form div{
 		width: 400px;
 		padding-right: 80px;
 		box-sizing: content-box;
 	}
-	.el-upload-list{
+	.addGood-wrap .el-upload-list{
 		display: flex;
 		flex-wrap: wrap;
 		justify-content: space-between;
 	}
-	.el-upload-list li{
+	.addGood-wrap .el-upload-list li{
 		width: 300px;
 	}
-	.el-upload {
+	.addGood-wrap .el-upload {
     width: 100%;
     text-align: left;
     padding-top: 10px;
 	}
-	.el-button--primary {
+	.addGood-wrap .el-button--primary {
     background-color: #3eb983;
     border-color: #3eb983;
 	}
-	.el-button--primary:hover{
+	.addGood-wrap .el-button--primary:hover{
 		background-color: #3eb983;
 		border-color: #3eb983;
 	}
 </style>
 
 <style>
-	.el-dialog{
+	.addGood-wrap .el-dialog{
     width: 500px;
     /*height: 280px;*/
     border-radius: 6px;
     text-align: left;
   }
-  .el-dialog__header{
+  .addGood-wrap .el-dialog__header{
     padding: 20px 30px 0 40px;
   }
-  .el-dialog__body{
+  .addGood-wrap .el-dialog__body{
     padding: 20px 30px;
   }
-  .dialogheader{
+  .addGood-wrap .dialogheader{
     width: 100%;
       /*height: 60px;*/
       
   }
-  .dialogheader p{
+  .addGood-wrap .dialogheader p{
     width: 360px;
     height: 30px;
     line-height: 30px;
@@ -437,47 +437,47 @@
     padding-left: 10px;
     margin-left: 60px; 
   }
-  .dialogheader p input{
+  .addGood-wrap .dialogheader p input{
   	height: 24px;
     line-height: 24px;
     border:0;
     margin-left: 20px;
   }
-  .dialogheader .button{
+  .addGood-wrap .dialogheader .button{
     background: #3eb983;
     color: #fff;
     text-align: center;
     margin-top: 40px;
     cursor: pointer;
   }
-  .dialogheader .el-button{
+  .addGood-wrap .dialogheader .el-button{
     width: 173px;
     padding: 10px 0;
   }
-  .dialogheader .el-form-item{
+  .addGood-wrap .dialogheader .el-form-item{
     margin-bottom: 15px;
   }
-  .dialogheader .el-button+.el-button{
+  .addGood-wrap .dialogheader .el-button+.el-button{
     margin-left: 0;
   }
-  .dialogheader .el-button--primary{
+  .addGood-wrap .dialogheader .el-button--primary{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--primary:hover{
+  .addGood-wrap .dialogheader .el-button--primary:hover{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--default{
+  .addGood-wrap .dialogheader .el-button--default{
     background-color: #bfcbd9;
     color: #fff;
   }
-  .dialogheader .el-button--default:hover{
+  .addGood-wrap .dialogheader .el-button--default:hover{
     background-color: #bfcbd9;
     border-color: #bfcbd9;
     color: #fff;
   }
-  .dialogheader .button-new-tag{
+  .addGood-wrap .dialogheader .button-new-tag{
   	width: auto;
   	background-color: #fff;
   	color: #606266;
@@ -488,7 +488,7 @@
     padding-top: 0;
     padding-bottom: 0;
   }
-  .dialogheader .button-new-tag:hover{
+  .addGood-wrap .dialogheader .button-new-tag:hover{
   	color: #409EFF;
   	background-color: rgba(64,158,255,.1);
   	border: 1px solid rgba(64,158,255,.2);

+ 24 - 24
src/view/shop/Good.vue

@@ -463,57 +463,57 @@
 </style>
 
 <style>
-	.el-tabs__item.is-active{
+	.good-wrap .el-tabs__item.is-active{
 		color: #3eb983;
 	}
-	.el-tabs__active-bar{
+	.good-wrap .el-tabs__active-bar{
 		background-color: #3eb983;
 	}
-	.el-tabs__header{
+	.good-wrap .el-tabs__header{
 		margin: 0;
 	}
-	.el-upload-list{
+	.good-wrap .el-upload-list{
 		display: flex;
 		flex-wrap: wrap;
 		justify-content: space-between;
 	}
-	.el-upload-list li{
+	.good-wrap .el-upload-list li{
 		width: 300px;
 	}
-	.el-upload{
+	.good-wrap .el-upload{
 		width: 100%;
 		text-align: left;
 		padding-top: 10px;
 	}
-	.el-button--primary{
+	.good-wrap .el-button--primary{
 		background-color: #3eb983;
 		border-color: #3eb983;
 	}
-	.el-button--primary:hover{
+	.good-wrap .el-button--primary:hover{
 		background-color: #3eb983;
 		border-color: #3eb983;
 	}
 </style>
 
 <style>
-	.el-dialog{
+	.good-wrap .el-dialog{
     width: 500px;
     /*height: 280px;*/
     border-radius: 6px;
     text-align: left;
   }
-  .el-dialog__header{
+  .good-wrap .el-dialog__header{
     padding: 20px 30px 0 40px;
   }
-  .el-dialog__body{
+  .good-wrap .el-dialog__body{
     padding: 20px 30px;
   }
-  .dialogheader{
+  .good-wrap .dialogheader{
     width: 100%;
       /*height: 60px;*/
       
   }
-  .dialogheader p{
+  .good-wrap .dialogheader p{
     width: 360px;
     height: 30px;
     line-height: 30px;
@@ -524,47 +524,47 @@
     padding-left: 10px;
     margin-left: 60px; 
   }
-  .dialogheader p input{
+  .good-wrap .dialogheader p input{
   	height: 24px;
     line-height: 24px;
     border:0;
     margin-left: 20px;
   }
-  .dialogheader .button{
+  .good-wrap .dialogheader .button{
     background: #3eb983;
     color: #fff;
     text-align: center;
     margin-top: 40px;
     cursor: pointer;
   }
-  .dialogheader .el-button{
+  .good-wrap .dialogheader .el-button{
     width: 173px;
     padding: 10px 0;
   }
-  .dialogheader .el-form-item{
+  .good-wrap .dialogheader .el-form-item{
     margin-bottom: 15px;
   }
-  .dialogheader .el-button+.el-button{
+  .good-wrap .dialogheader .el-button+.el-button{
     margin-left: 0;
   }
-  .dialogheader .el-button--primary{
+  .good-wrap .dialogheader .el-button--primary{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--primary:hover{
+  .good-wrap .dialogheader .el-button--primary:hover{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--default{
+  .good-wrap .dialogheader .el-button--default{
     background-color: #bfcbd9;
     color: #fff;
   }
-  .dialogheader .el-button--default:hover{
+  .good-wrap .dialogheader .el-button--default:hover{
     background-color: #bfcbd9;
     border-color: #bfcbd9;
     color: #fff;
   }
-  .dialogheader .button-new-tag{
+  .good-wrap .dialogheader .button-new-tag{
   	width: auto;
   	background-color: #fff;
   	color: #606266;
@@ -575,7 +575,7 @@
     padding-top: 0;
     padding-bottom: 0;
   }
-  .dialogheader .button-new-tag:hover{
+  .good-wrap .dialogheader .button-new-tag:hover{
   	color: #409EFF;
   	background-color: rgba(64,158,255,.1);
   	border: 1px solid rgba(64,158,255,.2);

+ 14 - 14
src/view/shop/Index.vue

@@ -174,24 +174,24 @@
 </style>
 
 <style>
-	.el-dialog{
+	.shopIndex-wrap .el-dialog{
     width: 500px;
     /*height: 280px;*/
     border-radius: 6px;
     text-align: left;
   }
-  .el-dialog__header{
+  .shopIndex-wrap .el-dialog__header{
     padding: 20px 30px 0 40px;
   }
-  .el-dialog__body{
+  .shopIndex-wrap .el-dialog__body{
     padding: 20px 30px;
   }
-  .dialogheader{
+  .shopIndex-wrap .dialogheader{
     width: 100%;
       /*height: 60px;*/
       
   }
-  .dialogheader p{
+  .shopIndex-wrap .dialogheader p{
     width: 360px;
     height: 30px;
     line-height: 30px;
@@ -202,42 +202,42 @@
     padding-left: 10px;
     margin-left: 60px; 
   }
-  .dialogheader p input{
+  .shopIndex-wrap .dialogheader p input{
   	height: 24px;
     line-height: 24px;
     border:0;
     margin-left: 20px;
   }
-  .dialogheader .button{
+  .shopIndex-wrap .dialogheader .button{
     background: #3eb983;
     color: #fff;
     text-align: center;
     margin-top: 40px;
     cursor: pointer;
   }
-  .dialogheader .el-button{
+  .shopIndex-wrap .dialogheader .el-button{
     width: 173px;
     padding: 10px 0;
   }
-  .dialogheader .el-form-item{
+  .shopIndex-wrap .dialogheader .el-form-item{
     margin-bottom: 15px;
   }
-  .dialogheader .el-button+.el-button{
+  .shopIndex-wrap .dialogheader .el-button+.el-button{
     margin-left: 0;
   }
-  .dialogheader .el-button--primary{
+  .shopIndex-wrap .dialogheader .el-button--primary{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--primary:hover{
+  .shopIndex-wrap .dialogheader .el-button--primary:hover{
     background-color: #3eb983;
     border-color: #3eb983;
   }
-  .dialogheader .el-button--default{
+  .shopIndex-wrap .dialogheader .el-button--default{
     background-color: #bfcbd9;
     color: #fff;
   }
-  .dialogheader .el-button--default:hover{
+  .shopIndex-wrap .dialogheader .el-button--default:hover{
     background-color: #bfcbd9;
     border-color: #bfcbd9;
     color: #fff;

+ 21 - 21
src/view/shop/Shop.vue

@@ -75,81 +75,81 @@
 </style>
 
 <style>
-	.el-container{
+	.admin-wrap .el-container{
 		height: 100%;
 	}
-	.el-aside{
+	.admin-wrap .el-aside{
 		background-color: #1f2935;
 		text-align: left;
 	}
-	.el-main{
+	.admin-wrap .el-main{
 		padding: 0;
 	}
-	.el-menu{
+	.admin-wrap .el-menu{
 		height: 100%;
 	}
 </style>
 
 <style>
-	.iconfont{
+	.admin-wrap .iconfont{
     margin-right:10px;
   }
-  .el-menu-vertical-demo{
+  .admin-wrap .el-menu-vertical-demo{
     padding-left: 18px;
   }
-  .el-menu{
+  .admin-wrap .el-menu{
     background: #1f2935!important;
     border-right: 0;
   }
-  .el-menu img{
+  .admin-wrap .el-menu img{
   	width: 20px;
   	margin: 0 5px 0 2px;
   	vertical-align: middle;
   }
-  .el-menu-item a{
+  .admin-wrap .el-menu-item a{
     display: block;
     width: 100%;
     height: 100%;
     font-size: 14px;
     /*padding-left: 6px;*/
   }
-  .el-submenu a{
+  .admin-wrap .el-submenu a{
     padding-left: 6px;
   }
-  a.router-link-active a{
+  .admin-wrap a.router-link-active a{
     color:#3eb983!important; 
   }
-  .el-menu-item-group .is-active a{
+  .admin-wrap .el-menu-item-group .is-active a{
     color:#3eb983!important; 
   }
-  .el-menu-item-group li{
+  .admin-wrap .el-menu-item-group li{
     background:#1f2935;
     line-height: 48px;
     font-size:16px;
   }
-  .el-menu-item-group li i{
+  .admin-wrap .el-menu-item-group li i{
   	margin-right: 10px;
   }
-  .el-menu-item-group__title {
+  .admin-wrap .el-menu-item-group__title {
     padding-top: 0;
     color: #a2aebf;
   }
-  a{
+  .admin-wrap a{
     color: #a2aebf;
   }
-  .el-submenu .el-menu-item:hover, .el-submenu__title:hover{
+  .admin-wrap .el-submenu .el-menu-item:hover, .el-submenu__title:hover{
     background: #0f1722!important;
   }
-  .el-menu-item, .el-submenu__title{
+  .admin-wrap .el-menu-item, .el-submenu__title{
     color:#a2aebf; 
   }
-  .el-submenu__icon-arrow{
+  .admin-wrap .el-submenu__icon-arrow{
     right: 40px;
   }
-  .el-menu-vertical-demo{
+  .admin-wrap .el-menu-vertical-demo{
     padding-left: 0;
   }
-  .el-menu--horizontal.el-menu--dark .el-submenu .el-menu-item:hover, .el-menu--horizontal.el-menu--dark .el-submenu .el-submenu-title:hover, .el-menu-item:hover{
+  .admin-wrap .el-menu--horizontal.el-menu--dark .el-submenu .el-menu-item:hover, .el-menu--horizontal.el-menu--dark .el-submenu .el-submenu-title:hover, .el-menu-item:hover{
     background: #0f1722;
   }
 </style>