Browse Source

问卷信息样式修改

miaofuhao 7 years ago
parent
commit
11a884601a
1 changed files with 16 additions and 4 deletions
  1. 16 4
      CallCenterWeb.UI/css/lookMsg.css

+ 16 - 4
CallCenterWeb.UI/css/lookMsg.css

@@ -100,14 +100,26 @@ label {
100 100
 	border: 1px solid #ccc;
101 101
 	float: none;
102 102
 	margin-top: -1px;
103
+	overflow: hidden;
104
+}
105
+.title_ul li span{
106
+	width: 90%;
107
+	line-height: 30px;
108
+	/*text-indent: 2em;*/
109
+	border-left: 1px solid #ccc;
110
+	display: block;
111
+	float: left;
112
+	padding: 0 10px;
103 113
 }
104
-
105 114
 .title_ul li label {
106
-	border-right: 1px solid #ccc;
115
+	
107 116
 	line-height: 30px;
108 117
 	margin: 0;
109
-	padding: 10px;
110
-	width: 100px;
118
+	text-align: center;
119
+	width: 10%;
120
+	display: block;
121
+	float: left;
122
+	
111 123
 }
112 124
 
113 125
 .checkbox input[type=checkbox] {