verticalTab.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .tab_box {
  2. width:100%;
  3. margin:5;
  4. height:200px;
  5. }
  6. .lyz_tab_left {
  7. background:url(../images/left3.jpg) no-repeat top right;
  8. float: left;
  9. width: 129px;
  10. min-height:100%;
  11. height:100%;
  12. padding-top:20px;
  13. }
  14. .pro_con1111 {
  15. float: left;
  16. overflow: hidden;
  17. width: 159px;
  18. }
  19. .pro_con111 UL {
  20. padding: 0px;
  21. width: 100%;
  22. list-style-type: none;
  23. }
  24. .pro_con111 UL LI {
  25. padding-right: 10px;
  26. display: inline;
  27. font-weight: bold;
  28. font-size: 12px;
  29. background: url(../images/hongbj.jpg) no-repeat left center;
  30. float: left;
  31. margin-bottom: 5px;
  32. width: 139px;
  33. cursor: pointer;
  34. color: #350202;
  35. line-height: 34px;
  36. height: 34px;
  37. text-align: right;
  38. }
  39. .pro_con111 UL LI.click {
  40. padding-right: 10px;
  41. display: inline;
  42. font-weight: bold;
  43. font-size: 12px;
  44. background: url(../images/baibj.jpg) no-repeat;
  45. float: left;
  46. margin-bottom: 5px;
  47. width: 145px;
  48. cursor: pointer;
  49. color: #3c3c3c;
  50. line-height: 34px;
  51. height: 34px;
  52. text-align: right;
  53. }
  54. .lyz_tab_right {
  55. padding-right: 3px;
  56. display: inline;
  57. padding-left: 3px;
  58. border:1px solid #93b3e8;
  59. border-left:0px;
  60. float: left;
  61. padding-bottom: 3px;
  62. width: 82%;
  63. padding-top: 3px;
  64. height:200px;
  65. font-size:12px;
  66. }
  67. .iframCss{
  68. height: expression(document.body.clientHeight-50),
  69. width:100%,
  70. border:0px;
  71. /**width: expression(document.body.clientWidth < 730 ? "730px": "100%" )**/
  72. }