| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- html,body{
- width: 100%;
- height: 100%;
- margin: 0;
- padding: 0;
- background-color: #F6F9FA;
- }
-
-
- .container{
- width: 100%;
- height: 100%;
- }
-
-
- .menuTreeList .selected , .menuTreeList .hover{
- color: red;
- }
-
- .imageSlider .selected span{
- color: red;
- }
-
- .menuTree , .imageSlider{
- width: 100%;
- }
-
- ul.menuTreeList{
- list-style-image:url("/web/jsp/shoudan/img/file.gif");
- margin-left: 5px;
- list-style-position: inside;
- height: 200px;
- overflow-y: auto;
- margin-top: 0;
- margin-bottom: 0;
- }
-
- .menuTreeList li{
- line-height: 20px;
- font-weight: bold;
- font-size: 20px!important;
- margin-top: 10px;
- cursor: pointer;
- }
-
- .menuTreeList span{
- padding-left: 5px;
- line-height: 20px;
- font-size: 14px;
- }
-
- .imageSlider{
- height: 100%;
- overflow-y: auto;
- margin-left: 10px;
- margin-right: auto;
- list-style: none;
- }
-
- .imageSliderItem{
- width: 100px;
- height: 100px;
- cursor: pointer;
- }
-
- /****图片预览主窗口****/
- .contentWindow{
- width: 100%;
- height: 100%;
- }
-
- .windowContainer{
- width: 100%;
- height: 100%;
- display: none;
- }
-
- .windowContainerBottom{
- margin-left: auto;
- margin-right: auto;
- text-align: center;
- }
-
- .windowContainerTop{
- text-align: center;
- width: 100%;
- height: 95%;
- }
|