Blame view

WebRoot/plugins/selectZtree/import_fh.css 1.68 KB
ad5081d3   孙向锦   初始化项目
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
  
  /*单选下拉框样式*/
  .mainCon{
  	position: relative;
  	display: inline-block;
  	z-index: 500;
  	float:left;
  }
  
  /*单选下拉框样式*/
  div.selectbox-wrapper {
  	border:#80c0e7 1px solid;  /*展开层边框色*/
  	position: absolute; 
  	background-color:#fff; 
  	text-align:left;
  	z-index: 100;
  	display:block;
  	left:0px;
  	top:18px;
  	>top:25px;
  }
  div.selectbox-wrapper ul li{
  	white-space:nowrap;
  }
  div.selectbox-wrapper ul li.selected {
  	background-color: #d9ebf5;/*选中项背景色*/
  }
  div.selectbox-wrapper ul li.current {
  	color: #fff;
  	background-color: #0081dd;/*鼠标移入项背景色*/
  	border:0!important;
  }
  
  .selectbox { 
  	border:none;  
  	cursor: pointer;  
  	cursor: hand;
  	font-size: 11px;
  	HEIGHT: 24px; 
  	line-height: 20px;
  	overflow-y:hidden;
  	border-left: solid 1px #80c0e7;/*边框色*/
  	border-top: solid 1px #80c0e7;/*边框色*/
  	border-bottom: solid 1px #80c0e7;/*边框色*/
  	background-repeat: repeat-x;
  	background-color:#ffffff;
  	padding-left:2px;
  }
  .tipColor{
  	color:gray;
  }
  .selBtn{
  	width: 22px;
  	height: 24px;
  	border: 0;
  	border-style:none;
  	background-image: url(form/selBtn.jpg);
  	background-repeat: no-repeat;
  	cursor: pointer;
  	cursor: hand;	
  }
  /*单选下拉框样式*/
  
   /*树形下拉框样式*/
  div.selectbox-tree {
  	border:#80c0e7 1px solid;  /*展开层边框色*/
  	position: absolute; 
  	background-color:#fff; 
  	text-align:left;
  	z-index: 100;
  	display:block;
  	left:0px;
  	top:18px;
  	>top:25px;
  }
  
  .selectbox-tree a:hover{
  	background-color:#0081dd!important;/*鼠标移入项背景色*/
  	color:white!important;
  	text-decoration:none!important;
  }
  .multiSelectZtree li  a:hover{
  	background-color:#0081dd!important;/*鼠标移入项背景色*/
  }
  /*树形下拉框样式*/