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

856 lines
14 KiB
Plaintext

.order-search-wrapper {
padding: 5px 0;
display: flex;
margin-bottom: 43px;
}
.order-search-wrapper.internal {
justify-content: space-between;
flex-wrap: wrap;
gap: 16px;
.select-time{
width: 170px;
.t-input__wrap{
width: 100%;
}
}
.search-keyword{
width: 195px;
}
.user-select{
width: 150px;
}
}
// .order-search-wrapper .t-input__wrap {
// width: 240px;
// max-width: 100%;
// }
.list-card-container {
width: auto !important;
}
.order-search-wrapper .t-select__wrap {
width: 240px;
}
.order-search-wrapper .t-input__wrap .t-input__prefix.t-input__prefix-icon {
position: absolute;
right: 0;
}
.search-left-bottom {
margin-top: 10px;
}
.search-left-top,
.search-left-bottom {
display: flex;
}
.search-left-top>div,
.search-left-bottom>div {
margin-right: 10px;
}
.search-left-bottom .t-button {
width: 70px;
height: 32px;
background: var(--td-brand-color);
border-radius: 3px;
color: #FFFFFF;
font-size: 14px;
}
.search-box-right {
text-align: right;
display: flex;
gap: 16px;
flex-wrap: wrap;
}
.search-box-right .t-select {
margin-bottom: 10px;
}
.t-table .t-table__header--fixed:not(.t-table__header--multiple)>tr>th {
background-color: #ffffff;
color: #999999;
font-size: 14px;
}
.table-status-span {
color: var(--td-brand-color);
}
.turn-inside-dialog-footer {
display: flex;
justify-content: end;
}
.turn-inside-dialog-footer button {
margin-left: 10px
}
.hover-name {
cursor: pointer
}
.order-name {
cursor: pointer;
}
.order-name:hover {
text-decoration: underline;
}
.product-info {
margin: 20px 0;
display: flex;
column-gap: 50px;
flex-wrap: wrap;
.host-item {
cursor: pointer;
color: var(--td-brand-color);
}
}
.order-type-add-btn {
width: 100%;
height: 42px;
border-top: 0;
border-radius: 0px;
border-color: #e7e7e7 !important;
}
.order-type-close-btn {
margin-left: calc(50% - 30px);
margin-top: 30px
}
.upload-btn .t-button__text {
display: flex;
color: #999999
}
.order-upload-wrapper .t-form__controls-content {
align-items: baseline;
}
/* 回复页 */
.no-wrap {
white-space: nowrap;
}
.reply-divider {
margin: 0;
}
.reply-divider .t-divider__inner-text {
font-size: 16px;
font-family: PingFang SC;
font-weight: bold;
color: var(--td-text-color-primary);
}
.t-divider--with-text .t-divider__inner-text:not(:empty) {
padding-left: 0;
}
.reply-divider.t-divider--with-text-left:before {
width: 0;
}
.reply-divider.t-divider--with-text-left:after {
margin-top: 10px;
}
.detail-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.detail-value {
word-break: break-all;
overflow-wrap: break-word;
}
.detail-item {
margin-left: 16px;
margin-right: 40px;
display: flex;
flex-direction: row;
align-items: baseline;
}
.detail-value {
font-size: 16px;
font-family: PingFang SC;
font-weight: 500;
line-height: 36px;
color: var(--td-text-color-primary);
}
.detail-label {
font-size: 16px;
font-family: PingFang SC;
font-weight: 500;
line-height: 36px;
color: #999999;
margin-right: 6px;
}
.reply-list {
margin-top: 0;
padding-right: 73px;
max-height: 96%;
}
.reply-list .t-list-item__content {
width: 100%;
}
.reply-list .t-comment__avatar-image {
height: 40px;
width: 40px;
}
.reply-list .t-comment__detail {
background: #F0F0FD;
border-radius: 0px 12px 12px 12px;
padding: 12px 20px 16px 20px;
font-size: 14px;
font-family: PingFang SC;
font-weight: 400;
line-height: 24px;
color: var(--td-text-color-primary);
}
.reply-list .t-comment__actions {
justify-content: space-between;
margin-left: -30px;
}
.reply-list .t-list-item {
padding: 12px 16px
}
.reply-list-attachment {
display: flex;
flex-wrap: wrap;
}
.reply-list-attachment-item {
color: var(--td-text-color-primary);
margin-right: 10px;
max-width: 130px;
overflow: hidden;
word-break: break-all;
overflow-wrap: break-word;
white-space: nowrap;
text-overflow: ellipsis;
}
.reply-list-attachment-item:hover {
cursor: pointer;
color: #0052d9
}
.reply-form {
display: flex;
flex-direction: column;
align-items: flex-end;
padding: 0 16px;
}
.reply-form-btn {
width: 100%;
margin-top: 14px;
display: flex;
justify-content: space-between;
}
.reply-form-btn .t-upload__trigger {
margin-right: 10px
}
.reply-form-btn .t-upload__single {
display: flex
}
.reply-form-btn .upload-list {
display: flex;
align-items: baseline
}
.t-comment__actions>li:hover {
color: var(--td-text-color-primary);
}
/* 图标 */
.icon-reply {
background: url(../img/icon/icon-reply.png) 7px no-repeat;
background-size: cover;
background-size: 17px 17px;
}
.icon-forward {
background: url(../img/icon/icon-forward.png) 7px no-repeat;
background-size: cover;
background-size: 17px 17px;
}
.icon-save {
background: url(../img/icon/icon-save.png) 8px no-repeat;
background-size: cover;
background-size: 15px 15px;
}
.detail-box {
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
.left-list-box {
flex: 1;
background-color: transparent;
margin-right: 15px;
height: 100%;
.left-top {
padding: 15px;
background-color: var(--td-bg-color-container);
height: 63.5%;
.time-div {
font-size: 11px;
color: #999;
margin-left: 5px;
width: 100%;
text-align: right;
}
}
}
.right-form-box {
display: flex;
flex-direction: column;
min-width: 400px;
max-width: 40%;
.order-detail-box {
flex-shrink: 0;
flex: 1;
background-color: var(--td-bg-color-container);
padding: 15px;
.log-btn {
cursor: pointer;
display: inline-block;
border-radius: 3px;
background: #ECF2FE;
font-size: 14px;
color: var(--td-brand-color);
width: 88px;
text-align: center;
height: 32px;
line-height: 32px;
}
.info-title {
font-size: 14px;
margin-top: 15px;
color: #999;
}
.blue-text {
cursor: pointer;
color: var(--td-brand-color);
}
.info-item {
color: var(--td-text-color-primary);
}
.product-info {
margin: 0;
display: flex;
flex-direction: column;
column-gap: 50px;
flex-wrap: wrap;
.product-item {
margin-top: 15px;
}
.host-item {
cursor: pointer;
color: var(--td-brand-color);
}
}
.select-box {
margin-top: 0;
display: flex;
justify-content: space-between;
width: 100%;
.left-btn {
display: flex;
flex-direction: column;
width: 100%;
.host-div {
min-width: 200px;
max-width: 500px;
margin-right: 57px;
white-space: inherit;
}
.host-item {
cursor: pointer;
&:hover {
text-decoration: underline;
}
}
>div {
display: flex;
align-items: center;
}
>div>span {
white-space: nowrap;
// color: rgba(0, 0, 0, 0.9);
font-size: 14px;
}
.select-240 {
min-width: 240px;
height: 32px;
margin-right: 0;
}
.no-mar {
// margin: 0 70px 0 0;
}
.save-btn {
margin: 15px 0 0;
}
}
}
}
.order-forwards {
flex-shrink: 0;
margin-top: 15px;
padding: 15px;
background-color: var(--td-bg-color-container);
.order-forwards-list {
margin-top: 10px;
.t-steps {
width: 100%;
.t-steps-item__inner {
width: 100%;
.t-steps-item__content {
width: 100%;
}
}
}
.order-forwards-item {
padding: 6px;
border-radius: 4px;
border: 1px solid var(--td-border-level-1-color);
.order-forwards-top {
display: flex;
align-items: center;
justify-content: space-between;
.order-forwards-name {
color: var(--td-text-color-primary);
font-size: 14px;
font-weight: bold;
}
.order-forwards-time {
font-size: 14px;
color: #999;
}
}
.order-forwards-notes {
margin-top: 15px;
padding: 6px;
border-radius: 4px;
font-size: 14px;
color: #999;
background-color: #fafafa;
}
}
}
}
}
}
.reply-item {
margin-bottom: 0;
.reply-top {
.reply-user {
display: inline-block;
padding: 0px 4px;
font-size: 12px;
margin-right: 10px;
border-radius: 3px;
color: rgba(255, 255, 255, 0.9);
}
.user-name {
color: #999999;
font-weight: bold;
font-size: 11px;
cursor: default;
}
.link-style {
cursor: pointer;
&:hover {
text-decoration: underline;
}
}
.green-text {
background: #03B193;
}
.red-text {
background: #5090FF;
}
.pink-text {
background: #EB5F80;
}
}
.reply-main {
display: inline-block;
.peply-wide {
display: flex;
justify-content: start;
align-items: flex-end;
}
.reply-middle {
position: relative;
display: inline-block;
margin-top: 11px;
border-radius: 8px;
padding: 10px;
border: none;
background: #e1e1e1;
cursor: default;
.replu-conten {
display: inline-block;
word-break: break-word;
img {
width: 140px;
height: 84px;
cursor: pointer;
}
p {
margin: 0;
}
}
.text-btn {
position: absolute;
bottom: 0px;
right: 0px;
font-size: 18px;
}
}
.btns {
margin-left: 5px;
}
.reply-middle:hover {
border: none;
background-color: #f5f2f2;
}
.reply-bottom {
width: 100%;
font-size: 12px;
color: #333;
>div {
display: inline-block;
}
}
}
.green-bg {
border: 1px solid #DCDCDC;
background: #FBFFFE;
}
.green-bg:hover {
border: 1px solid #03B193;
}
.blue-bg {
border: 1px solid #5090FF;
background: #F2F7FF;
}
.blue-bg:hover {
border: 1px solid #5090FF;
}
.pink-bg {
border: 1px solid #DCDCDC;
background: #FFFBFB;
}
com-config .pink-bg:hover {
border: 1px solid #EB5F80;
}
}
.relply-input {
margin-top: 15px;
}
.btn-box {
display: flex;
justify-content: space-between;
align-items: start;
margin-top: 10px;
.btn-left {
display: flex;
align-items: self-start;
}
.add-btn {
border-radius: 4px;
height: 32px;
border: none;
margin-right: 16px;
}
.re-btn {
// margin-left: 16px;
border-radius: 4px;
height: 32px;
background: #ED7B2F;
border: none;
margin-right: 6px;
}
.re-btn:hover {
background: rgba(237, 123, 47, 0.678);
}
.send-btn {
margin-right: 15px;
height: 32px;
background: var(--td-brand-color);
border-radius: 4px;
border: none;
}
.ok-btn {
border: none;
border-radius: 4px;
background: var(--td-brand-color);
height: 32px;
}
.canle-btn {
margin-left: 20px;
border: none;
color: var(--td-text-color-primary);
border-radius: 4px;
background: #E7E7E7;
}
.left {
display: flex;
}
.file {
display: inline-block;
margin-right: 16px;
}
.upload {
.t-button__text {
display: flex;
align-items: center;
}
.t-icon {
margin-right: 5px;
}
}
}
.description-box {
p {
margin: 0;
}
img {
width: 140px;
height: 84px;
}
white-space: normal;
}
.replay-box {
margin-bottom: 20px;
overflow: auto;
height: 280px;
border: 1px solid #DCDCDC;
background: rgba(231, 231, 231, 0.4);
padding: 0 12px;
padding-bottom: 20px;
}
.replay-item {
margin-top: 10px;
padding: 13px 16px;
border: 1px solid #DCDCDC;
border-radius: 3px;
background: #FFFFFF;
p {
margin: 0;
}
}
.replay-item:hover {
color: var(--td-brand-color);
border: 1px solid var(--td-brand-color);
}
.tox-statusbar__branding {
display: none !important;
}
#viewer {
width: 0;
height: 0;
}
.row-class {
cursor: pointer;
}
.user-name {
cursor: pointer;
}
.isEn .forwardForm .t-form__label {
width: 190px !important;
}
#content {
height: 100%;
.com-config {
height: 60%;
}
}
#content .ticket_detail {
height: 100%;
background: transparent !important;
}
.center-box {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.mt-15 {
margin-top: 15px;
}
.mr-6 {
margin-right: 6px;
}
.h-34 {
height: 34px;
}
// .bg-color {
// width: 100%;
// height: 15px;
// background-color: #999999;
// }
html {
scroll-behavior: smooth;
}
@media screen and (max-width: 1350px) {
.search-box-right {
display: flex;
gap: 8px;
}
}
:root[theme-mode="dark"]{
.reply-item .reply-main .reply-middle,
.detail-box .right-form-box .order-forwards .order-forwards-list .order-forwards-item .order-forwards-notes{
background: #404040;
color: #fff;
}
}