index.css 4.95 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: 18px;
  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 {
  width: 100%;
  height: auto;
  padding: 0 20px 0 10px;
  flex: 1;
}
.quickQuote .content .rightContent .viewTable :global .viewStyle {
  background-color: transparent;
}
.quickQuote .content .rightContent .viewTable :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 {
  flex: 1;
  max-width: calc(100% - 100px);
}
.quickQuote .content .rightContent .viewTable :global .viewStyle .ant-input-number {
  width: 100% !important;
}
.quickQuote .content .rightContent .viewTable :global .viewStyle .ant-col {
  margin-bottom: 2px;
}
.quickQuote .content .rightContent .boxPart1 {
  width: 100%;
  height: auto;
  display: flex;
  padding: 0 10px 0 10px;
}
.quickQuote .content .rightContent .boxPart1 .boxPart1Left {
  flex: 1;
}
.quickQuote .content .rightContent .boxPart1 .boxPart1Right {
  width: auto;
  height: auto;
}
.quickQuote .content .rightContent .boxPart1 .boxPart1Right .boxRreview {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quickQuote .content .rightContent .boxPart1 .boxPart1Right .boxRreview .noImg {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7d7d7;
  font-size: 16px;
}
.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 .boxPart1 .boxPart1Right .boxRadio {
  width: 100%;
  height: 30px;
}
.quickQuote .content .rightContent .boxPinbanInfo {
  width: 100%;
  height: auto;
  padding: 0 10px 0 10px;
  display: flex;
  position: relative;
}
.quickQuote .content .rightContent .boxPinbanInfo .boxComponent {
  width: 400px;
  height: 300px;
  border: 1px solid #d7d7d7;
  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: 200px;
  height: 300px;
  border: 1px solid #d7d7d7;
  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 .calcPrice {
  position: absolute;
  top: -48px;
  right: 100px;
  border-radius: 5px;
}
.quickQuote .content .rightContent .many .confirmOrder {
  position: absolute;
  top: -48px;
  right: 10px;
  border-radius: 5px;
  background-color: #53b637;
  border-color: #53b637;
}