dimensionsConfig.less 1.85 KB
Newer Older
皮倩雯's avatar
皮倩雯 committed
1 2
.container3d {
  width: 100%;
3

皮倩雯's avatar
皮倩雯 committed
4 5 6 7 8 9 10 11 12 13 14 15
  background-color: #ffffff;
  display: flex;
  .ant-table {
    min-height: 15rem !important;
  }
  padding: 0.8rem;
  .ant-table-thead tr th {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
  }
  overflow-y: scroll;
  .ant-input-number-input {
16
    background-color: #ffffff;
皮倩雯's avatar
皮倩雯 committed
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
    color: #000000;
  }
  .ant-card-body {
    padding: 12px 24px 24px 25px;
  }
}
.imgList {
  display: flex;
  flex-wrap: wrap;
}
.imgItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1rem 1rem 0;
}
.tileBtn {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0 0 2rem;
}
.schemeName {
  margin-right: 0.8rem;
  font-weight: bold;
42 43
}

皮倩雯's avatar
皮倩雯 committed
44 45 46 47
.schemeItem,
.schemeBtn {
  display: flex;
  align-items: center;
48
}
皮倩雯's avatar
皮倩雯 committed
49 50 51
.schemeBtn {
  width: 12rem;
  justify-content: center;
52
}
皮倩雯's avatar
皮倩雯 committed
53 54 55 56 57 58 59 60
.mapItem {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 2.2rem;
  align-items: center;
  margin: 0.5rem 0;
  width: 14.5rem;
61
}
皮倩雯's avatar
皮倩雯 committed
62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
.defaultTile {
  background: #ccc;
  color: white;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  width: 3rem;
  justify-content: center;
}
.mapText {
  width: 10rem;
  text-align: center;
}
.mapIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.activeTile {
  background-color: #4699f4;
84 85
}
.dropList {
皮倩雯's avatar
皮倩雯 committed
86 87 88 89 90
  position: absolute;
  right: 2%;
  top: 25%;
  color: rgba(0, 0, 0, 0.25);
  z-index: 99;
91
}
皮倩雯's avatar
皮倩雯 committed
92 93 94 95 96 97 98 99 100
.divider {
  display: flex;
  align-items: center;
  line-height: 100%;
  padding: 0.5rem;
  .dividerIcon {
    margin-left: 0.8rem;
    color: #4699f4;
    cursor: pointer;
101
  }
皮倩雯's avatar
皮倩雯 committed
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
}

.cardsList {
  display: flex;
  flex-wrap: wrap;
}
.cardItem {
  width: 18rem;
  height: 26rem;
  margin: 0 2rem;
}
.containerFileds {
  display: flex;
  justify-content: space-between;
  width: 98%;
  border: 1px solid #f0f0f0;
  margin-top: 0.5rem;
}