ソースを参照

针对在IE测试调整不兼容情况。

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8072 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
ouxianqin 9 年 前
コミット
cc03428442

+ 1 - 1
src/main/webapp/resources/css/add.css

@@ -1604,7 +1604,7 @@ option {
 .oder-change dl dd {
     width: 100%;
     margin: 0 auto;
-    height: 100px;
+    min-height: 100px;
     border-bottom: #ccc 1px dashed;
     overflow: hidden;
 }

+ 8 - 1
src/main/webapp/resources/css/index.css

@@ -2866,4 +2866,11 @@ input:-webkit-autofill { box-shadow: 0 0 0 1000px white inset !important;}
 }
 .public-btn01:disabled {
 	background: #999 !important;
-}
+}
+input::-ms-clear{display:none;}
+
+
+/*ie修改*/
+/*.tender-input01{
+	width: 150px !important;
+}*/

+ 1 - 1
src/main/webapp/resources/css/public.css

@@ -17,7 +17,7 @@
 #public .menu .btn-group .btn em{color: #d32526;font-style: inherit;}
 #public .menu .btn-group .btn:hover{background: #fff;color: #d32526;}
 #public #topSearch{font-size: 16px;}
-#public .form-group-sm .form-control{height: 36px;line-height: 36px;border: #327ebe 1px solid;border-radius: 0px;font-size: 14px;}
+#public .form-group-sm .form-control{height: 36px;/*line-height: 36px;*/border: #327ebe 1px solid;border-radius: 0px;font-size: 14px;}
 #public .search-bg .col-xs-6{/*margin-left: 90px;*/}
 #public .search-bg .input-group-addon{width: 70px;height: 36px;display: inline-block;background: #327ebe;font-size: 16px;text-align: center;line-height: 36px;color: #fff;padding: 0;border: none;border-radius: 0;position: absolute;top: 0;right: 0;}
 #public .order-table .header th,#public .inquiry-table .header th{height: 40px;line-height: 40px;background: none;font-size: 14px;}

+ 2 - 1
src/main/webapp/resources/tpl/index/purc/inquiry_new.html

@@ -68,7 +68,7 @@
 	padding-left: 10px;
 	height: 34px;
 	line-height: 34px;
-	width: 160px;
+	width: 150px;
 }
 
 .tender-input:focus {
@@ -383,6 +383,7 @@ input[type="radio"], input[type="checkbox"] {
 	line-height: 50px;
 	display: inline-block;
 	color: #323232;
+    width: 11%;
 }
 
 .tender-list02 dl dd {

+ 4 - 1
src/main/webapp/resources/tpl/index/sale/tender.html

@@ -53,12 +53,15 @@
         border: none;
         border-bottom: 1px solid #bfbfbf;
         text-align: center;
+        height: 34px;
     }
     .bid-input:focus{
         outline:none;
         border-bottom: 1px solid #5078cb;
     }
-
+    .row.prod-info{
+        line-height: 34px;
+    }
 
     /* 基本信息 */
     .base-info {