style.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. ul,ul li{margin: 0;padding: 0;}
  2. @font-face {
  3. font-family:'Glyphicons Halflings';
  4. src: url(../fonts/glyphicons-halflings-regular.eot);
  5. src: url(../fonts/glyphicons-halflings-regular.svg);
  6. src: url(../fonts/glyphicons-halflings-regular.ttf);
  7. src: url(../fonts/glyphicons-halflings-regular.woff);
  8. }
  9. .header{height: 40px;line-height: 40px;background: #346A95;padding: 0 10px;font-size: 18px;color: #FFFFFF;}
  10. .content table, td, th {border:none;}
  11. .content table {border-collapse: collapse;border-spacing: 0;width: 100%;background: #fff;float: left;}
  12. .content th {font-weight: normal;background: none;height: auto;}
  13. .content tr {}
  14. .boders{border: 1px solid #000000;border-bottom: 1px solid #FFFFFF !important;}
  15. .header-title{width: 100%;margin:10px;width: auto;height: 30px;}
  16. .header-title ul li{position: relative;height:29px;line-height:27px; padding: 0 10px;float: left;margin-right: 10px;border: 1px solid #CCCCCC;cursor:pointer;background: linear-gradient(to bottom,#fff 0,#d7d7d7 100%);}
  17. .header-title ul li input{height:28px;line-height:28px;}
  18. .header-title ul li:hover ul{display: block;}
  19. .header-title ul li .icon-1{width: 16px;height:16px;display: block;float: left;margin-top: 7px;margin-right: 5px;}
  20. .header-title ul li .icon-2{width: 10px;height:10px;display: block;float: right;margin-top:8px;margin-left:10px;}
  21. .header-title ul li ul{display: none; position:absolute; left: -1px;top: 28px;border: 1px solid #CCCCCC;background: #F5F5F5;width:160px;padding: 10px 0;z-index: 99;}
  22. .header-title ul li ul li{float: none;border: none;background: #F5F5F5;height:28px;line-height:28px;}
  23. .header-title ul li input{outline:none; border: none;background: linear-gradient(to bottom,#fff 0,#d7d7d7 100%);}
  24. .header-title ul li ul li:hover{background: #E5E5E5;}
  25. .nav-title{}
  26. .nav-title ul{border-bottom: 1px solid #ccc;padding:10px 0 0 10px;}
  27. .nav-title ul li{background: linear-gradient(to bottom,#d7d7d7 0,#f1f1f1 100%);float: left;margin-right: 10px;padding: 5px 10px;margin-bottom: -1px;cursor: pointer;}
  28. .content{padding: 15px 0;width: 100%;}
  29. .content th h1{color: #4F4F4F;font-size: 12px;height: 14px;text-align: left;width:45%;text-align: right;}
  30. .content th p{color: red;font-size: 12px;height: 14px;text-align: left;width:45%;text-align: right;}
  31. .content td h1{color: #4F4F4F;font-size: 12px;height: 14px;text-align: left;width:45%;text-align: right;}
  32. .content td img{width: 200px;height: 200px;display:block;margin:0 auto;}
  33. .content td .Change{color: #376597;text-decoration: none;display:block;}
  34. .content label{display:inline-block;color: #151515;font-size:14px;width:170px;text-align: right;height: 30px;line-height: 30px;
  35. position: relative;
  36. float: left;overflow: hidden;}
  37. .content label .red{color: red ; right: -10px;top: 0;} /*position: absolute;*/
  38. .content label .num{color: #666666;font-size: 12px; vertical-align: super; }
  39. .content input{float: left;width:180px;margin-left:15px;height:30px;line-height:30px;}
  40. .content textarea{float: left;width:180px;margin-left:15px;resize:none;height: 100px;}
  41. .content select{float: left;width:180px;height:30px;line-height: 30px;margin-left:15px;}
  42. .content .selectTwo{float: left;width:50%;height:30px;line-height:30px;margin-left:15px;}
  43. .content .selectTwo select{float: left;width:82px;height:30px;line-height: 30px;margin: 0;}
  44. .content .selectTwo span{float: left;margin: 0 5px;}
  45. .content .inputTwo{float: left;width:195px;height:30px;line-height:30px;margin-left:15px;}
  46. .content .inputTwo input{float: left;width:82px;margin: 0;}
  47. .content .inputTwo span{float: left;margin: 0 5px;}
  48. .content input[type=checkbox]{width:auto;height:auto;margin-top:10px;margin-left:15px;}
  49. .text {line-height: 30px;padding: 0 20px;text-align: left;color: #666;margin-left:10px;}
  50. .content .savetable input[type=checkbox]{width:auto;height:auto;margin-top:0px;float: none;margin-left: auto;}
  51. .savecontent table,.savecontent td,.savecontent th{ border:1px solid #98b4ca;}
  52. .savecontent th{height: 30px;line-height: 30px;}
  53. .savecontent table th:first-child,.savecontent table td:first-child{width:30px ;}
  54. .savecontent input[type=checkbox]{margin-left: 30%;}
  55. .warn{background:#FFFFCC url(../Images/alert.png) no-repeat left center;}
  56. .ms-drop input[type="checkbox"] {vertical-align: middle;float: left;}
  57. .ms-parent {display: inline-block;position: relative;vertical-align: middle; }
  58. .ms-drop ul > li label {font-weight: normal;display: block;white-space: nowrap; width: auto;float: none;text-align: left;overflow:hidden;}
  59. .multiplebox{width: 180px;margin-left: 15px;float: left;}
  60. .header i{width: 40px;height: 30px;display: block;background:#F5F5F5 url(../Images/ico_page_menu.png) no-repeat center;float: left;
  61. margin-top: 5px;margin-right:10px;cursor: pointer;}
  62. .header i:hover ul{display: block;}
  63. .header i ul{min-width:160px;padding: 15px 10px;background: #F5F5F5;margin-top: 30px;position: relative;display: none;z-index: 99;}
  64. .header i ul li{color: #333;font-size: 12px;padding: 0 5px;height:28px;line-height:28px;}
  65. .header i ul li:hover{background: #E5E5E5;padding: 0 5px;}
  66. .savecontent{width: 1220px;}
  67. .activityTitleleft h1{font-size: 15px;font-weight: bolder;color: #4F4F4F;}
  68. .activityTitleleft{width: 250px; margin-right:20px;}
  69. .address{ background-color: #F0F5FB;border: 1px solid #d3d3d3;margin: 0 10px 10px 0;padding: 10px 4px 4px 0;padding-left: 10px; }
  70. .address p{font-weight: bold;color: #4F4F4F;margin: 0;font-size: 12px;padding-bottom:3px;}
  71. .address p img{padding-left: 5px;}
  72. .address p a{ color: #376597; text-decoration: none;font-size: 12px;}
  73. .viewleftTitle1{ margin: 0 10px 10px 0;padding: 10px 4px 4px 0;padding-left: 10px; font-size: 12px;}
  74. .viewleftTitle1 p{font-size: 12px;margin: 0;}
  75. .viewleftTitle1 span{display: block;width:49%;text-align: left;font-size: 12px;}
  76. .viewleftTitle1 p a{ color: #376597; text-decoration: none;font-size: 12px;display: inline-block;}
  77. .viewleftTitle1hr{margin: 0;height: 2px;clear: both;border: none;border-top: 1px solid #d3d3d3;}
  78. .activityTitleright{float: left; width: 100%; min-width: 500px; height: 500px;}
  79. .NewRootNote{width: 460px;height: 65px;color: #AEAEAE;border: solid 1px #D7D7D7;}
  80. .NewRootNote textarea{ width: 460px;height: 63px;margin: 0;padding: 0;border: 0;resize: none;overflow-y: scroll;padding: 10px;}
  81. .null{height: 60px;}
  82. .add{margin-top: 5px;margin-bottom:15px;width: 460px;}
  83. .add span{float: left;}
  84. .add input{float: right;width: auto;margin-left: 10px;padding: 0 10px;}
  85. .add select{float: right;width: 175px;}
  86. .checkboxs{width:460px;}
  87. .checkboxs label{margin-left:4px;width: auto;font-weight:400;}
  88. .checkboxs div{float: left;width: 114px;}
  89. .addselect{width: 460px;margin: 15px 0;}
  90. .addselect label{width:auto;font-weight:400;}
  91. .addselect select{width: 115px;}
  92. .activityTitlerighthr{margin: 0;height: 2px;clear: both;border: none;border-top: 1px solid #d3d3d3;}
  93. .Opportunity{width: 50px;height: 50px;margin: 0 10px 6px 0;}
  94. .EntityFeedLevebottom{min-height: 50px;margin-bottom: 10px;padding: 10px 0 3px 10px;background-color: #F2F2F2;margin-left: 60px;border: 1px solid #E4E4E4; margin-right: 10px;}
  95. .EntityFeedLevebottom .profile{width: 32px;height: 32px;margin: 0 10px 6px 0;}
  96. .noteText span{display:block;float: none;margin: 0;padding: 0;}
  97. .noteText span a{margin: 0 5px;}
  98. .noteText .spanA a{color: gray;font-size: 12px;}
  99. .EntityFeedLevebottom2{margin-left: 100px;}
  100. .EntityFeedLevel1{overflow:hidden;margin-bottom:3px;margin-top:5px;font-size:12px;}
  101. /*.EntityFeedLevel1Todos{min-height:45px;margin-bottom:3px;font-size:12px;word-wrap:break-word;}
  102. .EntityFeedLevel1Highlighted{min-height:45px;margin-bottom:3px;padding:3px;font-size:12px;background-color:#F0F5FB;}*/
  103. .EntityFeedLevel2{overflow:hidden;margin-bottom:10px;padding:10px 0 3px 10px;background-color:#F2F2F2;margin-left:60px;border:1px solid #E4E4E4;margin-right:10px;font-size:12px;}
  104. .EntityFeedLevel3{overflow:hidden;margin-bottom:10px;padding:10px 0 3px 10px;background-color:#F2F2F2;margin-left:115px;border:1px solid #E4E4E4;margin-right:10px;font-size:12px;}
  105. .EntityFeedLevel1 img{margin-right:10px;margin-bottom:6px;float:left;width:50px;height:50px;border:0px;vertical-align:middle;}
  106. .EntityFeedLevel2 img, .EntityFeedLevel3 img{margin-right:10px;margin-bottom:6px;height:32px;width:32px;border:0px;vertical-align:middle;}
  107. .PostContent{display: table-cell; width:430px; float:left; vertical-align: top;}
  108. .PostContent a{color: #376597;font-size: 12px;margin-right:5px;cursor:pointer;}
  109. .PostContent img{width:16px;height:16px;margin-left:5px;margin-right:5px;border-width:0px;float:initial;}
  110. .PostContentName{font-weight:bold;}
  111. .EntityDateTimeLinks{padding-top:5px;}
  112. .CommentLink{margin-right:10px;}
  113. .MostRecentPostedTime{color:#666;font-size:11px;margin-right:10px;}
  114. .SmallLink{font-size:11px;cursor:pointer;color:#376597;margin-right:3px;}
  115. /*ËÑË÷Áбí*/
  116. .searchcontent{min-width: 1200px;overflow: auto;}
  117. .searchcontent::-webkit-scrollbar{width:0px;opacity:0; -webkit-overflow-scrolling: touch;}
  118. .searchcontent table{border:1px solid #98b4ca;}
  119. .searchcontent table tr{text-align: center;}
  120. .searchcontent table th{ background-color: #cbd9e4;border-color: #98b4ca;color: #64727a;height: 28px;}
  121. .searchcontent table td {padding: 4px 4px 4px 4px;vertical-align: top;word-wrap: break-word;font-size: 12px;color: #333;height: 28px;cursor: pointer;}
  122. .searchcontent table tr {
  123. border-left: 1px solid #f9f9ee;
  124. border-right: 1px solid #f9f9ee;
  125. border-top: 1px solid #e8e8fa;
  126. border-bottom: 1px solid #e8e8fa;
  127. }
  128. .searchcontent table td, .searchcontent table th {
  129. border-left: 1px solid #f9f9ee;
  130. border-right: 1px solid #f9f9ee;
  131. border-top: 1px solid #e8e8fa;
  132. border-bottom: 1px solid #e8e8fa;
  133. }
  134. .searchcontent table td, .searchcontent table th, .searchcontent table tr:first-child{border-left:transparent}
  135. .searchcontent table tr:hover {background: #e0e3e4;}
  136. .searchcontent table .firstwidth{width:30px ;}
  137. /*ÓÒ¼ü²Ëµ¥*/
  138. #menu { position: absolute;z-index: 999;display: none;}
  139. #menu ul{margin: 0 ;padding: 0;position: relative;width: 150px;border: 1px solid gray;background-color: #F5F5F5;padding: 10px 0;}
  140. #menu ul li{padding-left: 20px;height: 25px;line-height: 25px;cursor:pointer;}
  141. #menu ul li ul {display: none; position: absolute;right:-150px;top: -1px;background-color: #F5F5F5;min-height: 90%;}
  142. #menu ul li ul li:hover{background: #e5e5e5;}
  143. #menu ul li:hover{background: #e5e5e5;}
  144. #menu ul li:hover ul {display: block;}
  145. #menu ul li .menu-i1{width: 20px;height: 100%;display: block;float: left;}
  146. #menu ul li .menu-i2{width: 20px;height: 100%;display: block;float: right;}
  147. #menu ul .disabled{color: #AAAAAA;}
  148. /*findone*/
  149. .findinput{margin-top: 10px; padding: 0 10px 10px 10px;}
  150. .findinput input[type=text]{width: 90%;height: 22px;line-height: 22px;float:left;margin: 0;padding: 0 0 0 10px;}
  151. .findinput .search{display: block; width: 30px;height: 24px;float:left;background: url(../Images/search.png) no-repeat center center;
  152. border: 1px solid #a9a9a9;border-left:none ;}
  153. .grid a{color: #376597;text-decoration: none;font-size: 12px;}
  154. /*opportunity特殊显示*/
  155. .opportunityWidgetMediumHigh{border: 5px solid #8DC63F;border-top:none ;width: 240px;margin-bottom:10px ;}
  156. .opportunityWidgetMediumHigh h2{background: #8DC63F; font-size: 12px;text-align: center;height: 20px;line-height: 20px; margin: 0;padding: 0;}
  157. .opportunityWidgetMediumHigh h3 { margin: 0;padding: 0;}
  158. .opportunityWidgetMediumHigh h3 p{ font-size: 12px;text-align: center; line-height: 20px;margin: 0;padding: 3px 0;}
  159. .opportunityWidgetMediumHigh2{border: 5px solid #FF0000;}
  160. .opportunityWidgetMediumHigh2 h2{background: #FF0000;}
  161. .opportunityaddress{padding-left: 30px;}
  162. .opportunityaddress .switch{margin-bottom: 5px;}
  163. .opportunityaddress .switch .switchicon{width:15px;height:20px;display: block;position: absolute;top:-3px;left: -20px;
  164. cursor: pointer;}
  165. .opportunityaddress .switch .switchicon1{background:url(../Images/jian.png) no-repeat center;}
  166. .opportunityaddress .switch .switchicon2{background:url(../Images/jia.png) no-repeat center;}
  167. .allswitch{height: 18px;overflow: hidden; }
  168. /*分页*/
  169. .page{height: 26px;line-height: 26px; margin: 15px 0;float: right;}
  170. .page span{margin-right: 10px;}
  171. .page span a{margin:0 5px;}
  172. .page i{display:inline-block;cursor: pointer;text-align: center;padding: 0 5px;}
  173. .page i:hover{background: #ddd;}
  174. .page select{padding: 0 20px 0 10px;margin: 0 10px;}
  175. .clear{overflow:hidden;}
  176. img,i{
  177. cursor:pointer;
  178. }
  179. /*书签*/
  180. .BookmarkButton {
  181. cursor: pointer;
  182. display: inline-block;
  183. height: 16px;
  184. position: relative;
  185. width: 16px;
  186. float: right;
  187. margin-top: 8px;
  188. }
  189. .BookmarkButton.Selected div {
  190. border-color: #f9d959;
  191. }
  192. .BookmarkButton > .LowerLeftPart {
  193. border-right-width: 8px;
  194. border-bottom-width: 6px;
  195. border-left-width: 8px;
  196. top: 5px;
  197. -moz-transform: rotate(35deg);
  198. -webkit-transform: rotate(35deg);
  199. -ms-transform: rotate(35deg);
  200. transform: rotate(35deg);
  201. }
  202. .BookmarkButton > .LowerRightPart {
  203. border-right-width: 8px;
  204. border-bottom-width: 6px;
  205. border-left-width: 8px;
  206. top: 5px;
  207. -moz-transform: rotate(-35deg);
  208. -webkit-transform: rotate(-35deg);
  209. -ms-transform: rotate(-35deg);
  210. transform: rotate(-35deg);
  211. }
  212. .BookmarkButton > div.LowerLeftPart, .BookmarkButton > div.LowerRightPart, .BookmarkButton > div.UpperPart {
  213. border-left-color: transparent;
  214. border-right-color: transparent;
  215. border-style: solid;
  216. border-top: none;
  217. height: 0;
  218. position: absolute;
  219. width: 0;
  220. }
  221. .BookmarkButton > .UpperPart {
  222. border-bottom-width: 6px;
  223. border-left-width: 3px;
  224. border-right-width: 3px;
  225. left: 5px;
  226. top: 1px;
  227. }