This commit is contained in:
230
plugins/addon/example/template/admin/css/ticket_setting.less
Normal file
230
plugins/addon/example/template/admin/css/ticket_setting.less
Normal file
@@ -0,0 +1,230 @@
|
||||
.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__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.6000);
|
||||
|
||||
>span:nth-of-type(1) {
|
||||
color: rgba(255, 0, 0, 1);
|
||||
}
|
||||
}
|
||||
|
||||
.mar-10 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.title-text {
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.conten-box {
|
||||
// width: 1228px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.status-box {
|
||||
margin-top: 40px;
|
||||
.com-first-title{
|
||||
display: block;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.status-title {
|
||||
margin-bottom: 24px;
|
||||
// display: flex;
|
||||
// // justify-content: space-between;
|
||||
// // align-items: center;
|
||||
// flex-direction: column;
|
||||
|
||||
// .add-stauts-btn {
|
||||
// cursor: pointer;
|
||||
// display: inline-block;
|
||||
// width: 60px;
|
||||
// color: var(--td-brand-color);
|
||||
// font-size: 16px;
|
||||
// height: 32px;
|
||||
// line-height: 32px;
|
||||
// text-align: center;
|
||||
// background: var(--td-brand-color-1);
|
||||
// border-radius: 4px;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
.prplay-box {
|
||||
margin-top: 40px;
|
||||
|
||||
.save-replay-btn {
|
||||
margin-top: 30px;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
.input-box {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.repaly-content {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: normal;
|
||||
|
||||
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;
|
||||
|
||||
.top {
|
||||
display: flex;
|
||||
column-gap: 30px;
|
||||
|
||||
.t-switch {
|
||||
margin: 0 10px 0 5px;
|
||||
}
|
||||
|
||||
.left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn-icon {
|
||||
color: var(--td-brand-color);
|
||||
}
|
||||
|
||||
.order-delivery {
|
||||
margin-top: 40px;
|
||||
.com-first-title{
|
||||
display: block;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.titile-box {
|
||||
// display: flex;
|
||||
// align-items: center;
|
||||
// column-gap: 30px;
|
||||
// font-weight: bold;
|
||||
// font-size: 16px;
|
||||
// color: #333333;
|
||||
// margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.confgig-item {
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
margin-top: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
column-gap: 10px;
|
||||
|
||||
.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;
|
||||
}
|
||||
.tip-box,
|
||||
.order-delivery .confgig-item{
|
||||
color: rgba(255, 255, 255, .6);
|
||||
}
|
||||
.title-text{
|
||||
color: #fff;
|
||||
}
|
||||
.order-delivery .titile-box{
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user