Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

172 righe
4.2 KiB

  1. #Loading {
  2. top: 50%;
  3. left: 50%;
  4. position: absolute;
  5. -webkit-transform: translateY(-50%) translateX(-50%);
  6. transform: translateY(-50%) translateX(-50%);
  7. z-index: 100;
  8. }
  9. @-webkit-keyframes ball-beat {
  10. 50% {
  11. opacity: 0.2;
  12. -webkit-transform: scale(0.75);
  13. transform: scale(0.75);
  14. }
  15. 100% {
  16. opacity: 1;
  17. -webkit-transform: scale(1);
  18. transform: scale(1);
  19. }
  20. }
  21. @keyframes ball-beat {
  22. 50% {
  23. opacity: 0.2;
  24. -webkit-transform: scale(0.75);
  25. transform: scale(0.75);
  26. }
  27. 100% {
  28. opacity: 1;
  29. -webkit-transform: scale(1);
  30. transform: scale(1);
  31. }
  32. }
  33. .ball-beat>div {
  34. background-color: #279fcf;
  35. width: 15px;
  36. height: 15px;
  37. border-radius: 100% !important;
  38. margin: 2px;
  39. -webkit-animation-fill-mode: both;
  40. animation-fill-mode: both;
  41. display: inline-block;
  42. -webkit-animation: ball-beat 0.7s 0s infinite linear;
  43. animation: ball-beat 0.7s 0s infinite linear;
  44. }
  45. .ball-beat>div:nth-child(2n-1) {
  46. -webkit-animation-delay: 0.35s !important;
  47. animation-delay: 0.35s !important;
  48. }
  49. .backwirteBtn,.deleteBtn{
  50. display: inline-table;
  51. line-height: 20px;
  52. color: rgba(0, 0, 0, 1);
  53. font-size: 13px;
  54. text-align: center;
  55. cursor: pointer;
  56. padding: 0px 20px;
  57. float: left;
  58. }
  59. .backwirteBtn{
  60. border-radius: 4px;
  61. border: 0.5px solid rgba(227, 227, 227, 1);
  62. box-shadow: 0 2px 2px #bbbbbb;
  63. }
  64. .boolEdit_Input .webuploader-pick{
  65. position: relative;
  66. display: inline-block;
  67. cursor: pointer;
  68. color: #8c00ff!important;
  69. text-align: center;
  70. overflow: hidden;
  71. margin-top: 0px;
  72. background-color: #fff!important;
  73. border-radius: 0!important;
  74. width: 100%;
  75. line-height: 40px;
  76. height: 40px;
  77. box-shadow: 0 1px 2px #c3c3c3;
  78. border: 0!important;
  79. }
  80. .boolEdit_Input .defualtLarge{
  81. margin-bottom:0!important;
  82. }
  83. .topOption .el-button {
  84. font-size: 12px;
  85. padding: 3px 22px;
  86. box-shadow: 0 2px 2px #a0a0a0;
  87. }
  88. .el-button--text:focus, .el-button--text:hover {
  89. color: #8c00ff;
  90. border:1px solid transparent
  91. }
  92. .el-tree-node__expand-icon{
  93. font-size: 16px;
  94. }
  95. .yiyunTable_list_item .UserEditinfoBox .el-form-item__label {
  96. color: #000000!important;
  97. font-weight: 600;
  98. font-size:15px;
  99. }
  100. /*.el-tree>.el-tree-node>.el-tree-node__content{
  101. padding-left: 0px!important;
  102. }
  103. .el-tree>.el-tree-node>.el-tree-node__content~.el-tree-node__children>.el-tree-node>.el-tree-node__content{
  104. padding-left: 4px!important;
  105. }
  106. .el-tree>.el-tree-node>.el-tree-node__content~.el-tree-node__children>.el-tree-node>.el-tree-node__content{
  107. padding-left: 10px!important;
  108. }
  109. .el-tree>.el-tree-node>.el-tree-node__content~.el-tree-node__children>.el-tree-node>.el-tree-node__content ~ .el-tree-node__children>.el-tree-node>.el-tree-node__content {
  110. padding-left: 16px!important;
  111. }
  112. .el-tree>.el-tree-node>.el-tree-node__content~.el-tree-node__children>.el-tree-node>.el-tree-node__content ~ .el-tree-node__children>.el-tree-node>.el-tree-node__content ~.el-tree-node__children>.el-tree-node>.el-tree-node__content{
  113. padding-left: 36px!important;
  114. }
  115. .navtree .el-tree-node__content:hover,.navtree .el-tree-node__content:focus,.el-tree-node:focus>.el-tree-node__content {
  116. background-color: #8E909F;
  117. border-radius: 5px;
  118. } */
  119. .showBtn.el-button--default{
  120. border-radius: 4px;
  121. border: 0.5px solid rgba(227, 227, 227, 1);
  122. box-shadow: 0 2px 2px #cacaca;
  123. display: inline-table;
  124. line-height: 20px;
  125. color: rgba(0, 0, 0, 1);
  126. font-size: 13px;
  127. text-align: center;
  128. cursor: pointer;
  129. padding: 0px 22px;
  130. height: 21px;
  131. overflow: hidden;
  132. position: relative;
  133. top: -1px;
  134. }
  135. .showBtn.el-button--default span{
  136. margin: 0;
  137. padding: 0;
  138. line-height: 20px;
  139. position: relative;
  140. top: 1px;
  141. }
  142. .topOption .el-button--text{
  143. box-shadow: 0 0 0;
  144. }
  145. .el-radio__input.is-checked .el-radio__inner {
  146. border-color: #8c00ff!important;
  147. background: #8c00ff!important;
  148. }
  149. .el-radio__inner {
  150. width: 10px!important;
  151. height: 10px!important;
  152. }
  153. .el-radio__inner::after {
  154. width: 0px!important;
  155. height: 0px!important;
  156. }
  157. /* 后台布局 */
  158. .adminlayout{
  159. width: calc(100vw - 120px);
  160. margin: 0 auto;
  161. margin-top: 54px;
  162. }