couple.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. body {
  2. /* min-width: 1600px; */
  3. margin: 0;
  4. overflow-y: hidden;
  5. overflow-x: scroll;
  6. }
  7. /* login */
  8. .coupleLoginItem {
  9. display: flex;
  10. height: 100%;
  11. justify-content: center;
  12. align-items: center;
  13. background: url(../images/backgroundBanner.jpg) no-repeat top/cover padding-box border-box;
  14. background-size: cover;
  15. }
  16. .coupleForm {
  17. padding: 75px;
  18. /* box-shadow: #dbdbdb 2px 0 37px 2px; */
  19. background: #fff;
  20. border: 1px solid #e7e7e7;
  21. border-radius: 20px;
  22. text-align: center;
  23. }
  24. .coupleForm h4 {
  25. margin-bottom: 70px;
  26. font-size: 22px;
  27. font-weight: normal;
  28. font-stretch: normal;
  29. color: #828283;
  30. }
  31. .form-control {
  32. display: block;
  33. width: 275px;
  34. height: 35px;
  35. padding: 6px 12px;
  36. font-size: 14px;
  37. line-height: 1.42857143;
  38. color: #b7b7b7;
  39. background-color: #fff;
  40. border: solid 1px rgba(77, 77, 77, 0.2);
  41. border-radius: 15px;
  42. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  43. box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  44. -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  45. -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  46. transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  47. }
  48. .form-control::-webkit-input-placeholder {
  49. color: #b7b7b7;
  50. }
  51. .form-control:-moz-placeholder {
  52. color: #b7b7b7;
  53. }
  54. .form-control::-moz-placeholder {
  55. color: #b7b7b7;
  56. }
  57. .form-control:-ms-input-placeholder {
  58. color: #b7b7b7;
  59. }
  60. .coupleItemInfo {
  61. display: block;
  62. height: 20px;
  63. padding: 10px 3px;
  64. color: #e4393c;
  65. font-size: 14px;
  66. text-align: left;
  67. }
  68. .loginSubmit {
  69. width: 100%;
  70. height: 49px;
  71. border-radius: 20px;
  72. border: 0;
  73. background: #5ea7fd;
  74. color: #fff;
  75. outline:none;
  76. }
  77. /* login end */
  78. .informationtHeader{
  79. height: 30px;
  80. width: 100%;
  81. padding: 20px 0;
  82. display: inline-flex;
  83. background: #121b29;
  84. color: #fff;
  85. }
  86. .informationHeaderRight {
  87. position: absolute;
  88. right: 30px;
  89. top: 25px;
  90. font-size: 14px;
  91. }
  92. .informationHeaderRight>a{
  93. color: #fff;
  94. text-decoration: none;
  95. }
  96. .mainCouple {
  97. height: 1000px;
  98. padding: 30px 0 0 170px;
  99. overflow-y: scroll;
  100. }
  101. .informationtPermissions, .informationtAddUser, .informationtcreateItem, .informationtOperation{
  102. max-width: 80%;
  103. margin: 20px 0;
  104. }
  105. .informationtPermissions, .informationtAddUser, .informationtcreateItem{
  106. display: none;
  107. padding: 0 20px;
  108. background: #fff;
  109. color: #000;
  110. transition: all .4s linear;
  111. box-shadow: 2px 2px 13px #acacac;
  112. -moz-box-shadow: 2px 2px 13px #acacac;
  113. -webkit-box-shadow: 2px 2px 13px #acacac;
  114. }
  115. .permissionsHead span{
  116. font-size: 16px;
  117. line-height: 35px;
  118. }
  119. .informationtcreateItem{
  120. padding: 20px;
  121. }
  122. .informationtcreateItem form{
  123. padding: 30px;
  124. }
  125. .informationtcreateItem input {
  126. width: 100%;
  127. border: 1px solid #eee;
  128. height: 35px;
  129. border-radius: 3px;
  130. margin: 10px 0;
  131. padding: 4px;
  132. resize: none;
  133. }
  134. .permissionsHead, .AddUserHead {
  135. height: 35px;
  136. padding: 15px 0;
  137. border-bottom: 1px solid #e1e1e1;
  138. }
  139. .AddItem{
  140. float: right;
  141. width: 65px;
  142. height: 35px;
  143. background: #3372e1;
  144. color: #fff;
  145. border: 0px solid transparent;
  146. border-radius: 4px;
  147. }
  148. .actionItem {
  149. margin: 10px 0;
  150. }
  151. .informationtSet{
  152. display: none;
  153. padding-right: 20px;
  154. }
  155. .informationtHeaderLogo {
  156. width: 30px;
  157. margin-left: 18px;
  158. }
  159. .logoTitle {
  160. margin: 0;
  161. margin-left: 10px;
  162. line-height: 29px;
  163. font-weight: 400;
  164. font-size: 24px;
  165. }
  166. .asideMenu {
  167. text-align: center;
  168. }
  169. .asideMenu ul li span{
  170. width: 143px;
  171. height: 35px;
  172. display: inline-block;
  173. }
  174. .asideMenu h3{
  175. margin:20px 0;
  176. }
  177. .asideItem:visited asideItem, .asideItembg, .asideItem:hover, asideItem {
  178. background: #cfdff5;
  179. color: #6490e7;
  180. }
  181. .asideItem {
  182. height: 35px;
  183. margin: 3px 0;
  184. line-height: 35px;
  185. }
  186. .asideMenu .active {
  187. width: 4px !important;
  188. height: 35px;
  189. display: inline-block;
  190. float: left;
  191. background: #3372e1;
  192. }
  193. .aside {
  194. position: absolute;
  195. left: 0;
  196. width: 147px;
  197. min-height: 1000px;
  198. height: 530px;
  199. background-color: #e7f1ff;
  200. color: #000;
  201. }
  202. .informationtTime{
  203. padding: 10px 0;
  204. }
  205. .timeItem ,.delectInfo, .setInfo, .addUser,.btnAdd, .createItem, .delItem{
  206. width: 80px;
  207. height: 35px;
  208. margin: 0 10px;
  209. border: 0 solid transparent;
  210. border-radius: 4px;
  211. color: #fff;
  212. background: #3372e1;
  213. }
  214. .informationtInfo {
  215. padding: 40px 10px;
  216. }
  217. .tbMain{
  218. min-width: 600px;
  219. border-spacing: 0;
  220. }
  221. .informationtInfo .tbMain td {
  222. height: 35px;
  223. max-width: 80px;
  224. padding: 10px;
  225. text-align: center;
  226. color: #333;
  227. font-size: 16px;
  228. border: 1px solid #c8dbff;
  229. overflow: hidden;
  230. text-overflow: ellipsis;
  231. white-space: nowrap;
  232. }
  233. .coupleData {
  234. position: absolute;
  235. width: 578px;
  236. padding: 10px;
  237. text-align: center;
  238. border: 1px solid #c8dbff;
  239. }
  240. .informationtInfo .tbMain .infoTitle{
  241. background: #ebf2ff;
  242. }
  243. .informationtInfo .tbMain .trContent {
  244. max-width: 700px;
  245. width: 50%;
  246. }
  247. .informationtInfo .tbMain .trCoupleTime{
  248. width: 150px;
  249. }
  250. .permissionsMembers .tbMain tr, .informationtAddUser .tbMain tr{
  251. height: 50px;
  252. }
  253. /* .permissionsMembers .tbMain tr td, .informationtAddUser .tbMain tr td{
  254. padding-right: 30px;
  255. } */
  256. .NoPowerMembers {
  257. padding-left: 10px;
  258. color: #cf0a0a;
  259. font-size: 18px;
  260. }