开放平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

335 lines
6.0 KiB

  1. @import "./iconfont";
  2. body {
  3. width: 100vw;
  4. overflow-x: hidden;
  5. margin: 0;
  6. padding: 0;
  7. }
  8. a {
  9. text-decoration: none;
  10. }
  11. .login-box {
  12. .el-input__inner {
  13. border: none !important;
  14. font-size: 14px;
  15. }
  16. .el-input-group__append {
  17. background: none;
  18. border: none;
  19. }
  20. }
  21. // 公共蓝色 - button
  22. .primary-button {
  23. background: #1890ff;
  24. border-radius: 6px;
  25. width: 100%;
  26. height: 100%;
  27. display: flex;
  28. align-items: center;
  29. color: #fff;
  30. justify-content: center;
  31. user-select: none;
  32. }
  33. .primary-button:hover {
  34. background: #3399f8;
  35. }
  36. .primary-button:active {
  37. background: #0886fc;
  38. }
  39. // 公共灰色 - button
  40. .primary-button2 {
  41. background: #f7f8fa;
  42. border-radius: 6px;
  43. width: 100%;
  44. height: 100%;
  45. display: flex;
  46. align-items: center;
  47. color: #333333;
  48. justify-content: center;
  49. user-select: none;
  50. }
  51. .primary-button2:hover {
  52. background: #dfdfdf;
  53. }
  54. .primary-button2:active {
  55. background: #d9dbe0;
  56. }
  57. .item-input {
  58. .el-textarea__inner,
  59. .el-input__inner {
  60. background: transparent;
  61. border: none;
  62. }
  63. }
  64. .index-head-box {
  65. .el-menu.el-menu--horizontal {
  66. border: none;
  67. }
  68. .el-submenu__icon-arrow {
  69. right: 4px;
  70. font-size: 15px;
  71. }
  72. .el-menu-item,
  73. .el-submenu__title {
  74. font-size: 16px;
  75. color: #333333;
  76. height: 20px;
  77. line-height: 20px;
  78. }
  79. .el-submenu__title,
  80. .el-menu-item:focus,
  81. .el-menu-item:hover {
  82. background-color: transparent;
  83. }
  84. }
  85. .control {
  86. .el-menu {
  87. border: none;
  88. }
  89. .is-opened {
  90. border: none !important;
  91. }
  92. .el-menu--inline {
  93. border: none !important;
  94. }
  95. .el-submenu__title {
  96. padding: 0 30px !important;
  97. font-size: 16px;
  98. height: 61px;
  99. line-height: 61px;
  100. width: 100%;
  101. border-left: #fff solid 4px;
  102. box-sizing: border-box;
  103. }
  104. .el-menu-item {
  105. padding: 0 30px !important;
  106. box-sizing: border-box;
  107. width: 100%;
  108. font-size: 16px;
  109. height: 61px;
  110. line-height: 61px;
  111. border-left: #fff solid 4px;
  112. }
  113. .is-active {
  114. border-left: #1890ff solid 4px;
  115. }
  116. }
  117. .information-head,
  118. .password-box {
  119. .el-form--inline .el-form-item__label {
  120. padding: 0;
  121. }
  122. }
  123. .from-box {
  124. .el-form-item__content {
  125. line-height: 14px;
  126. }
  127. .el-form--label-top .el-form-item__label {
  128. padding-bottom: 0;
  129. }
  130. }
  131. .picker-box {
  132. .el-input__inner {
  133. width: 100%;
  134. }
  135. .el-date-editor.el-input {
  136. width: 162px !important;
  137. }
  138. .el-form-item .el-form-item {
  139. margin: 0px !important;
  140. }
  141. }
  142. .upload-box {
  143. .el-form-item__content {
  144. display: flex !important;
  145. justify-content: center;
  146. align-items: center;
  147. height: 170px;
  148. border: 0.5px solid #dcdde5;
  149. border-radius: 14px;
  150. }
  151. .el-upload {
  152. width: 48px;
  153. height: 48px;
  154. border-radius: 50%;
  155. background: #eff7ff;
  156. display: flex;
  157. justify-content: center;
  158. align-items: center;
  159. background: #eff7ff;
  160. .el-icon-plus {
  161. color: #2f89fc;
  162. font-size: 30px;
  163. font-weight: bold;
  164. }
  165. }
  166. }
  167. .replenish,
  168. .setApp {
  169. .el-upload-dragger {
  170. height: 42px;
  171. display: flex;
  172. width: 162px;
  173. justify-content: center;
  174. align-items: center;
  175. }
  176. .el-icon-upload {
  177. font-size: 18px;
  178. line-height: 42px !important;
  179. height: 42px !important;
  180. margin: 0 5px 0 0;
  181. }
  182. }
  183. .agreement-bar {
  184. .el-checkbox__input {
  185. vertical-align: -2px;
  186. }
  187. }
  188. .from-box {
  189. .el-form-item {
  190. margin-bottom: 14px;
  191. }
  192. }
  193. .transition-box {
  194. .avatar-uploader {
  195. display: flex !important;
  196. justify-content: center;
  197. align-items: center;
  198. height: 170px;
  199. border: 0.5px solid #dcdde5;
  200. border-radius: 14px;
  201. .el-upload {
  202. width: 48px;
  203. height: 48px;
  204. border-radius: 50%;
  205. background: #eff7ff;
  206. display: flex;
  207. justify-content: center;
  208. align-items: center;
  209. background: #eff7ff;
  210. .el-icon-plus {
  211. color: #2f89fc;
  212. font-size: 30px;
  213. font-weight: bold;
  214. }
  215. }
  216. }
  217. }
  218. .api-box,
  219. .apiBox-head {
  220. .el-input__inner::placeholder {
  221. color: #1890ff;
  222. font-size: 14px;
  223. }
  224. /* 谷歌 */
  225. .el-input__inner::-webkit-input-placeholder {
  226. color: #1890ff;
  227. font-size: 14px;
  228. }
  229. /* 火狐 */
  230. .el-input__inner:-moz-placeholder {
  231. color: #1890ff;
  232. font-size: 14px;
  233. }
  234. /*ie*/
  235. .el-input__inner:-ms-input-placeholder {
  236. color: #1890ff;
  237. font-size: 14px;
  238. }
  239. .el-input {
  240. box-sizing: border-box;
  241. width: calc(100% - 70px);
  242. }
  243. .el-textarea__inner,
  244. .el-input__inner {
  245. background: transparent;
  246. border: none;
  247. height: 34px;
  248. line-height: 34px;
  249. }
  250. }
  251. .demo-ruleForm {
  252. .el-form-item__label {
  253. padding: 0;
  254. }
  255. .el-select {
  256. width: 100%;
  257. }
  258. .el-form-item {
  259. position: relative;
  260. margin-bottom: 10px;
  261. }
  262. }
  263. .jv-container .jv-code.open {
  264. background: #f5f8f7;
  265. border-radius: 14px;
  266. border: 1px solid #67ba6a;
  267. }
  268. .jv-container.boxed {
  269. border: none !important;
  270. }
  271. .jv-container.boxed:hover {
  272. border: none !important;
  273. box-shadow: none !important;
  274. }
  275. .el-table th {
  276. background: #f8fbff;
  277. }
  278. .el-table td,
  279. .el-table th {
  280. padding: 9px 0;
  281. }
  282. .setApp {
  283. .el-form-item {
  284. margin-bottom: 10px;
  285. }
  286. .el-form-item__error {
  287. display: none !important;
  288. }
  289. }
  290. .app-detail {
  291. .el-table td, .el-table th.is-leaf {
  292. border: none;
  293. line-height: 57px;
  294. height: 57px;
  295. padding: 0;
  296. }
  297. }
  298. .el-textarea__inner {
  299. resize: none;
  300. height: 100%;
  301. }