cmc-web/packages/common/css/common.scss

61 lines
897 B
SCSS

.buy-btn {
position: fixed;
top: 58px;
right: 20px;
}
.tip {
font-size: 12px;
color: #999;
}
.el-message-box__message {
word-break: break-all;
}
.viewer-container.viewer-backdrop {
z-index: 99999999999999 !important;
}
.w {
width: 200px !important;
}
.el-radio-button__orig-radio:checked+.el-radio-button__inner {
color: #409EFF;
background-color: #D5E8FC;
border-color: #409EFF;
}
.el-radio-button__inner {
min-width: 80px;
}
.el-drawer.rtl {
overflow: auto
}
.tab-label-padding {
padding: 0 10px;
}
.target-table .el-form-item.is-error {
margin-bottom: 15px !important;
}
.step-simple {
.el-step {
padding-left: 10px;
}
.el-step__main {
position: absolute;
top: -6px;
width: 70px;
padding: 0 0px 0 30px;
background: #fff;
}
}
.full-height {
height: 100%;
}