couple.css 4.9 KB

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