|
|
@@ -55,7 +55,7 @@
|
|
|
},
|
|
|
|
|
|
"startMenuNaviLeftNode": {
|
|
|
- "width": "40px",
|
|
|
+ "width": "100px",
|
|
|
"height": "40px",
|
|
|
"float": "none",
|
|
|
"margin": "0px",
|
|
|
@@ -67,18 +67,22 @@
|
|
|
"background-color": "#f8f8f8"
|
|
|
},
|
|
|
"startMenuIconLeftNode": {
|
|
|
- "width": "40px",
|
|
|
+ "width": "100px",
|
|
|
"height": "40px",
|
|
|
"margin-top": "00px",
|
|
|
"background-repeat": "no-repeat",
|
|
|
- "background-position": "center center"
|
|
|
+ "background-position": "center center",
|
|
|
+ "display": "inline-block",
|
|
|
+ "vertical-align": "middle"
|
|
|
},
|
|
|
"startMenuNaviLeftPingyinNode": {
|
|
|
"width": "40px",
|
|
|
"height": "40px",
|
|
|
},
|
|
|
"startMenuTextLeftNode": {
|
|
|
- "display": "none"
|
|
|
+ "display": "inline-block",
|
|
|
+ "font-size": "13px",
|
|
|
+ "vertical-align": "middle"
|
|
|
},
|
|
|
|
|
|
"normalStartMenuNode": {
|