Browse Source

调整右边栏宽度

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7617 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
34feeedab4

+ 2 - 2
src/main/webapp/resources/tpl/index/fa/right.html

@@ -2,7 +2,7 @@
 <style>
 <style>
 .rbar {
 .rbar {
 	opacity: 1;
 	opacity: 1;
-	width: 80px;
+	width: 30px;
 	position: fixed;
 	position: fixed;
 	top: 50%;
 	top: 50%;
 	right: 0;
 	right: 0;
@@ -32,7 +32,7 @@
 
 
 .rbar .item-inner {
 .rbar .item-inner {
 	border-bottom: 1px solid #ffffff;
 	border-bottom: 1px solid #ffffff;
-	width: 80px;
+	width: 30px;
 	display: block;
 	display: block;
 	color: #ffffff;
 	color: #ffffff;
 }
 }

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

@@ -2,7 +2,7 @@
 <style>
 <style>
 .rbar {
 .rbar {
 	opacity: 1;
 	opacity: 1;
-	width: 80px;
+	width: 30px;
 	position: fixed;
 	position: fixed;
 	top: 50%;
 	top: 50%;
 	right: 0;
 	right: 0;
@@ -32,7 +32,7 @@
 
 
 .rbar .item-inner {
 .rbar .item-inner {
 	border-bottom: 1px solid #ffffff;
 	border-bottom: 1px solid #ffffff;
-	width: 80px;
+	width: 30px;
 	display: block;
 	display: block;
 	color: #ffffff;
 	color: #ffffff;
 }
 }

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

@@ -2,7 +2,7 @@
 <style>
 <style>
 .rbar {
 .rbar {
 	opacity: 1;
 	opacity: 1;
-	width: 80px;
+	width: 30px;
 	position: fixed;
 	position: fixed;
 	top: 30%;
 	top: 30%;
 	right: 0;
 	right: 0;
@@ -32,7 +32,7 @@
 
 
 .rbar .item-inner {
 .rbar .item-inner {
 	border-bottom: 1px solid #ffffff;
 	border-bottom: 1px solid #ffffff;
-	width: 80px;
+	width: 30px;
 	display: block;
 	display: block;
 	color: #ffffff;
 	color: #ffffff;
 }
 }
@@ -97,8 +97,8 @@
 }
 }
 
 
 .item-wrap:hover .tip {
 .item-wrap:hover .tip {
-	opacity: 1;
-	right: 80px;
+	opacity: 0.5;
+	right: 30px;
 }
 }
 
 
 .item-wrap .tip>ul {
 .item-wrap .tip>ul {