setting_legend.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. html,body{ width:700px; height:400px; margin:0; padding:0; font-family: "微软雅黑";}
  2. .lengend_box{ width:100%; height:350px; }
  3. .subject_lengend_box{ width:199px; height:0px; border-right:1px solid #afaeae; display:inline-block; }/* #f0f0f0 */
  4. .lengend_img_box{ display:inline-block; float:right; width:500px; height:350px; background:#f0f0f0; }
  5. .lengend_upload_btn_box{ border-top:1px solid #afaeae; width:100%; height:49px; }
  6. ::-webkit-scrollbar { width: 12px;}
  7. ::-moz-scr
  8. ::-webkit-scrollbar-track { -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3); border-radius:10px;}
  9. ::-webkit-scrollbar-thumb { border-radius:10px; background: rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);}
  10. ::-webkit-scrollbar-thumb:window-inactive { background: rgba(255,0,0,0.4);}
  11. ul{ margin:0; padding:0; }
  12. li{ list-style-type:none;}
  13. .none_border{ border:none; }
  14. /* 专题区 */
  15. .sbject_item{ width:100%; height:70px; cursor:pointer; line-height: 70px; text-align: center; font-size:14px; }
  16. .sbject_item:hover{ background:#f0f8ff; color:#0a2f6f; }
  17. /* .sbject_item:active{ background:#00aec7; color:#f1f1f1; } */
  18. .none_leg{ color:red; }
  19. /* 图例区 */
  20. .portfolio-items{ width:500px; height:350px; overflow-x:hidden; overflow-y:auto;
  21. white-space:nowrap; margin-bottom:30px; position:relative; }
  22. .lengen_item {
  23. width: 490px;
  24. height: 60px;
  25. padding: 5px;
  26. border-radius: 2px;
  27. background-color: #e0e0e0;
  28. font-size: 14px;
  29. position: relative;
  30. box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
  31. border-bottom:1px dashed #afaeae;
  32. /* -webkit-transform: rotate(-135deg);
  33. -ms-transform: rotate(-135deg);
  34. -o-transform: rotate(-135deg);
  35. transform: rotate(-135deg);
  36. -webkit-transition: all .3s ease, opacity 2s ease, top 1s ease;
  37. -o-transition: all .3s ease, opacity 2s ease, top 1s ease;
  38. transition: all .3s ease, opacity 2s ease, top 1s ease; */
  39. }
  40. .lengen_img{ margin:15px; display:inline-block; float:left; }
  41. .lengen_desc{line-height: 25px !important; font-size:12px; font-family:"微软雅黑";/* #CC320F */
  42. padding: 0 10px; margin: 15px 0; width: 270px; background-color: #f0f0f0; color: #333; display:inline-block; float:left; }
  43. /* 编辑按钮 */
  44. .lengen_edit_btn_box{ width:70px; height:35px; display: inline-block; margin: 10px;}
  45. .lengen_btn{ width:35px; height:35px; border:none; display:inline-block; cursor:pointer; }
  46. .edit_btn{ background: url(/nwyj/images/icing/btn/white_circle_31.png) #e0e0e0 no-repeat -28px -28px; }
  47. .edit_btn:hover{ background: url(/nwyj/images/icing/btn/white_circle_31.png) #e0e0e0 no-repeat -28px -148px; }
  48. .edit_btn:active{ background: url(/nwyj/images/icing/btn/white_circle_31.png) #e0e0e0 no-repeat -28px -88px; }
  49. .del_btn{ background: url(/nwyj/images/icing/btn/white_circle_31.png) #e0e0e0 no-repeat -88px -28px; }
  50. .del_btn:hover{ background: url(/nwyj/images/icing/btn/white_circle_31.png) #e0e0e0 no-repeat -88px -148px; }
  51. .del_btn:active{ background: url(/nwyj/images/icing/btn/white_circle_31.png) #e0e0e0 no-repeat -88px -88px; }
  52. .save_btn{ background: url(/nwyj/images/icing/btn/white_circle_31.png) #e0e0e0 no-repeat -148px -28px; }
  53. .save_btn:hover{ background: url(/nwyj/images/icing/btn/white_circle_31.png) #e0e0e0 no-repeat -148px -148px; }
  54. .save_btn:active{ background: url(/nwyj/images/icing/btn/white_circle_31.png) #e0e0e0 no-repeat -148px -88px; }
  55. .sort_btn{ background: url(/nwyj/images/icing/btn/white_circle_31.png) #e0e0e0 no-repeat -208px -28px; }
  56. .sort_btn:hover{ background: url(/nwyj/images/icing/btn/white_circle_31.png) #e0e0e0 no-repeat -208px -148px; }
  57. .sort_btn:active{ background: url(/nwyj/images/icing/btn/white_circle_31.png) #e0e0e0 no-repeat -208px -88px; }
  58. .upload_btn, .save_btn{ border: none; color: #3a617e; background: none; width: 120px!important; height:49px; float:right; }
  59. .upload_btn span, .save_btn span{ display:inline-block; float:right; height:44px; line-height:40px; }
  60. .upload_btn:hover, .save_btn:hover{ color:#f2f2f2;
  61. FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#0197cc);
  62. background: -ms-linear-gradient(top, #fff, #0197cc);
  63. background: -moz-linear-gradient(top,#fff,#0197cc);
  64. background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#fff), to(#0197cc));
  65. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#0197cc));
  66. background: -webkit-linear-gradient(top, #fff, #0197cc);
  67. background: -o-linear-gradient(top, #fff, #0197cc);
  68. }
  69. .lengen_item_move { z-index: 2;
  70. -webkit-transform: scale(1.2) translateY(-5px);
  71. -moz-transform: scale(1.2) translateY(-5px);
  72. -ms-transform: scale(1.2) translateY(-5px);
  73. transform: scale(1.2) translateY(-5px);
  74. -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3);
  75. -moz-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3);
  76. box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3); }