Files
BlackFruit-UI/plugins/addon/example/template/admin/css/ticket_setting.css
yiqiu cbd6250967
All checks were successful
continuous-integration/drone/push Build is passing
修改插件
2025-11-21 00:01:45 +08:00

163 lines
2.9 KiB
CSS

.add-tpye-box {
height: 42px;
line-height: 42px;
text-align: center;
color: var(--td-brand-color);
font-size: 14px;
}
.list-card-container {
width: auto !important;
}
.t-table td,
.t-table th {
padding: 13px 24px 12px !important;
}
.t-table__expanded-row > td,
.t-table__row--full > td {
padding: 0 !important;
}
.t-table__footer .t-table__row--full {
background-color: #fff !important;
}
.t-table__footer .t-table__row--full .t-table__row-full-element {
padding: 0;
}
.add-tpye-box {
cursor: pointer;
}
.btn-icon {
cursor: pointer;
}
.color-box {
width: 24px;
height: 24px;
}
.tip-box {
padding-left: 24px;
height: 62px;
line-height: 62px;
font-size: 14px;
color: rgba(0, 0, 0, 0.6);
}
.tip-box > span:nth-of-type(1) {
color: #ff0000;
}
.mar-10 {
margin-bottom: 10px;
}
.title-text {
font-weight: bold;
font-size: 16px;
color: #333333;
}
.conten-box {
max-width: 100%;
}
.status-box {
margin-top: 40px;
}
.status-box .com-first-title {
display: block;
margin-bottom: 15px;
}
.status-box .status-title {
margin-bottom: 24px;
}
.prplay-box {
margin-top: 40px;
}
.prplay-box .save-replay-btn {
margin-top: 30px;
text-align: right;
}
.input-box {
margin-top: 10px;
}
.repaly-content {
text-overflow: ellipsis;
overflow: hidden;
white-space: normal;
}
.repaly-content p {
margin: 0;
}
.select-ul-div {
padding: 4px 0;
}
.select-ul-div > li {
display: block;
border-radius: 3px;
height: 40px;
line-height: 22px;
cursor: pointer;
padding: 9px 8px;
color: var(--td-text-color-primary);
transition: background-color 0.2s cubic-bezier(0.38, 0, 0.24, 1);
white-space: nowrap;
word-wrap: normal;
overflow: hidden;
text-overflow: ellipsis;
box-sizing: border-box;
}
.select-ul-div > li:hover {
background-color: var(--td-bg-color-container-hover);
}
.tox-statusbar__branding {
display: none !important;
}
.order-notice {
margin-top: 40px;
}
.order-notice .top {
display: flex;
column-gap: 30px;
}
.order-notice .top .t-switch {
margin: 0 10px 0 5px;
}
.order-notice .top .left {
display: flex;
align-items: center;
}
.btn-icon {
color: var(--td-brand-color);
}
.order-delivery {
margin-top: 40px;
}
.order-delivery .com-first-title {
display: block;
margin-bottom: 15px;
}
.order-delivery .confgig-item {
font-size: 14px;
color: rgba(0, 0, 0, 0.6);
margin-top: 10px;
display: flex;
align-items: center;
column-gap: 10px;
}
.order-delivery .confgig-item .t-icon-help-circle {
margin-left: 0;
}
.turn-inside-dialog-footer {
display: flex;
justify-content: end;
}
.turn-inside-dialog-footer button {
margin-left: 10px;
}
:root[theme-mode='dark'] .t-table__footer .t-table__row--full {
background-color: #343333 !important;
}
:root[theme-mode='dark'] .tip-box,
:root[theme-mode='dark'] .order-delivery .confgig-item {
color: rgba(255, 255, 255, 0.6);
}
:root[theme-mode='dark'] .title-text {
color: #fff;
}
:root[theme-mode='dark'] .order-delivery .titile-box {
color: #fff;
}