家政小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. .lock-screen-back{
  2. border-radius: 50%;
  3. z-index: -1;
  4. box-shadow: 0 0 0 0 #667aa6 inset;
  5. position: fixed;
  6. left: 50%;
  7. top: 50%;
  8. transform: translate(-50%,-50%);
  9. transition: all 3s;
  10. }
  11. .main{
  12. position: absolute;
  13. width: 100%;
  14. height: 100%;
  15. .unlock-con{
  16. width: 0px;
  17. height: 0px;
  18. position: absolute;
  19. left: 50%;
  20. top: 50%;
  21. z-index: 11000;
  22. }
  23. .sidebar-menu-con{
  24. height: 100%;
  25. position: fixed;
  26. top: 0;
  27. left: 0;
  28. z-index: 21;
  29. transition: width .3s;
  30. }
  31. .layout-text{
  32. display: inline-block;
  33. white-space:nowrap;
  34. position: absolute;
  35. }
  36. .main-hide-text .layout-text{
  37. display: none;
  38. }
  39. &-content-container{
  40. position: relative;
  41. }
  42. &-header-con{
  43. box-sizing: border-box;
  44. position: fixed;
  45. display: block;
  46. padding-left: 200px;
  47. width: 100%;
  48. height: 100px;
  49. z-index: 20;
  50. box-shadow: 0 2px 1px 1px rgba(100,100,100,.1);
  51. transition: padding .3s;
  52. }
  53. &-breadcrumb{
  54. padding: 8px 15px 0;
  55. }
  56. &-menu-left{
  57. background: #464c5b;
  58. height: 100%;
  59. }
  60. .tags-con{
  61. height: 40px;
  62. z-index: -1;
  63. overflow: hidden;
  64. background: #f0f0f0;
  65. .tags-outer-scroll-con{
  66. position: relative;
  67. box-sizing: border-box;
  68. padding-right: 120px;
  69. width: 100%;
  70. height: 100%;
  71. .tags-inner-scroll-body{
  72. position: absolute;
  73. padding: 2px 10px;
  74. overflow: visible;
  75. white-space: nowrap;
  76. transition: left .3s ease;
  77. }
  78. .close-all-tag-con{
  79. position: absolute;
  80. right: 0;
  81. top: 0;
  82. box-sizing: border-box;
  83. padding-top: 8px;
  84. text-align: center;
  85. width: 110px;
  86. height: 100%;
  87. background: white;
  88. box-shadow: -3px 0 15px 3px rgba(0, 0, 0, .1);
  89. z-index: 10;
  90. }
  91. }
  92. }
  93. &-header{
  94. height: 60px;
  95. background: #fff;
  96. box-shadow: 0 2px 1px 1px rgba(100,100,100,.1);
  97. position: relative;
  98. z-index: 11;
  99. .navicon-con{
  100. margin: 6px;
  101. display: inline-block;
  102. }
  103. .header-middle-con{
  104. position: absolute;
  105. left: 60px;
  106. top: 0;
  107. right: 340px;
  108. bottom: 0;
  109. padding: 10px;
  110. overflow: hidden;
  111. }
  112. .header-avator-con{
  113. position: absolute;
  114. right: 0;
  115. top: 0;
  116. height: 100%;
  117. width: 300px;
  118. .switch-theme-con{
  119. display: inline-block;
  120. width: 40px;
  121. height: 100%;
  122. }
  123. .message-con{
  124. display: inline-block;
  125. width: 30px;
  126. padding: 18px 0;
  127. text-align: center;
  128. cursor: pointer;
  129. i{
  130. vertical-align: middle;
  131. }
  132. }
  133. .change-skin{
  134. font-size: 14px;
  135. font-weight: 500;
  136. padding-right: 5px;
  137. }
  138. .switch-theme{
  139. height: 100%;
  140. }
  141. .user-dropdown{
  142. &-menu-con{
  143. position: absolute;
  144. right: 0;
  145. top: 0;
  146. width: 150px;
  147. height: 100%;
  148. .main-user-name{
  149. display: inline-block;
  150. width: 80px;
  151. word-break: keep-all;
  152. white-space: nowrap;
  153. vertical-align: middle;
  154. overflow: hidden;
  155. text-overflow: ellipsis;
  156. text-align: right;
  157. }
  158. }
  159. &-innercon{
  160. height: 100%;
  161. padding-right: 14px;
  162. }
  163. }
  164. .full-screen-btn-con{
  165. display: inline-block;
  166. width: 30px;
  167. padding: 18px 0;
  168. text-align: center;
  169. cursor: pointer;
  170. i{
  171. vertical-align: middle;
  172. }
  173. }
  174. .lock-screen-btn-con{
  175. display: inline-block;
  176. width: 30px;
  177. padding: 18px 0;
  178. text-align: center;
  179. cursor: pointer;
  180. i{
  181. vertical-align: middle;
  182. }
  183. }
  184. }
  185. }
  186. .single-page-con{
  187. position: absolute;
  188. top: 100px;
  189. right: 0;
  190. bottom: 0;
  191. overflow: auto;
  192. background-color: #F0F0F0;
  193. z-index: 1;
  194. transition: left .3s;
  195. .single-page{
  196. margin: 10px;
  197. }
  198. }
  199. &-copy{
  200. text-align: center;
  201. padding: 10px 0 20px;
  202. color: #9ea7b4;
  203. }
  204. }
  205. .taglist-moving-animation-move{
  206. transition: transform .3s;
  207. }
  208. .logo-con{
  209. padding: 8px;
  210. text-align: center;
  211. img{
  212. height: 44px;
  213. width: auto;
  214. }
  215. }
  216. .ivu-table {
  217. .ivu-btn {
  218. margin: 5px;
  219. }
  220. }
  221. .ivu-page {
  222. margin-top: 20px;
  223. text-align: center;
  224. }