feedback.css 6.9 KB

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