head.jsp 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. <%--
  2. Created by IntelliJ IDEA.
  3. User: 熊竹
  4. Date: 2017/3/9
  5. Time: 10:07
  6. To change this template use File | Settings | File Templates.
  7. --%>
  8. <%@ page contentType="text/html;charset=UTF-8" language="java" %>
  9. <style>
  10. html, body {
  11. padding: 0;
  12. margin: 0;
  13. font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  14. }
  15. a {
  16. text-decoration: none;
  17. }
  18. .db .el-dropdown-menu {
  19. margin-top: 20px;
  20. }
  21. .db .db-header {
  22. width: 100%;
  23. height: 60px;
  24. line-height: 60px;
  25. background: #20A0FF;
  26. padding: 0 20px;
  27. box-sizing: border-box;
  28. color: #ffffff;
  29. z-index: 99;
  30. position: fixed;
  31. left: 0;
  32. top: 0;
  33. }
  34. .db .db-header .logo {
  35. }
  36. .db .db-header .user-info {
  37. float: right;
  38. }
  39. .db .db-header .user-info img {
  40. width: 25px;
  41. height: 25px;
  42. vertical-align: -7px;
  43. margin: 0 0 0 10px;
  44. cursor: pointer;
  45. }
  46. .db .db-body .db-menu-wrapper {
  47. position: fixed;
  48. left: 0;
  49. top: 60px;
  50. /*background: red;*/
  51. height: 100%;
  52. overflow: auto;
  53. z-index: 98;
  54. }
  55. .db .db-body .db-menu-wrapper .db-menu-bar {
  56. height: 100%;
  57. flex-grow: 0;
  58. width: 200px;
  59. }
  60. .db .db-body .db-content-wrapper {
  61. width: 100%;
  62. z-index: 97;
  63. box-sizing: border-box;
  64. padding: 60px 0px 0px 200px;
  65. }
  66. .db .db-body .db-content-wrapper .db-content {
  67. padding: 25px;
  68. }
  69. .db .db-body .db-content-wrapper .db-content .db-content-inner {
  70. padding: 30px 0px;
  71. }
  72. .line {
  73. text-align: center;
  74. }
  75. .filters {
  76. margin: 0 0 20px 0;
  77. border: 1px #efefef solid;
  78. padding: 10px;
  79. background: #f9f9f9;
  80. display: flex;
  81. align-items: center;
  82. }
  83. .filters .num {
  84. flex-grow: 1;
  85. display: flex;
  86. justify-content: flex-end;
  87. }
  88. .pagination-wrapper {
  89. text-align: center;
  90. padding: 30px;
  91. }
  92. .userIcon {
  93. width: 36px;
  94. height: 36px;
  95. border-radius: 50%;
  96. margin: 4px;
  97. }
  98. .singleImg {
  99. max-width: 100px;
  100. height: 100px;
  101. margin: 4px;
  102. }
  103. .crop-upload-box {
  104. border: 1px dashed #d9d9d9;
  105. border-radius: 6px;
  106. cursor: pointer;
  107. position: relative;
  108. overflow: hidden;
  109. }
  110. .crop-upload-box:hover {
  111. border-color: #20a0ff;
  112. }
  113. .crop-upload-box .icon {
  114. font-size: 28px;
  115. color: #8c939d;
  116. text-align: center;
  117. }
  118. .crop-wrap {
  119. position: fixed;
  120. left: 0;
  121. right: 0;
  122. top: 0;
  123. bottom: 0;
  124. background: rgba(0, 0, 0, 0.5);
  125. z-index: 2003;
  126. display: flex;
  127. align-items: center;
  128. justify-content: center;
  129. flex-direction: column;
  130. }
  131. .el-input, .el-input-number, .el-input-select {
  132. /*width: 220px !important;*/
  133. }
  134. .btn_confirm {
  135. display: inline-block;
  136. line-height: 1;
  137. white-space: nowrap;
  138. cursor: pointer;
  139. background: #20a0ff;
  140. border: 1px solid #20a0ff;
  141. color: #1f2d3d;
  142. -webkit-appearance: none;
  143. text-align: center;
  144. box-sizing: border-box;
  145. outline: 0;
  146. margin: 0;
  147. padding: 10px 15px;
  148. font-size: 14px;
  149. border-radius: 4px;
  150. }
  151. .el-upload--picture-card {
  152. display: flex !important;
  153. align-items: center;
  154. justify-content: center;
  155. }
  156. .avatar-uploader .el-upload {
  157. border: 1px dashed #d9d9d9;
  158. border-radius: 6px;
  159. cursor: pointer;
  160. position: relative;
  161. overflow: hidden;
  162. }
  163. .avatar-uploader .el-upload:hover {
  164. border-color: #20a0ff;
  165. }
  166. .avatar {
  167. width: 178px;
  168. height: 178px;
  169. display: block;
  170. }
  171. .avatar-uploader .avatar-uploader-icon {
  172. font-size: 28px;
  173. color: #8c939d;
  174. width: 178px;
  175. height: 178px;
  176. line-height: 178px;
  177. text-align: center;
  178. }
  179. .el-select .el-input .el-input__icon{
  180. top: 0 !important;
  181. }
  182. .h34{
  183. height: 34px;
  184. margin-right: 5px;
  185. }
  186. .btn34{
  187. padding: 8px 15px !important;
  188. }
  189. </style>
  190. <link rel="stylesheet" href="${pageContext.request.contextPath}/lib/element/element-ui.css">
  191. <link rel="stylesheet" href="${pageContext.request.contextPath}/lib/Jcrop2/css/Jcrop.min.css">
  192. <script src="${pageContext.request.contextPath}/lib/jquery/jquery-3.1.1.min.js"></script>
  193. <script src="${pageContext.request.contextPath}/lib/Jcrop2/js/Jcrop.min.js"></script>
  194. <script src="${pageContext.request.contextPath}/lib/vue/vue.js"></script>
  195. <script src="${pageContext.request.contextPath}/lib/element/element-ui.js"></script>
  196. <script src="${pageContext.request.contextPath}/lib/crop/crop.js"></script>