Browse Source

不跟踪css文件

zhuth 7 years ago
parent
commit
17cee3f284

+ 0 - 4
kanban-client/app/assets/FixedBox/index.css

@@ -1,4 +0,0 @@
-.rc-fixedbox {
-  position: relative;
-  overflow: hidden;
-}

+ 0 - 47
kanban-client/app/assets/Form/index.css

@@ -1,47 +0,0 @@
-html,
-body,
-#root {
-  height: 100%;
-  font-size: 16px;
-  overflow: hidden;
-}
-#root {
-  background-color: #2f2e2c;
-}
-.rc-form {
-  height: 100%;
-  overflow: hidden;
-}
-.rc-form table {
-  table-layout: fixed;
-  border-collapse: collapse;
-}
-.rc-form td {
-  padding-left: 5px;
-  white-space: nowrap;
-  text-overflow: ellipsis;
-  overflow: hidden;
-}
-.rc-form-header {
-  font-weight: bold;
-}
-.rc-form-container {
-  width: 100%;
-  height: 100%;
-  margin: 0 auto;
-  background: #2f2e2c;
-  color: #f5fdff;
-  vertical-align: middle;
-  text-align: center;
-  transform: none !important;
-}
-.rc-form-header-content {
-  padding: 0 5px;
-  text-align: center;
-}
-.rc-form-item-field {
-  text-align: left;
-}
-.rc-form-item-value {
-  text-align: left;
-}

+ 0 - 22
kanban-client/app/assets/MessageBox/msgbox.css

@@ -1,22 +0,0 @@
-.rc-msgbox {
-  color: white;
-  font-size: 20px;
-  position: relative;
-  border: 1px solid white;
-  margin: 50px auto 0;
-  vertical-align: middle;
-  width: 400px;
-  height: 200px;
-  overflow: hidden;
-  border-radius: 20px;
-}
-.rc-msgbox-title {
-  padding-top: 20px;
-  text-align: center;
-  font-size: 20px;
-  font-weight: bold;
-}
-.rc-msgbox-content {
-  text-align: left;
-  padding: 20px;
-}

+ 0 - 57
kanban-client/app/assets/Table/animation.css

@@ -1,57 +0,0 @@
-.fade-enter {
-  animation-duration: .5s;
-  animation-fill-mode: both;
-  opacity: .7;
-  border: none;
-  animation-timing-function: linear;
-  animation-play-state: paused;
-}
-.fade-appear {
-  animation-duration: .5s;
-  animation-fill-mode: both;
-  opacity: .7;
-  border: none;
-  animation-timing-function: linear;
-  animation-play-state: paused;
-}
-.fade-leave {
-  animation-duration: .5s;
-  animation-fill-mode: both;
-  transform: translateX(0px);
-  opacity: .5;
-  border: none;
-  animation-timing-function: ease-out;
-  animation-play-state: paused;
-}
-.fade-enter.fade-enter-active {
-  animation-name: fadeIn;
-  animation-play-state: running;
-}
-.fade-appear.fade-appear-active {
-  animation-name: fadeIn;
-  animation-play-state: running;
-}
-.fade-leave.fade-leave-active {
-  animation-name: fadeOut;
-  animation-play-state: running;
-}
-@keyframes fadeIn {
-  0% {
-    opacity: .7;
-    border: none;
-  }
-  100% {
-    opacity: 1;
-    border: none;
-  }
-}
-@keyframes fadeOut {
-  0% {
-    opacity: .5;
-    border: none;
-  }
-  100% {
-    opacity: 0;
-    border: none;
-  }
-}

+ 0 - 41
kanban-client/app/assets/Table/index.css

@@ -1,41 +0,0 @@
-.rc-table {
-  height: 100%;
-  color: white;
-}
-.rc-table-main {
-  width: 100%;
-  border-collapse: collapse;
-  text-align: center;
-}
-.rc-table-thead {
-  background-color: #010101;
-}
-.rc-table-header-item {
-  font-weight: bold;
-}
-.rc-table-title {
-  text-align: center;
-  font-weight: bold;
-  padding: 0 5px;
-}
-.rc-table-content {
-  height: 100%;
-  width: 100%;
-}
-.rc-table-body {
-  height: 100%;
-}
-.rc-table table {
-  table-layout: fixed;
-  border-collapse: collapse;
-}
-.rc-table th,
-.rc-table td {
-  text-align: left;
-  padding-left: 5px;
-  white-space: nowrap;
-  text-overflow: ellipsis;
-  overflow: hidden;
-  border: 1px solid white;
-  box-sizing: border-box;
-}

