12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- @CHARSET "UTF-8";
- .jam_title {
- height : 20px;
- width : 178px;
- border-bottom : 1px solid #A3C8FD;
- font-size : 16px;
- padding-left :20px;
- padding-top : 30px;
- font-weight : bolder;
- }
- .jam_sub_title {
- width : 178px;
- padding-left :20px;
- height : 10px;
- padding-top :10px;
- }
- .jam_listPanel {
- border-bottom : 1px solid #A3C8FD;
- }
- #jam_searchPanel {
- padding : 10px 70px;
- }
- .searBtn {
- width : auto;
- margin:0 auto;
- position:absolute;
- }
- /**左侧菜单部分***/
- #leftMenu div {
- float : left;
- }
- #leftMenu {
- cursor : pointer;
- display:inline-block;
- *display:inline;
- *zoom:1;
- }
- .menuLe {
- width : 10px;
- height : 13px;
- margin-top : 7px;
- margin-left : 6px;
- background : url('../../../images/business/search/titlebar_arrow.gif') no-repeat;
- }
- .menuTitle {
- margin-left : 6px;
- }
|