forgeplus-react/src/softbot/softBotDetail/index.scss

171 lines
3.7 KiB
SCSS

.botDetailHeadCont{
display: flex;
justify-content: space-between;
align-items: center;
}
.botDetailHeadCont, .detailIntroCont{
width: 1200px;
margin: 0 auto;
}
.botDetailHead{
width: 100%;
height:217px;
background-size: 100% 100%;
background-image: url('../image/softDetailHeadBg.png');
.botDetailHeadCont{
height: 100%;
color:#202d40;
}
.botImgBg{
width: 86px;
height: 86px;
line-height: 86px;
border-radius: 50%;
border: 1px solid white;
img{
max-width: 100%;
}
}
.centerBox{
width: 77%;
}
.typeBox{
background-color:rgba(70, 106, 255, 0.09);
border:1px solid $primary-color;
border-radius:4px;
color: $primary-color;
padding: 8px 10px;
}
.userBox{
color:#8893af;
margin: 10px 0 14px;
}
}
.detailIntroBox{
background-image:linear-gradient(180deg,#edf0fa 0%,#ffffff 100%);
box-shadow:8px 6px 18px rgba(171, 202, 255, 0.24) inset;
min-height: 40vh;
padding: 30px 0 50px;
.detailIntroTitle{
color: #000;
}
.detailIntro{
color:#151d40;
}
}
.installBotModal{
.ant-modal-header{
position: relative;
border-bottom: none;
background-color: rgba(0,0,0,0);
}
.installBotImgBox{
width:100px;
height:100px;
line-height:100px;
background-color:#e9f1ff;
border:3px solid#ffffff;
border-radius: 50%;
position: absolute;
top: -50px;
left: 50%;
transform: translate(-50%, 0);
.installBotImg{
max-width: 100%;
}
}
.installBotName{
color:#151d40;
margin-top: 40px;
}
.ant-modal-content{
background-image: linear-gradient(359.37deg,#ebf3ff 0%,#f8fbff 55.01%,#cbdbff 100%);
border: 1px solid #ffffff;
}
.ant-modal-footer{
border-top: none;
text-align: center;
margin: 30px 0 50px;
}
.ant-modal-close-x{
margin-top: -6px;
margin-right: 15px;
.closeIconFont{
font-size: 30px !important;
font-weight: 100;
color: rgba(13, 22, 71, 0.65);
}
}
.installTextBox{
width: 90%;
min-height: 360px;
margin: 0 auto;
background-color: rgba(255, 255, 255, 0.71);
border-radius: 4px 4px 0px 0px;
padding: 20px 0 30px 25px;
.installTil{color: #000;}
.installRadioBox{
color:#202d40;
width: 100%;
}
.installRadioBoxTip{
display: inline-block;
margin: 5px 0 0 23px;
color:#99a2af;
&.errTip{
color:#f60011;
}
}
.selectValueBox{
margin: 13px 0 0px 23px;
color:#333333;
border-bottom: 1px dashed #e0e6f5;
width: 88%;
padding-bottom: 10px;
.close{
cursor: pointer;
color: rgba(0, 0, 0, 0.45);
}
}
}
.installSelectBox{
display: block;
width: 50%;
margin: 5px 0 0 23px;
.ant-select-selection__placeholder{
display: block !important;
}
.ant-select-selection-selected-value{
display: none !important;
}
}
.greenCol{
color:#202d40;
.ant-checkbox-inner, .ant-checkbox-checked::after{
border-radius: 50%;
}
.ant-checkbox-checked::after, .ant-checkbox:hover .ant-checkbox-inner, &.ant-checkbox-wrapper:hover .ant-checkbox-inner, .ant-checkbox-input:focus + .ant-checkbox-inner{
border-color:#00bb75;
}
.ant-checkbox-checked .ant-checkbox-inner{
background-color:#00bb75;
border-color:#00bb75;
&::after{
border: 1px solid #fff;
border-top: 1px;
border-left: 1px;
top: 45%;
}
}
}
}
.installDropdownClass{
width: 525px !important;
background-image:linear-gradient(180deg,#eef3ff 0%,#ffffff 100%);
border:1px solid#ffffff;
border-radius:4px;
box-shadow:0px 0px 8px rgba(139, 172, 241, 0.32);
.ant-select-dropdown-menu-item:hover{
background-color:#e8eeff;
}
}