feedback.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. @charset "utf-8";
  2. *{
  3. margin: 0;
  4. padding: 0;
  5. font-family:Microsoft YaHei,fontello;
  6. -webkit-font-smoothing: antialiased;
  7. -moz-osx-font-smoothing: grayscale;
  8. list-style: none;
  9. }
  10. body{
  11. margin: 0;
  12. padding: 0;
  13. }
  14. ul,li{
  15. margin: 0;
  16. padding: 0;
  17. list-style: none;
  18. text-align: center;
  19. }
  20. button:focus,button{
  21. outline: none;
  22. cursor: pointer;
  23. }
  24. .clearfix:after{
  25. content: "";
  26. height: 0;
  27. line-height: 0;
  28. display: block;
  29. visibility: hidden;
  30. clear: both;
  31. }
  32. .clearfix{
  33. zoom:1;
  34. }
  35. body {
  36. margin: 0;
  37. overflow-y: hidden;
  38. }
  39. .informationtHeader{
  40. height: 30px;
  41. width: 100%;
  42. padding: 20px 0;
  43. display: inline-flex;
  44. background: #121b29;
  45. color: #fff;
  46. }
  47. .informationHeaderRight {
  48. position: absolute;
  49. right: 30px;
  50. font-size: 14px;
  51. }
  52. .informationHeaderRight>a{
  53. color: #fff;
  54. text-decoration: none;
  55. }
  56. .mainCouple {
  57. float: right;
  58. width: calc(100% - 150px);
  59. margin: 20px 0;
  60. overflow-y: scroll;
  61. overflow-x: hidden;
  62. }
  63. div.informationtPermissions{
  64. width: 450px;
  65. }
  66. .informationtPermissions, .informationtAddUser, .informationtcreateItem, .informationDetailed {
  67. display: none;
  68. position: absolute;
  69. left: 50%;
  70. top: 30%;
  71. width: 370px;
  72. margin-left: -185px;
  73. padding: 0 20px;
  74. background: #fff;
  75. color: #000;
  76. transition: all .4s linear;
  77. box-shadow: 2px 2px 13px #acacac;
  78. -moz-box-shadow: 2px 2px 13px #acacac;
  79. -webkit-box-shadow: 2px 2px 13px #acacac;
  80. z-index: 999;
  81. }
  82. .informationDetailed .infoItem{
  83. position: relative;
  84. padding: 20px 5px;
  85. }
  86. .informationDetailed .infoItem .close{
  87. right: 0;
  88. }
  89. .informationDetailed .infoItem p{
  90. margin: 20px 0 5px;
  91. }
  92. .informationDetailed .infoItem h4 {
  93. width: 320px;
  94. /* height: 22px; */
  95. line-height: 22px;
  96. overflow: hidden;
  97. /* white-space: nowrap; */
  98. text-overflow: ellipsis;
  99. }
  100. .permissionsHead span{
  101. font-size: 16px;
  102. line-height: 35px;
  103. }
  104. .informationtcreateItem {
  105. padding: 40px 20px 10px;
  106. }
  107. .informationtcreateItem form{
  108. padding: 30px;
  109. }
  110. .informationtcreateItem input {
  111. width: 360px;
  112. border: 1px solid #eee;
  113. height: 35px;
  114. border-radius: 3px;
  115. margin: 10px 0;
  116. padding: 4px;
  117. resize: none;
  118. }
  119. .permissionsHead, .AddUserHead {
  120. height: 35px;
  121. padding: 15px 0;
  122. border-bottom: 1px solid #e1e1e1;
  123. }
  124. .AddItem{
  125. float: right;
  126. width: 65px;
  127. height: 35px;
  128. background: #3372e1;
  129. color: #fff;
  130. border: 0px solid transparent;
  131. border-radius: 4px;
  132. }
  133. .actionItem {
  134. display: inline-block;
  135. }
  136. .informationtSet{
  137. display: none;
  138. }
  139. .informationtHeaderLogo {
  140. width: 30px;
  141. margin-left: 18px;
  142. }
  143. .logoTitle {
  144. margin: 0;
  145. margin-left: 10px;
  146. line-height: 29px;
  147. font-weight: 400;
  148. font-size: 24px;
  149. }
  150. .asideMenu {
  151. text-align: center;
  152. }
  153. .asideMenu ul li span{
  154. width: 143px;
  155. height: 35px;
  156. display: inline-block;
  157. }
  158. .asideMenu h3{
  159. margin:20px 0;
  160. }
  161. .asideItem:visited asideItem, .asideItembg, .asideItem:hover, asideItem {
  162. background: #cfdff5;
  163. color: #6490e7;
  164. }
  165. .asideItem {
  166. height: 35px;
  167. margin: 3px 0;
  168. line-height: 35px;
  169. }
  170. .asideMenu .active {
  171. width: 4px !important;
  172. height: 35px;
  173. display: inline-block;
  174. float: left;
  175. background: #3372e1;
  176. }
  177. .aside {
  178. position: absolute;
  179. left: 0;
  180. width: 147px;
  181. min-height: 1000px;
  182. height: 530px;
  183. background-color: #e7f1ff;
  184. color: #000;
  185. }
  186. .informationtTime{
  187. padding: 10px 0;
  188. }
  189. .timeItem, .delectInfo, .setInfo, .btnAdd, .createItem, .closeItem, .moreInfo {
  190. width: 80px;
  191. height: 30px;
  192. margin: 0 10px;
  193. border: 0 solid transparent;
  194. border-radius: 4px;
  195. color: #fff;
  196. background: #3372e1;
  197. font-size: 14px;
  198. }
  199. .delectInfo, .moreInfo{
  200. margin: 0 !important;
  201. }
  202. .addItem, .addUser, .delItem, .informationtSet {
  203. width: 80px;
  204. height: 35px;
  205. margin: 0 10px;
  206. border: 1px solid #777;
  207. border-radius: 4px;
  208. color: #fff;
  209. background: transparent;
  210. }
  211. .addItem:hover, addItem, .addUser:hover, addUser, .delItem:hover, delItem, .informationtSet:hover, informationtSet{
  212. background: #121b29;
  213. border: 1px solid transparent;
  214. color: #fff !important;
  215. }
  216. .createItem, .closeItem {
  217. position: relative;
  218. left: 190px;
  219. margin: 0;
  220. margin-left: 10px;
  221. }
  222. .informationtInfo {
  223. padding: 20px 10px 60px;
  224. }
  225. .tbMain{
  226. border-spacing: 0;
  227. }
  228. tbody td{
  229. max-width: 160px;
  230. padding-right: 10px;
  231. overflow: hidden;
  232. text-overflow: ellipsis;
  233. }
  234. .AddUserMembers .tbMain{
  235. min-width: 380px;
  236. }
  237. .informationtInfo .tbMain{
  238. min-width: 600px;
  239. }
  240. .informationtInfo .tbMain td {
  241. max-width: 80px;
  242. padding: 10px;
  243. text-align: center;
  244. color: #333;
  245. font-size: 16px;
  246. border: 1px solid #c8dbff;
  247. overflow: hidden;
  248. text-overflow: ellipsis;
  249. white-space: nowrap;
  250. }
  251. .coupleData {
  252. position: absolute;
  253. width: 678px;
  254. padding: 10px;
  255. text-align: center;
  256. border: 1px solid #c8dbff;
  257. }
  258. .informationtInfo .tbMain .infoTitle{
  259. background: #ebf2ff;
  260. }
  261. .informationtInfo .tbMain .trContent {
  262. max-width: 700px;
  263. width: 50%;
  264. }
  265. .informationtInfo .tbMain .trCoupleTime{
  266. width: 150px;
  267. }
  268. .informationtPaging ul *{
  269. display: inline-block;
  270. color: #428bca;
  271. display: inline-block;
  272. height: 25px;
  273. line-height: 25px;
  274. padding: 0 5px;
  275. border: 1px solid #ddd;
  276. margin: 0 2px;
  277. border-radius: 4px;
  278. vertical-align: middle;
  279. }
  280. .informationtPaging ul *:hover{
  281. text-decoration: none;
  282. border: 1px solid #428bca;
  283. }
  284. .informationtPaging {
  285. display: none;
  286. }
  287. .informationtPaging .active{
  288. color: #fff;
  289. background-color: #428bca;
  290. border: 1px solid #428bca;
  291. }
  292. .permissionsMembers .tbMain tr td:first-child, .AddUserMembers .tbMain tr td:first-child{
  293. display: none;
  294. }
  295. .permissionsMembers .tbMain tr, .informationtAddUser .tbMain tr {
  296. height: 50px;
  297. text-align: left;
  298. }
  299. .permissionsMembers .tbMain tr td{
  300. width: 160px;
  301. overflow: hidden;
  302. text-overflow: ellipsis;
  303. }
  304. .permissionsMembers .tbMain .trUserName{
  305. padding-right: 10px;
  306. }
  307. .NoPowerMembers {
  308. padding-left: 10px;
  309. color: #cf0a0a;
  310. font-size: 18px;
  311. }
  312. .close {
  313. position: absolute;
  314. right: 15px;
  315. top: 13px;
  316. }
  317. .title {
  318. position: absolute;
  319. left: 15px;
  320. top: 13px;
  321. }
  322. .lidis {
  323. background: #f2f2f2;
  324. color: #bfbfbf!important;
  325. pointer-events: none;
  326. }