Browse Source

餐品管理页面导入按钮无法点击问题处理

黄勇成 1 năm trước cách đây
mục cha
commit
7802de5fcc
1 tập tin đã thay đổi với 13 bổ sung13 xóa
  1. 13 13
      src/main/webapp/styles/orderDinner/mealManage.css

+ 13 - 13
src/main/webapp/styles/orderDinner/mealManage.css

@@ -3,18 +3,18 @@
 	margin-top: 15px;
 	border-top: 1px solid #ddd;
 	padding: 30px 0 20px 0;
-	text-align: center;	
+	text-align: center;
 }
 .dialog-btns .btn-white{
 	margin-right: 20px;
 }
 .export-wp{
 	position: relative;
-	
+
 }
 .export-wp .excelFile{
   position: absolute;
-  top: 0;12
+  top: 0;
   left: 0;
   opacity: 0;
   width: 100%;
@@ -22,18 +22,18 @@
 }
 /*ÌײÍÑ¡Ôñµ¯´°*/
 .dialog-meal-con{
-	width: 545px;	
+	width: 545px;
 }
 .choose-wrapper {
 	padding: 21px 19px;
-	
+
 }
 .choose-wrapper .title{
 	font-size: 20px;
 	font-weight: 600;
 	line-height: 22px;
 	height: 22px;
-	
+
 	color: #555555;
 }
 .choose-wrapper  .circle-wp{
@@ -44,7 +44,7 @@
 	display: inline-block;
 	width: 149px;
 	height: 149px;
-	
+
 }
 .choose-wrapper  .circle-con.single-btn{
 	background: url("../../images/admin/single_icon.svg") no-repeat center center;
@@ -90,7 +90,7 @@
 }
 .meal-item{
 	margin-top: 18px;
-	
+
 }
 .meal-item .meal-tip{
 	position: relative;
@@ -181,15 +181,15 @@
 	background: url("../../images/admin/del_icon.svg") no-repeat center center;
 	cursor: pointer;
 }
-.photo-item 
+.photo-item
 ,.photo-btn{
 	width: 86px;
 	height: 86px;
 	position: relative;
-	
+
 }
 .photo-btn{
-	
+
 	background: url("../../images/admin/add_icon.svg") no-repeat center center;
 }
 .photo-file{
@@ -221,7 +221,7 @@
 	display: block;
 }
 .meal-list{
-	
+
 }
 .meal-item.group-item{
 	display:none;
@@ -275,4 +275,4 @@
 }
 .meal-con .select_wrap{
     width: 399px;
-}
+}