Browse Source

增加-webkit-tap-highlight-color样式,实现手机上点击时有颜色变化

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1934 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 10 years ago
parent
commit
1c8c5f61d1

+ 4 - 0
src/main/webapp/resources/css/index_mobile.css

@@ -6,6 +6,10 @@ body {
 	font-size: 15px;
 }
 
+a, li, button {
+	-webkit-tap-highlight-color: rgba(176, 196, 222, 0.5);
+}
+
 h1,h2,h3 {
 	font-size: 20px;
 	font-weight: 400;

+ 0 - 4
src/main/webapp/resources/tpl/index_mobile/sale/accept_list.html

@@ -19,10 +19,6 @@
 	margin-bottom: 10px;
 }
 
-.order .order-line:HOVER, .order .order-line:ACTIVE {
-	background: #d7d7d7;
-}
-
 </style>
 <!-- loading start -->
 <div class="loading in" ng-class="{'in': loading}">

+ 0 - 3
src/main/webapp/resources/tpl/index_mobile/sale/change_list.html

@@ -44,9 +44,6 @@
 	margin-bottom: 15px;
 }
 
-/* .order .order-line:HOVER, .order .order-line:ACTIVE {
-	background: #d7d7d7;
-} */
 
 </style>
 <!-- loading start -->

+ 0 - 4
src/main/webapp/resources/tpl/index_mobile/sale/inquiry_list.html

@@ -44,10 +44,6 @@
 	margin-bottom: 15px;
 }
 
-/* .order .order-line:HOVER, .order .order-line:ACTIVE {
-	background: #d7d7d7;
-} */
-
 </style>
 <!-- loading start -->
 <div class="loading in" ng-class="{'in': loading}"><i></i></div>

+ 0 - 4
src/main/webapp/resources/tpl/index_mobile/sale/notice_list.html

@@ -44,10 +44,6 @@
 	margin-bottom: 15px;
 }
 
-/* .order .order-line:HOVER, .order .order-line:ACTIVE {
-	background: #d7d7d7;
-} */
-
 </style>
 <!-- loading start -->
 <div class="loading in" ng-class="{'in': loading}"><i></i></div>

+ 0 - 4
src/main/webapp/resources/tpl/index_mobile/sale/return_list.html

@@ -19,10 +19,6 @@
 	margin-bottom: 10px;
 }
 
-.order .order-line:HOVER, .order .order-line:ACTIVE {
-	background: #d7d7d7;
-}
-
 </style>
 <!-- loading start -->
 <div class="loading in" ng-class="{'in': loading}">