index.css 8.36 KB
.quickQuote {
  width: 100vw;
  height: 100vh;
  padding-top: 50px;
}
.quickQuote .content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.quickQuote .content :global .ant-btn-primary {
  border-radius: 5px;
}
.quickQuote .content .back {
  position: absolute;
  top: 16px;
  left: 360px;
  z-index: 10;
}
.quickQuote .content .leftTree {
  width: 250px;
  height: 100%;
  background: #3274b7;
  padding: 10px 0 0 10px;
  overflow: hidden;
}
.quickQuote .content .leftTree :global .ant-tree {
  background: transparent;
}
.quickQuote .content .leftTree :global .ant-tree .ant-tree-treenode {
  padding-bottom: 10px;
}
.quickQuote .content .leftTree :global .ant-tree .ant-tree-title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.quickQuote .content .leftTree :global .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #00a183;
}
.quickQuote .content .leftTree :global .ant-tree .ant-tree-node-content-wrapper:hover {
  background-color: #009688;
}
.quickQuote .content .overFlow {
  overflow: auto;
}
.quickQuote .content .rightContent {
  flex: 1;
  background: #f8fafe;
  overflow: auto;
}
.quickQuote .content .rightContent .divider {
  color: #000;
  font-size: 18px;
}
.quickQuote .content .rightContent .divider:before,
.quickQuote .content .rightContent .divider:after {
  border-color: #d7d7d7;
}
.quickQuote .content .rightContent .tabs {
  height: auto;
}
.quickQuote .content .rightContent .tabs :global .ant-tabs-nav-wrap {
  padding-left: 20px;
}
.quickQuote .content .rightContent .tabs :global .ant-tabs-tab-btn {
  font-size: 16px;
}
.quickQuote .content .rightContent .hideTab :global .ant-tabs-nav {
  display: none;
}
.quickQuote .content .rightContent .viewTable,
.quickQuote .content .rightContent .viewTable1 {
  width: 100%;
  height: auto;
  padding: 0 20px 0 10px;
  flex: 1;
}
.quickQuote .content .rightContent .viewTable :global .viewStyle,
.quickQuote .content .rightContent .viewTable1 :global .viewStyle {
  background-color: transparent;
}
.quickQuote .content .rightContent .viewTable :global .ant-form-item-label,
.quickQuote .content .rightContent .viewTable1 :global .ant-form-item-label {
  background-color: transparent !important;
  color: #000 !important;
  flex: 0 0 100px !important;
  max-width: 100px !important;
}
.quickQuote .content .rightContent .viewTable :global .ant-form-item-control,
.quickQuote .content .rightContent .viewTable1 :global .ant-form-item-control {
  flex: 1;
  max-width: calc(100% - 100px);
}
.quickQuote .content .rightContent .viewTable :global .viewStyle .ant-input-number,
.quickQuote .content .rightContent .viewTable1 :global .viewStyle .ant-input-number {
  width: 100% !important;
}
.quickQuote .content .rightContent .viewTable :global .viewStyle .ant-col,
.quickQuote .content .rightContent .viewTable1 :global .viewStyle .ant-col {
  margin-bottom: 2px;
}
.quickQuote .content .rightContent .viewTable .subViewTable,
.quickQuote .content .rightContent .viewTable1 .subViewTable {
  width: 100%;
  height: auto;
}
.quickQuote .content .rightContent .viewTable .subViewTable :global .ant-form-item-row,
.quickQuote .content .rightContent .viewTable1 .subViewTable :global .ant-form-item-row {
  flex-direction: row-reverse;
}
.quickQuote .content .rightContent .viewTable .subViewTable :global .ant-form-item-label,
.quickQuote .content .rightContent .viewTable1 .subViewTable :global .ant-form-item-label {
  flex: 0 0 25px !important;
  max-width: 25px !important;
}
.quickQuote .content .rightContent .viewTable .subViewTable :global .ant-form-item-label > label,
.quickQuote .content .rightContent .viewTable1 .subViewTable :global .ant-form-item-label > label {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.quickQuote .content .rightContent .viewTable .subViewTable :global .ant-form-item-label > label::before,
.quickQuote .content .rightContent .viewTable1 .subViewTable :global .ant-form-item-label > label::before {
  content: none;
  width: 0;
}
.quickQuote .content .rightContent .viewTable .subViewTable :global .ant-form-item-label > label::after,
.quickQuote .content .rightContent .viewTable1 .subViewTable :global .ant-form-item-label > label::after {
  content: none;
  width: 0;
}
.quickQuote .content .rightContent .viewTable .subViewTable :global .ant-form-item-control,
.quickQuote .content .rightContent .viewTable1 .subViewTable :global .ant-form-item-control {
  flex: 1;
  max-width: calc(100% - 25px);
}
.quickQuote .content .rightContent .viewTable .subViewTable :global .viewStyle > .ant-col-24,
.quickQuote .content .rightContent .viewTable1 .subViewTable :global .viewStyle > .ant-col-24 {
  padding-left: 100px;
}
.quickQuote .content .rightContent .viewTable1 {
  padding: 0 20px 0 0;
}
.quickQuote .content .rightContent .boxRadio {
  width: 100%;
  height: 30px;
  padding: 10px 0 0 10px;
}
.quickQuote .content .rightContent .boxPart1 {
  width: 100%;
  height: auto;
  display: flex;
  padding: 0 10px 0 10px;
}
.quickQuote .content .rightContent .boxPart1 .boxPart1Left {
  flex: 1;
  border-right: 1px solid #d7d7d7;
}
.quickQuote .content .rightContent .boxPart1 .boxPart1Right {
  width: auto;
  height: auto;
}
.quickQuote .content .rightContent .boxPart1 .boxPart1Right .boxRreview {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.quickQuote .content .rightContent .boxPart1 .boxPart1Right .boxRreview :global .ant-image {
  padding: 15px;
}
.quickQuote .content .rightContent .boxPart1 .boxPart1Right .boxRreview .noImg {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7d7d7;
  font-size: 16px;
}
.quickQuote .content .rightContent .boxPart1 .boxPart1Right .boxRreview .noImg:first-child {
  border-left: 0;
}
.quickQuote .content .rightContent .boxPart1 .boxPart1Right .boxRreview .boxRreviewTitile {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.quickQuote .content .rightContent .boxPinbanInfo {
  width: 100%;
  height: auto;
  padding: 0 10px 0 10px;
  display: flex;
  position: relative;
}
.quickQuote .content .rightContent .boxPinbanInfo > div:first-child {
  flex: 1;
  border-right: 1px solid #d7d7d7;
}
.quickQuote .content .rightContent .boxPinbanInfo > div:nth-child(2) > div:first-child {
  display: flex;
}
.quickQuote .content .rightContent .boxPinbanInfo .boxComponent {
  width: 400px;
  height: 300px;
  position: relative;
}
.quickQuote .content .rightContent .boxPinbanInfo .boxComponent .boxComponentWidth {
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 400px;
  height: 10px;
  border: 1px solid #333;
  border-top: transparent;
}
.quickQuote .content .rightContent .boxPinbanInfo .boxComponent .boxComponentWidth .boxComponentWidthTitle {
  width: 400px;
  height: 10px;
  position: absolute;
  top: 15px;
  left: 0px;
  line-height: 10px;
  font-size: 18px;
  text-align: center;
}
.quickQuote .content .rightContent .boxPinbanInfo .boxComponent1 {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.quickQuote .content .rightContent .boxPinbanBtn {
  position: absolute;
  top: 0;
  left: 200px;
}
.quickQuote .content .rightContent .boxPart2 {
  width: 100%;
  height: auto;
}
.quickQuote .content .rightContent .many {
  width: 100%;
  height: 235px;
  padding: 0 10px 0 10px;
  position: relative;
}
.quickQuote .content .rightContent .many .btns {
  position: absolute;
  top: -50px;
  right: 10px;
  height: 40px;
  min-width: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #f8fafe;
  gap: 10px;
}
.quickQuote .content .rightContent .many .btns :global .ant-btn {
  border-radius: 5px;
}
.quickQuote .content .rightContent .many .btns .confirmOrder {
  background-color: #53b637;
  border-color: #53b637;
}
.quickQuote .content .rightContent .materialsLine {
  display: flex;
}
.quickQuote .content .rightContent .materialsLine .materialsViewTable {
  flex: 1;
}
.quickQuote .content .rightContent .materialsLine .materialsViewTable :global .ant-col-4 .ant-col-7 {
  flex-basis: 50px !important;
}
.quickQuote .content .rightContent .materialsLine .materialsBtns {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.quickQuote .content .rightContent .materialsLine .materialsBtns :global .ant-btn:nth-child(2) {
  background-color: #53b637;
  border-color: #53b637;
}