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

62 lines
837 B
SCSS
Raw Permalink Normal View History

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