index.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. .main-panel > .content {
  2. padding: 0;
  3. }
  4. .main-panel {
  5. margin-top: 42px;
  6. }
  7. #app {
  8. padding-bottom: 40px;
  9. }
  10. .rightlist #app .rightlist-head {
  11. line-height: 50px;
  12. padding: 0 0 15px 0;
  13. }
  14. .rightlist {
  15. background: #eff3f6;
  16. margin-top: 10px;
  17. margin-bottom: 20px;
  18. padding-bottom: 20px;
  19. }
  20. .form-list {
  21. padding-top: 30px;
  22. background: #fff;
  23. border-radius: 10px;
  24. position: relative;
  25. top: 10px;
  26. margin-left: 10px;
  27. width: calc(100% - 20px);
  28. }
  29. .table-list {
  30. padding-top: 30px;
  31. background: #fff;
  32. border-radius: 10px;
  33. margin-top: 20px;
  34. margin-left: 10px;
  35. width: calc(100% - 20px);
  36. }
  37. .table-option a {
  38. font-size: 12px;
  39. font-weight: 600;
  40. color: #29ba9c;
  41. padding: 10px 0;
  42. }
  43. /* .el-form-item__label{padding-right:30px;} */
  44. .tip {
  45. font-size: 12px;
  46. color: #999;
  47. font-weight: 500;
  48. line-height: 24px;
  49. }
  50. .rightlist-head-con {
  51. padding-right: 20px;
  52. font-size: 16px;
  53. color: #888;
  54. }
  55. .el-tag {
  56. /* font-weight: 700;
  57. font-size: 15px;
  58. margin-bottom: 30px; */
  59. }
  60. /* 单选框边框颜色 */
  61. .el-radio__inner {
  62. border: 1px solid #eff3f6;
  63. }
  64. .el-icon-edit {
  65. font-size: 16px;
  66. padding: 0 15px;
  67. color: #409eff;
  68. cursor: pointer;
  69. }
  70. /* 滑块选择小白点 */
  71. .el-switch.is-checked .el-switch__core::after {
  72. left: 100%;
  73. margin-left: -17px;
  74. }
  75. .el-switch__core::after {
  76. content: "";
  77. position: absolute;
  78. top: 1px;
  79. left: 1px;
  80. border-radius: 100%;
  81. transition: all 0.3s;
  82. width: 16px;
  83. height: 16px;
  84. background-color: #fff;
  85. }
  86. .el-checkbox__label {
  87. display: inline-block;
  88. padding-left: 3px;
  89. }
  90. .el-checkbox.is-bordered + .el-checkbox.is-bordered {
  91. margin-left: 0px;
  92. }
  93. .vue-page {
  94. border-radius: 5px;
  95. width: calc(100% - 266px);
  96. float: right;
  97. margin-right: 10px;
  98. position: fixed;
  99. bottom: 0;
  100. right: 0;
  101. padding: 15px 5% 15px 0;
  102. background: #fff;
  103. height: 60px;
  104. z-index: 999;
  105. margin-top: 0;
  106. box-shadow: 0 2px 9px rgba(51, 51, 51, 0.1);
  107. }
  108. .vue-center {
  109. text-align: center;
  110. }
  111. .loading-height {
  112. height: 500px;
  113. }
  114. .el-checkbox.is-bordered.el-checkbox--mini {
  115. margin: 0 0;
  116. }
  117. [v-cloak] {
  118. display: none;
  119. }
  120. .all {
  121. background: #eff3f6;
  122. min-height: 100vh;
  123. padding-top: 20px;
  124. }
  125. .vue-main {
  126. background: #fff;
  127. border-radius: 5px;
  128. margin: 0 10px;
  129. padding: 10px;
  130. min-height: calc(100vh - 90px);
  131. }
  132. .vue-nav {
  133. background: #fff;
  134. border-radius: 5px;
  135. margin: 0 10px;
  136. padding: 10px;
  137. }
  138. .vue-head {
  139. background: #fff;
  140. border-radius: 5px;
  141. margin: 0 10px;
  142. padding: 10px;
  143. margin-bottom: 15px;
  144. }
  145. .vue-crumbs {
  146. margin: 0 20px;
  147. font-size: 14px;
  148. color: #333;
  149. font-weight: 400;
  150. padding-bottom: 10px;
  151. line-height: 32px;
  152. }
  153. .vue-crumbs a {
  154. color: #333;
  155. }
  156. .vue-crumbs a:hover {
  157. color: #29ba9c;
  158. }
  159. .vue-main-title {
  160. display: flex;
  161. margin: 5px 0;
  162. line-height: 28px;
  163. font-size: 14px;
  164. color: #333;
  165. font-weight: 700;
  166. }
  167. .vue-main-title-left {
  168. width: 4px;
  169. height: 14px;
  170. margin-top: 6px;
  171. background: #29ba9c;
  172. display: inline-block;
  173. margin-right: 10px;
  174. }
  175. .vue-main-title-content {
  176. font-size: 14px;
  177. flex: 1;
  178. }
  179. .vue-main-title-button {
  180. text-align: right;
  181. flex:1;
  182. }
  183. .vue-main-form {
  184. margin-top: 20px;
  185. }
  186. .vue-category-title {
  187. padding: 15px;
  188. border-bottom: 1px solid #ccc;
  189. margin-bottom: 15px;
  190. font-weight: 600;
  191. font-size: 15px;
  192. }
  193. .el-link-edit {
  194. border-right: 1px solid;
  195. line-height: 16px;
  196. }
  197. .el-link-edit-start {
  198. border-right: 1px solid;
  199. padding-right: 20px;
  200. line-height: 16px;
  201. }
  202. .el-link-edit-middle {
  203. border-right: 1px solid;
  204. padding: 0 20px;
  205. line-height: 16px;
  206. }
  207. .el-link-edit-end {
  208. border-right: 0px;
  209. padding-left: 20px;
  210. line-height: 16px;
  211. }
  212. /* 上传图片 */
  213. .avatar-uploader .el-upload {
  214. margin-top: 15px;
  215. border: 1px dashed #d9d9d9;
  216. border-radius: 6px;
  217. cursor: pointer;
  218. position: relative;
  219. overflow: hidden;
  220. }
  221. .avatar-uploader .el-upload:hover {
  222. border-color: #29ba9c;
  223. }
  224. .avatar-uploader-icon {
  225. font-size: 28px;
  226. color: #8c939d;
  227. width: 178px;
  228. height: 178px;
  229. line-height: 178px;
  230. text-align: center;
  231. }
  232. .avatar_box {
  233. width: 80%;
  234. height: 80%;
  235. margin: 0 auto;
  236. }
  237. .avatar {
  238. width: 50%;
  239. height: 50%;
  240. object-fit: cover;
  241. }
  242. .el-upload-tip {
  243. width: 178px;
  244. margin: 0;
  245. padding: 0;
  246. color: #999;
  247. text-align: center;
  248. }
  249. input[type="file"] {
  250. display: none;
  251. }
  252. .avatar-uploader-box {
  253. position: relative;
  254. margin-top: 20px;
  255. width: 200px;
  256. }
  257. .el-icon-circle-close {
  258. position: absolute;
  259. top: 0;
  260. right: 0;
  261. color: #999;
  262. }
  263. /*弹窗上传图片*/
  264. #upload-img {
  265. }
  266. #upload-img .avatar {
  267. width: 100px;
  268. height: 100px;
  269. display: block;
  270. }
  271. #upload-img .avatar-uploader-box {
  272. position: relative;
  273. margin: 20px 0 0 10px;
  274. width: 110px;
  275. }
  276. #upload-img .el-icon-circle-close {
  277. position: absolute;
  278. top: -7px;
  279. right: 1px;
  280. color: #999;
  281. }
  282. .imgList {
  283. display: flex;
  284. flex-wrap: wrap;
  285. margin: 10px auto;
  286. }
  287. /* 辅助色 */
  288. .vue-assist-color,
  289. .el-link-assist,
  290. .el-link:hover {
  291. color: #ff9b19 !important;
  292. }
  293. /* 选中及未选图片样式 */
  294. .upload-box:hover {
  295. border-color: #29ba9c;
  296. color: #29ba9c;
  297. }
  298. .upload-box {
  299. width: 150px;
  300. height: 150px;
  301. display: flex;
  302. cursor: pointer;
  303. border: 1px dashed #dde2ee;
  304. justify-content: center;
  305. align-items: center;
  306. border-radius: 5px;
  307. }
  308. .upload-boxed {
  309. width: 150px;
  310. height: 150px;
  311. position: relative;
  312. border-radius: 5px;
  313. display: inline-block;
  314. }
  315. .upload-boxed-text {
  316. position: absolute;
  317. bottom: 0;
  318. line-height: 32px;
  319. color: #fff;
  320. text-align: center;
  321. width: 100%;
  322. background: #000;
  323. opacity: 0.7;
  324. border-radius: 0px 0px 5px 5px;
  325. }
  326. .upload-boxed-text-clear {
  327. position: absolute;
  328. bottom: 0;
  329. right:-70px;
  330. cursor: pointer;
  331. line-height: 32px;
  332. color: #ee3939;
  333. }
  334. .upload-boxed-list {
  335. display: flex;
  336. position: relative;
  337. border-radius: 5px;
  338. flex-wrap: wrap;
  339. }
  340. .upload-boxed-list-a {
  341. width: 150px;
  342. height: 170px;
  343. margin: 0 10px 5px 0;
  344. position: relative;
  345. }
  346. .upload-boxed-list-a .el-icon-close {
  347. position: absolute;
  348. top: -5px;
  349. right: -5px;
  350. color: #fff;
  351. background: #333;
  352. border-radius: 50%;
  353. cursor: pointer;
  354. }
  355. .vue-main-title-content a {
  356. color: #333;
  357. }
  358. .vue-main-title-content a:hover {
  359. color: #29ba9c;
  360. }
  361. .vue-ellipsis {
  362. overflow: hidden;
  363. text-overflow: ellipsis;
  364. white-space: nowrap;
  365. }
  366. .black {
  367. color: #333;
  368. }
  369. .upload-box-member {
  370. text-align: center;
  371. font-weight: 600;
  372. font-size: 16px;
  373. }