+ 0 - 0
kanban-client/app/assets/Table/motion.css


+ 0 - 4
kanban-client/app/assets/Title/index.css

@@ -1,4 +0,0 @@
-.rc-title {
-  color: white;
-  text-align: center;
-}

+ 0 - 107
kanban-client/app/assets/layoutStyle.css

@@ -1,107 +0,0 @@
-.react-grid-layout {
-  position: relative;
-  transition: height 200ms ease;
-}
-.react-grid-item {
-  transition: all 200ms ease;
-  transition-property: left, top;
-}
-.react-grid-item.cssTransforms {
-  transition-property: transform;
-}
-.react-grid-item.resizing {
-  z-index: 1;
-  will-change: width, height;
-}
-
-.react-grid-item.react-draggable-dragging {
-  transition: none;
-  z-index: 3;
-  will-change: transform;
-}
-
-.react-grid-item.react-grid-placeholder {
-  background: red;
-  opacity: 0.2;
-  transition-duration: 100ms;
-  z-index: 2;
-  -webkit-user-select: none;
-  -moz-user-select: none;
-  -ms-user-select: none;
-  -o-user-select: none;
-  user-select: none;
-}
-
-.react-grid-item > .react-resizable-handle {
-  position: absolute;
-  width: 20px;
-  height: 20px;
-  bottom: 0;
-  right: 0;
-  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=');
-  background-position: bottom right;
-  padding: 0 3px 3px 0;
-  background-repeat: no-repeat;
-  background-origin: content-box;
-  box-sizing: border-box;
-  cursor: se-resize;
-}
-
-#content {
-  width: 100%;
-}
-.react-grid-layout {
-  background: #2f2e2c;
-}
-.layoutJSON {
-  background: #ddd;
-  border: 1px solid black;
-  margin-top: 10px;
-  padding: 10px;
-}
-.columns {
-  -moz-columns: 120px;
-  -webkit-columns: 120px;
-  columns: 120px;
-}
-.react-grid-item {
-  box-sizing: content-box;
-}
-.react-grid-item:not(.react-grid-placeholder) {
-  background: #2f2e2c;
-  border: 1px solid black;
-}
-.react-grid-item.resizing {
-  opacity: 0.9;
-}
-.react-grid-item.static {
-  background: #2f2e2c;
-}
-.react-grid-item .text {
-  font-size: 24px;
-  text-align: center;
-  position: absolute;
-  top: 0;
-  bottom: 0;
-  left: 0;
-  right: 0;
-  margin: auto;
-  height: 24px;
-}
-.react-grid-item .minMax {
-  font-size: 12px;
-}
-.react-grid-item .add {
-  cursor: pointer;
-}
-.react-grid-dragHandleExample{
-  cursor: move; /* fallback if grab cursor is unsupported */
-  cursor: grab;
-  cursor: -moz-grab;
-  cursor: -webkit-grab;
-}
-li b {
-  font-size: 19px;
-  line-height: 14px;
-}
-

+ 0 - 39
kanban-client/app/css/form.css

@@ -1,39 +0,0 @@
-body {
-  width: 100%;
-  height: 100%;
-  overflow: auto;
-  font-family: '微软雅黑';
-}
-.title-table {
-  width: 100%;
-  height: 100%;
-  margin: 0 auto;
-  background: #2f2e2c;
-  color: #f5fdff;
-  text-align: center;
-}
-.title-table thead td {
-  border: 1px solid #5f5e5c;
-  vertical-align: middle;
-}
-.title-center {
-  font-size: 1.25rem;
-}
-.title-field,
-.title-value {
-  font-size: 1rem;
-}
-.rc-form-item {
-  font-size: 1rem;
-}
-.logo img {
-  width: auto;
-  height: 80%;
-  max-width: 100%;
-  max-height: 100%;
-}
-@media screen and (max-width: 650px) {
-  .logo {
-    display: none;
-  }
-}