This commit is contained in:
56
plugins/addon/example/template/admin/css/addTicket.css
Normal file
56
plugins/addon/example/template/admin/css/addTicket.css
Normal file
@@ -0,0 +1,56 @@
|
||||
.add_tform .select-240 {
|
||||
width: 240px;
|
||||
height: 32px;
|
||||
}
|
||||
.add_tform .select-496 {
|
||||
width: 496px;
|
||||
height: 32px;
|
||||
}
|
||||
.add_tform .mar-16 {
|
||||
margin-right: 16px;
|
||||
}
|
||||
.add_tform .title-input {
|
||||
width: 496px;
|
||||
height: 32px;
|
||||
}
|
||||
.add_tform .form-item-left {
|
||||
margin-right: 40px;
|
||||
}
|
||||
.text-box {
|
||||
margin-top: 30px;
|
||||
width: calc(100% - 150px);
|
||||
}
|
||||
.text-box .text-title {
|
||||
margin-bottom: 10px;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
}
|
||||
.sub-btn {
|
||||
width: calc(100% - 150px);
|
||||
margin-top: 20px;
|
||||
text-align: right;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.sub-btn .t-button:nth-of-type(1) {
|
||||
margin-right: 20px;
|
||||
}
|
||||
.sub-btn .upload .t-button__text {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.sub-btn .upload .t-icon {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.page-title {
|
||||
margin: 20px 0 30px 0;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
color: #333333;
|
||||
}
|
||||
.tox-statusbar__branding {
|
||||
display: none !important;
|
||||
}
|
||||
.choose-user .user-select {
|
||||
width: 420px !important;
|
||||
}
|
||||
69
plugins/addon/example/template/admin/css/addTicket.less
Normal file
69
plugins/addon/example/template/admin/css/addTicket.less
Normal file
@@ -0,0 +1,69 @@
|
||||
.add_tform {
|
||||
|
||||
.select-240 {
|
||||
width: 240px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.select-496 {
|
||||
width: 496px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.mar-16 {
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
.title-input {
|
||||
width: 496px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.form-item-left {
|
||||
margin-right: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.text-box {
|
||||
margin-top: 30px;
|
||||
|
||||
width: calc(100% - 150px);
|
||||
|
||||
.text-title {
|
||||
margin-bottom: 10px;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.sub-btn {
|
||||
width: calc(100% - 150px);
|
||||
margin-top: 20px;
|
||||
text-align: right;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.t-button:nth-of-type(1) {
|
||||
margin-right: 20px;
|
||||
}
|
||||
.upload {
|
||||
.t-button__text{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.t-icon{ margin-right: 5px; }
|
||||
}
|
||||
}
|
||||
|
||||
.page-title {
|
||||
margin: 20px 0 30px 0;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.tox-statusbar__branding {
|
||||
display: none !important;
|
||||
}
|
||||
.choose-user .user-select{
|
||||
width: 420px !important;
|
||||
}
|
||||
386
plugins/addon/example/template/admin/css/common/viewer.min.css
vendored
Normal file
386
plugins/addon/example/template/admin/css/common/viewer.min.css
vendored
Normal file
@@ -0,0 +1,386 @@
|
||||
/*!
|
||||
* Viewer.js v0.3.1
|
||||
* https://github.com/fengyuanchen/viewerjs
|
||||
*
|
||||
* Copyright (c) 2015-2016 Fengyuan Chen
|
||||
* Released under the MIT license
|
||||
*
|
||||
* Date: 2016-02-02T11:35:36.273Z
|
||||
*/
|
||||
.viewer-container,
|
||||
.viewer-navbar {
|
||||
background-color: #000;
|
||||
overflow: hidden
|
||||
}
|
||||
|
||||
.viewer-canvas,
|
||||
.viewer-container,
|
||||
.viewer-footer,
|
||||
.viewer-player {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0
|
||||
}
|
||||
|
||||
.viewer-button,
|
||||
.viewer-canvas,
|
||||
.viewer-container,
|
||||
.viewer-footer,
|
||||
.viewer-list,
|
||||
.viewer-navbar,
|
||||
.viewer-open,
|
||||
.viewer-title,
|
||||
.viewer-toolbar,
|
||||
.viewer-toolbar>li {
|
||||
overflow: hidden
|
||||
}
|
||||
|
||||
.viewer-close:before,
|
||||
.viewer-flip-horizontal:before,
|
||||
.viewer-flip-vertical:before,
|
||||
.viewer-fullscreen-exit:before,
|
||||
.viewer-fullscreen:before,
|
||||
.viewer-next:before,
|
||||
.viewer-one-to-one:before,
|
||||
.viewer-play:before,
|
||||
.viewer-prev:before,
|
||||
.viewer-reset:before,
|
||||
.viewer-rotate-left:before,
|
||||
.viewer-rotate-right:before,
|
||||
.viewer-zoom-in:before,
|
||||
.viewer-zoom-out:before {
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
display: block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
color: transparent;
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC);
|
||||
background-repeat: no-repeat
|
||||
}
|
||||
|
||||
.viewer-zoom-in:before {
|
||||
content: 'Zoom In';
|
||||
background-position: 0 0
|
||||
}
|
||||
|
||||
.viewer-zoom-out:before {
|
||||
content: 'Zoom Out';
|
||||
background-position: -20px 0
|
||||
}
|
||||
|
||||
.viewer-one-to-one:before {
|
||||
content: 'One to One';
|
||||
background-position: -40px 0
|
||||
}
|
||||
|
||||
.viewer-reset:before {
|
||||
content: 'Reset';
|
||||
background-position: -60px 0
|
||||
}
|
||||
|
||||
.viewer-prev:before {
|
||||
content: 'Previous';
|
||||
background-position: -80px 0
|
||||
}
|
||||
|
||||
.viewer-play:before {
|
||||
content: 'Play';
|
||||
background-position: -100px 0
|
||||
}
|
||||
|
||||
.viewer-next:before {
|
||||
content: 'Next';
|
||||
background-position: -120px 0
|
||||
}
|
||||
|
||||
.viewer-rotate-left:before {
|
||||
content: 'Rotate Left';
|
||||
background-position: -140px 0
|
||||
}
|
||||
|
||||
.viewer-rotate-right:before {
|
||||
content: 'Rotate Right';
|
||||
background-position: -160px 0
|
||||
}
|
||||
|
||||
.viewer-flip-horizontal:before {
|
||||
content: 'Flip Horizontal';
|
||||
background-position: -180px 0
|
||||
}
|
||||
|
||||
.viewer-flip-vertical:before {
|
||||
content: 'Flip Vertical';
|
||||
background-position: -200px 0
|
||||
}
|
||||
|
||||
.viewer-fullscreen:before {
|
||||
content: 'Enter Full Screen';
|
||||
background-position: -220px 0
|
||||
}
|
||||
|
||||
.viewer-fullscreen-exit:before {
|
||||
content: 'Exit Full Screen';
|
||||
background-position: -240px 0
|
||||
}
|
||||
|
||||
.viewer-close:before {
|
||||
content: 'Close';
|
||||
background-position: -260px 0
|
||||
}
|
||||
|
||||
.viewer-container {
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
background-color: rgba(0, 0, 0, .5);
|
||||
direction: ltr !important;
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-touch-callout: none
|
||||
}
|
||||
|
||||
.viewer-container ::-moz-selection,
|
||||
.viewer-container::-moz-selection {
|
||||
background-color: transparent
|
||||
}
|
||||
|
||||
.viewer-container ::selection,
|
||||
.viewer-container::selection {
|
||||
background-color: transparent
|
||||
}
|
||||
|
||||
.viewer-container img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
min-width: 0 !important;
|
||||
max-width: none !important;
|
||||
height: auto;
|
||||
min-height: 0 !important;
|
||||
max-height: none !important
|
||||
}
|
||||
|
||||
.viewer-player,
|
||||
.viewer-tooltip {
|
||||
display: none;
|
||||
position: absolute
|
||||
}
|
||||
|
||||
.viewer-canvas {
|
||||
position: absolute;
|
||||
top: 0
|
||||
}
|
||||
|
||||
.viewer-canvas>img {
|
||||
width: auto;
|
||||
max-width: 90% !important;
|
||||
height: auto;
|
||||
margin: 15px auto
|
||||
}
|
||||
|
||||
.viewer-footer {
|
||||
position: absolute;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
.viewer-navbar {
|
||||
background-color: rgba(0, 0, 0, .5)
|
||||
}
|
||||
|
||||
.viewer-list {
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
height: 50px;
|
||||
margin: 0;
|
||||
padding: 1px 0
|
||||
}
|
||||
|
||||
.viewer-list>li {
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
width: 30px;
|
||||
height: 50px;
|
||||
cursor: pointer;
|
||||
opacity: .5;
|
||||
color: transparent;
|
||||
filter: alpha(opacity=50)
|
||||
}
|
||||
|
||||
.viewer-list>li+li {
|
||||
margin-left: 1px
|
||||
}
|
||||
|
||||
.viewer-list>.viewer-active {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100)
|
||||
}
|
||||
|
||||
.viewer-player {
|
||||
top: 0;
|
||||
cursor: none;
|
||||
background-color: #000
|
||||
}
|
||||
|
||||
.viewer-player>img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0
|
||||
}
|
||||
|
||||
.viewer-toolbar {
|
||||
width: 280px;
|
||||
margin: 0 auto 5px;
|
||||
padding: 3px 0
|
||||
}
|
||||
|
||||
.viewer-toolbar>li {
|
||||
float: left;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
cursor: pointer;
|
||||
border-radius: 50%;
|
||||
background-color: #000;
|
||||
background-color: rgba(0, 0, 0, .5)
|
||||
}
|
||||
|
||||
.viewer-toolbar>li:hover {
|
||||
background-color: #000;
|
||||
background-color: rgba(0, 0, 0, .8)
|
||||
}
|
||||
|
||||
.viewer-toolbar>li:before {
|
||||
margin: 2px
|
||||
}
|
||||
|
||||
.viewer-toolbar>li+li {
|
||||
margin-left: 1px
|
||||
}
|
||||
|
||||
.viewer-toolbar>.viewer-play {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin-top: -3px;
|
||||
margin-bottom: -3px
|
||||
}
|
||||
|
||||
.viewer-toolbar>.viewer-play:before {
|
||||
margin: 5px
|
||||
}
|
||||
|
||||
.viewer-tooltip {
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 50px;
|
||||
height: 20px;
|
||||
margin-top: -10px;
|
||||
margin-left: -25px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
border-radius: 10px;
|
||||
background-color: #000;
|
||||
background-color: rgba(0, 0, 0, .8)
|
||||
}
|
||||
|
||||
.viewer-title {
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
display: inline-block;
|
||||
max-width: 90%;
|
||||
margin: 0 5% 5px;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
opacity: .8;
|
||||
color: #ccc;
|
||||
filter: alpha(opacity=80)
|
||||
}
|
||||
|
||||
.viewer-title:hover {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100)
|
||||
}
|
||||
|
||||
.viewer-button {
|
||||
position: absolute;
|
||||
top: -40px;
|
||||
right: -40px;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
cursor: pointer;
|
||||
border-radius: 50%;
|
||||
background-color: #000;
|
||||
background-color: rgba(0, 0, 0, .5)
|
||||
}
|
||||
|
||||
.viewer-button:before {
|
||||
position: absolute;
|
||||
bottom: 15px;
|
||||
left: 15px
|
||||
}
|
||||
|
||||
.viewer-fixed {
|
||||
position: fixed
|
||||
}
|
||||
|
||||
.viewer-show {
|
||||
display: block
|
||||
}
|
||||
|
||||
.viewer-hide {
|
||||
display: none
|
||||
}
|
||||
|
||||
.viewer-invisible {
|
||||
visibility: hidden
|
||||
}
|
||||
|
||||
.viewer-move {
|
||||
cursor: move;
|
||||
cursor: -webkit-grab;
|
||||
cursor: -moz-grab;
|
||||
cursor: grab
|
||||
}
|
||||
|
||||
.viewer-fade {
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0)
|
||||
}
|
||||
|
||||
.viewer-in {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100)
|
||||
}
|
||||
|
||||
.viewer-transition {
|
||||
-webkit-transition: all .3s ease-out;
|
||||
-o-transition: all .3s ease-out;
|
||||
transition: all .3s ease-out
|
||||
}
|
||||
|
||||
@media (max-width:767px) {
|
||||
.viewer-hide-xs-down {
|
||||
display: none
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:991px) {
|
||||
.viewer-hide-sm-down {
|
||||
display: none
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:1199px) {
|
||||
.viewer-hide-md-down {
|
||||
display: none
|
||||
}
|
||||
}
|
||||
22
plugins/addon/example/template/admin/css/opinionButton.css
Normal file
22
plugins/addon/example/template/admin/css/opinionButton.css
Normal file
@@ -0,0 +1,22 @@
|
||||
.draggable {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
z-index: 50;
|
||||
cursor: pointer;
|
||||
font-size: 24px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
background: #417FEF;
|
||||
box-shadow: 0px 8px 12px 1px rgba(0, 0, 0, 0.08);
|
||||
color: #fff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 50%;
|
||||
opacity: 0.65;
|
||||
transition: opacity 0.3s;
|
||||
}
|
||||
.draggable:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
24
plugins/addon/example/template/admin/css/opinionButton.less
Normal file
24
plugins/addon/example/template/admin/css/opinionButton.less
Normal file
@@ -0,0 +1,24 @@
|
||||
.draggable {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
z-index: 50;
|
||||
cursor: pointer;
|
||||
cursor: pointer;
|
||||
font-size: 24px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
background: #417FEF;
|
||||
box-shadow: 0px 8px 12px 1px rgba(0, 0, 0, 0.08);
|
||||
color: #fff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 50%;
|
||||
opacity: .65;
|
||||
transition: opacity .3s;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
671
plugins/addon/example/template/admin/css/order.css
Normal file
671
plugins/addon/example/template/admin/css/order.css
Normal file
@@ -0,0 +1,671 @@
|
||||
.order-search-wrapper {
|
||||
padding: 5px 0;
|
||||
display: flex;
|
||||
margin-bottom: 43px;
|
||||
}
|
||||
.order-search-wrapper.internal {
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
gap: 16px;
|
||||
}
|
||||
.order-search-wrapper.internal .select-time {
|
||||
width: 170px;
|
||||
}
|
||||
.order-search-wrapper.internal .select-time .t-input__wrap {
|
||||
width: 100%;
|
||||
}
|
||||
.order-search-wrapper.internal .search-keyword {
|
||||
width: 195px;
|
||||
}
|
||||
.order-search-wrapper.internal .user-select {
|
||||
width: 150px;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.product-info .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;
|
||||
}
|
||||
.detail-box .left-list-box {
|
||||
flex: 1;
|
||||
background-color: transparent;
|
||||
margin-right: 15px;
|
||||
height: 100%;
|
||||
}
|
||||
.detail-box .left-list-box .left-top {
|
||||
padding: 15px;
|
||||
background-color: var(--td-bg-color-container);
|
||||
height: 63.5%;
|
||||
}
|
||||
.detail-box .left-list-box .left-top .time-div {
|
||||
font-size: 11px;
|
||||
color: #999;
|
||||
margin-left: 5px;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
}
|
||||
.detail-box .right-form-box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 400px;
|
||||
max-width: 40%;
|
||||
}
|
||||
.detail-box .right-form-box .order-detail-box {
|
||||
flex-shrink: 0;
|
||||
flex: 1;
|
||||
background-color: var(--td-bg-color-container);
|
||||
padding: 15px;
|
||||
}
|
||||
.detail-box .right-form-box .order-detail-box .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;
|
||||
}
|
||||
.detail-box .right-form-box .order-detail-box .info-title {
|
||||
font-size: 14px;
|
||||
margin-top: 15px;
|
||||
color: #999;
|
||||
}
|
||||
.detail-box .right-form-box .order-detail-box .blue-text {
|
||||
cursor: pointer;
|
||||
color: var(--td-brand-color);
|
||||
}
|
||||
.detail-box .right-form-box .order-detail-box .info-item {
|
||||
color: var(--td-text-color-primary);
|
||||
}
|
||||
.detail-box .right-form-box .order-detail-box .product-info {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
column-gap: 50px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.detail-box .right-form-box .order-detail-box .product-info .product-item {
|
||||
margin-top: 15px;
|
||||
}
|
||||
.detail-box .right-form-box .order-detail-box .product-info .host-item {
|
||||
cursor: pointer;
|
||||
color: var(--td-brand-color);
|
||||
}
|
||||
.detail-box .right-form-box .order-detail-box .select-box {
|
||||
margin-top: 0;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
}
|
||||
.detail-box .right-form-box .order-detail-box .select-box .left-btn {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
.detail-box .right-form-box .order-detail-box .select-box .left-btn .host-div {
|
||||
min-width: 200px;
|
||||
max-width: 500px;
|
||||
margin-right: 57px;
|
||||
white-space: inherit;
|
||||
}
|
||||
.detail-box .right-form-box .order-detail-box .select-box .left-btn .host-item {
|
||||
cursor: pointer;
|
||||
}
|
||||
.detail-box .right-form-box .order-detail-box .select-box .left-btn .host-item:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.detail-box .right-form-box .order-detail-box .select-box .left-btn > div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.detail-box .right-form-box .order-detail-box .select-box .left-btn > div > span {
|
||||
white-space: nowrap;
|
||||
font-size: 14px;
|
||||
}
|
||||
.detail-box .right-form-box .order-detail-box .select-box .left-btn .select-240 {
|
||||
min-width: 240px;
|
||||
height: 32px;
|
||||
margin-right: 0;
|
||||
}
|
||||
.detail-box .right-form-box .order-detail-box .select-box .left-btn .save-btn {
|
||||
margin: 15px 0 0;
|
||||
}
|
||||
.detail-box .right-form-box .order-forwards {
|
||||
flex-shrink: 0;
|
||||
margin-top: 15px;
|
||||
padding: 15px;
|
||||
background-color: var(--td-bg-color-container);
|
||||
}
|
||||
.detail-box .right-form-box .order-forwards .order-forwards-list {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.detail-box .right-form-box .order-forwards .order-forwards-list .t-steps {
|
||||
width: 100%;
|
||||
}
|
||||
.detail-box .right-form-box .order-forwards .order-forwards-list .t-steps .t-steps-item__inner {
|
||||
width: 100%;
|
||||
}
|
||||
.detail-box .right-form-box .order-forwards .order-forwards-list .t-steps .t-steps-item__inner .t-steps-item__content {
|
||||
width: 100%;
|
||||
}
|
||||
.detail-box .right-form-box .order-forwards .order-forwards-list .order-forwards-item {
|
||||
padding: 6px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid var(--td-border-level-1-color);
|
||||
}
|
||||
.detail-box .right-form-box .order-forwards .order-forwards-list .order-forwards-item .order-forwards-top {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.detail-box .right-form-box .order-forwards .order-forwards-list .order-forwards-item .order-forwards-top .order-forwards-name {
|
||||
color: var(--td-text-color-primary);
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.detail-box .right-form-box .order-forwards .order-forwards-list .order-forwards-item .order-forwards-top .order-forwards-time {
|
||||
font-size: 14px;
|
||||
color: #999;
|
||||
}
|
||||
.detail-box .right-form-box .order-forwards .order-forwards-list .order-forwards-item .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-item .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);
|
||||
}
|
||||
.reply-item .reply-top .user-name {
|
||||
color: #999999;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
cursor: default;
|
||||
}
|
||||
.reply-item .reply-top .link-style {
|
||||
cursor: pointer;
|
||||
}
|
||||
.reply-item .reply-top .link-style:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.reply-item .reply-top .green-text {
|
||||
background: #03B193;
|
||||
}
|
||||
.reply-item .reply-top .red-text {
|
||||
background: #5090FF;
|
||||
}
|
||||
.reply-item .reply-top .pink-text {
|
||||
background: #EB5F80;
|
||||
}
|
||||
.reply-item .reply-main {
|
||||
display: inline-block;
|
||||
}
|
||||
.reply-item .reply-main .peply-wide {
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
align-items: flex-end;
|
||||
}
|
||||
.reply-item .reply-main .reply-middle {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
margin-top: 11px;
|
||||
border-radius: 8px;
|
||||
padding: 10px;
|
||||
border: none;
|
||||
background: #e1e1e1;
|
||||
cursor: default;
|
||||
}
|
||||
.reply-item .reply-main .reply-middle .replu-conten {
|
||||
display: inline-block;
|
||||
word-break: break-word;
|
||||
}
|
||||
.reply-item .reply-main .reply-middle .replu-conten img {
|
||||
width: 140px;
|
||||
height: 84px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.reply-item .reply-main .reply-middle .replu-conten p {
|
||||
margin: 0;
|
||||
}
|
||||
.reply-item .reply-main .reply-middle .text-btn {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
font-size: 18px;
|
||||
}
|
||||
.reply-item .reply-main .btns {
|
||||
margin-left: 5px;
|
||||
}
|
||||
.reply-item .reply-main .reply-middle:hover {
|
||||
border: none;
|
||||
background-color: #f5f2f2;
|
||||
}
|
||||
.reply-item .reply-main .reply-bottom {
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
color: #333;
|
||||
}
|
||||
.reply-item .reply-main .reply-bottom > div {
|
||||
display: inline-block;
|
||||
}
|
||||
.reply-item .green-bg {
|
||||
border: 1px solid #DCDCDC;
|
||||
background: #FBFFFE;
|
||||
}
|
||||
.reply-item .green-bg:hover {
|
||||
border: 1px solid #03B193;
|
||||
}
|
||||
.reply-item .blue-bg {
|
||||
border: 1px solid #5090FF;
|
||||
background: #F2F7FF;
|
||||
}
|
||||
.reply-item .blue-bg:hover {
|
||||
border: 1px solid #5090FF;
|
||||
}
|
||||
.reply-item .pink-bg {
|
||||
border: 1px solid #DCDCDC;
|
||||
background: #FFFBFB;
|
||||
}
|
||||
.reply-item 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-box .btn-left {
|
||||
display: flex;
|
||||
align-items: self-start;
|
||||
}
|
||||
.btn-box .add-btn {
|
||||
border-radius: 4px;
|
||||
height: 32px;
|
||||
border: none;
|
||||
margin-right: 16px;
|
||||
}
|
||||
.btn-box .re-btn {
|
||||
border-radius: 4px;
|
||||
height: 32px;
|
||||
background: #ED7B2F;
|
||||
border: none;
|
||||
margin-right: 6px;
|
||||
}
|
||||
.btn-box .re-btn:hover {
|
||||
background: rgba(237, 123, 47, 0.678);
|
||||
}
|
||||
.btn-box .send-btn {
|
||||
margin-right: 15px;
|
||||
height: 32px;
|
||||
background: var(--td-brand-color);
|
||||
border-radius: 4px;
|
||||
border: none;
|
||||
}
|
||||
.btn-box .ok-btn {
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
background: var(--td-brand-color);
|
||||
height: 32px;
|
||||
}
|
||||
.btn-box .canle-btn {
|
||||
margin-left: 20px;
|
||||
border: none;
|
||||
color: var(--td-text-color-primary);
|
||||
border-radius: 4px;
|
||||
background: #E7E7E7;
|
||||
}
|
||||
.btn-box .left {
|
||||
display: flex;
|
||||
}
|
||||
.btn-box .file {
|
||||
display: inline-block;
|
||||
margin-right: 16px;
|
||||
}
|
||||
.btn-box .upload .t-button__text {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.btn-box .upload .t-icon {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.description-box {
|
||||
white-space: normal;
|
||||
}
|
||||
.description-box p {
|
||||
margin: 0;
|
||||
}
|
||||
.description-box img {
|
||||
width: 140px;
|
||||
height: 84px;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.replay-item 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%;
|
||||
}
|
||||
#content .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;
|
||||
}
|
||||
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,
|
||||
:root[theme-mode="dark"] .detail-box .right-form-box .order-forwards .order-forwards-list .order-forwards-item .order-forwards-notes {
|
||||
background: #404040;
|
||||
color: #fff;
|
||||
}
|
||||
855
plugins/addon/example/template/admin/css/order.less
Normal file
855
plugins/addon/example/template/admin/css/order.less
Normal file
@@ -0,0 +1,855 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
562
plugins/addon/example/template/admin/css/order_copy.css
Normal file
562
plugins/addon/example/template/admin/css/order_copy.css
Normal file
@@ -0,0 +1,562 @@
|
||||
.order-search-wrapper {
|
||||
padding: 5px 0;
|
||||
display: flex;
|
||||
margin-bottom: 43px;
|
||||
}
|
||||
.order-search-wrapper.internal {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.product-info .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: #333333;
|
||||
}
|
||||
.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: #333333;
|
||||
}
|
||||
.detail-label {
|
||||
font-size: 16px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 500;
|
||||
line-height: 36px;
|
||||
color: #999999;
|
||||
margin-right: 6px;
|
||||
}
|
||||
.reply-list {
|
||||
margin-top: 34px;
|
||||
padding-right: 73px;
|
||||
}
|
||||
.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: #333333;
|
||||
}
|
||||
.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: rgba(0, 0, 0, 0.4);
|
||||
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: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
/* 图标 */
|
||||
.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%;
|
||||
}
|
||||
.detail-box .top-title {
|
||||
margin-top: 25px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.detail-box .top-title .ticket-title {
|
||||
width: 45%;
|
||||
margin-right: 134px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
font-size: 16px;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
font-weight: bold;
|
||||
}
|
||||
.detail-box .top-title .ticket-info {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.detail-box .top-title .ticket-info .info-title {
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
.detail-box .top-title .ticket-info .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;
|
||||
}
|
||||
.detail-box .top-title .ticket-info .blue-text {
|
||||
cursor: pointer;
|
||||
color: var(--td-brand-color);
|
||||
}
|
||||
.detail-box .top-title .ticket-info .info-item {
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
.detail-box .select-box {
|
||||
margin-top: 35px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.detail-box .select-box .left-btn {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.detail-box .select-box .left-btn .host-div {
|
||||
min-width: 200px;
|
||||
max-width: 500px;
|
||||
margin-right: 57px;
|
||||
white-space: inherit;
|
||||
}
|
||||
.detail-box .select-box .left-btn .host-item {
|
||||
cursor: pointer;
|
||||
}
|
||||
.detail-box .select-box .left-btn .host-item:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.detail-box .select-box .left-btn > div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.detail-box .select-box .left-btn > div > span {
|
||||
white-space: nowrap;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
font-size: 14px;
|
||||
}
|
||||
.detail-box .select-box .left-btn .select-240 {
|
||||
min-width: 240px;
|
||||
height: 32px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
.detail-box .select-box .left-btn .no-mar {
|
||||
margin: 0;
|
||||
}
|
||||
.detail-box .select-box .left-btn .save-btn {
|
||||
margin-left: 20px;
|
||||
}
|
||||
.detail-box .top-box {
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
|
||||
margin-bottom: 20px;
|
||||
padding: 20px 50px 20px 30px;
|
||||
}
|
||||
.detail-box .bottom-box {
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
|
||||
margin-bottom: 20px;
|
||||
padding: 20px 40px 0px 40px;
|
||||
}
|
||||
.reply-item {
|
||||
margin-bottom: 57px;
|
||||
}
|
||||
.reply-item .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);
|
||||
}
|
||||
.reply-item .reply-top .user-name {
|
||||
color: #333333;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
cursor: default;
|
||||
}
|
||||
.reply-item .reply-top .link-style {
|
||||
cursor: pointer;
|
||||
}
|
||||
.reply-item .reply-top .link-style:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.reply-item .reply-top .green-text {
|
||||
background: #03B193;
|
||||
}
|
||||
.reply-item .reply-top .red-text {
|
||||
background: #5090FF;
|
||||
}
|
||||
.reply-item .reply-top .pink-text {
|
||||
background: #EB5F80;
|
||||
}
|
||||
.reply-item .reply-main {
|
||||
display: inline-block;
|
||||
}
|
||||
.reply-item .reply-main .reply-middle {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
margin-top: 11px;
|
||||
border-radius: 3px;
|
||||
padding: 20px 100px 22px 30px;
|
||||
border: 1px solid #DCDCDC;
|
||||
}
|
||||
.reply-item .reply-main .reply-middle .replu-conten {
|
||||
display: inline-block;
|
||||
word-break: break-word;
|
||||
}
|
||||
.reply-item .reply-main .reply-middle .replu-conten img {
|
||||
width: 140px;
|
||||
height: 84px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.reply-item .reply-main .reply-middle .replu-conten p {
|
||||
margin: 0;
|
||||
}
|
||||
.reply-item .reply-main .reply-middle .text-btn {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
font-size: 18px;
|
||||
}
|
||||
.reply-item .reply-main .reply-bottom {
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
color: #333;
|
||||
}
|
||||
.reply-item .reply-main .reply-bottom > div {
|
||||
display: inline-block;
|
||||
}
|
||||
.reply-item .reply-main .time-div {
|
||||
font-size: 12px;
|
||||
color: #999999;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
}
|
||||
.reply-item .green-bg {
|
||||
border: 1px solid #DCDCDC;
|
||||
background: #FBFFFE;
|
||||
}
|
||||
.reply-item .green-bg:hover {
|
||||
border: 1px solid #03B193;
|
||||
}
|
||||
.reply-item .blue-bg {
|
||||
border: 1px solid #5090FF;
|
||||
background: #F2F7FF;
|
||||
}
|
||||
.reply-item .blue-bg:hover {
|
||||
border: 1px solid #5090FF;
|
||||
}
|
||||
.reply-item .pink-bg {
|
||||
border: 1px solid #DCDCDC;
|
||||
background: #FFFBFB;
|
||||
}
|
||||
.reply-item .pink-bg:hover {
|
||||
border: 1px solid #EB5F80;
|
||||
}
|
||||
.relply-input {
|
||||
margin-top: 40px;
|
||||
}
|
||||
.btn-box {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.btn-box .add-btn {
|
||||
border-radius: 4px;
|
||||
height: 32px;
|
||||
background: #4787F0;
|
||||
border: none;
|
||||
}
|
||||
.btn-box .re-btn {
|
||||
margin-left: 16px;
|
||||
border-radius: 4px;
|
||||
height: 32px;
|
||||
background: #ED7B2F;
|
||||
border: none;
|
||||
}
|
||||
.btn-box .re-btn:hover {
|
||||
background: rgba(237, 123, 47, 0.678);
|
||||
}
|
||||
.btn-box .send-btn {
|
||||
margin-right: 15px;
|
||||
height: 32px;
|
||||
background: var(--td-brand-color);
|
||||
border-radius: 4px;
|
||||
border: none;
|
||||
}
|
||||
.btn-box .ok-btn {
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
background: var(--td-brand-color);
|
||||
height: 32px;
|
||||
}
|
||||
.btn-box .canle-btn {
|
||||
margin-left: 20px;
|
||||
border: none;
|
||||
color: #333333;
|
||||
border-radius: 4px;
|
||||
background: #E7E7E7;
|
||||
}
|
||||
.btn-box .left {
|
||||
display: flex;
|
||||
}
|
||||
.btn-box .file {
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.btn-box .upload .t-button__text {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.btn-box .upload .t-icon {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.description-box {
|
||||
white-space: normal;
|
||||
}
|
||||
.description-box p {
|
||||
margin: 0;
|
||||
}
|
||||
.description-box img {
|
||||
width: 140px;
|
||||
height: 84px;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.replay-item 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 .ticket_detail {
|
||||
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;
|
||||
}
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
714
plugins/addon/example/template/admin/css/order_copy.less
Normal file
714
plugins/addon/example/template/admin/css/order_copy.less
Normal file
@@ -0,0 +1,714 @@
|
||||
.order-search-wrapper {
|
||||
padding: 5px 0;
|
||||
display: flex;
|
||||
margin-bottom: 43px;
|
||||
}
|
||||
|
||||
.order-search-wrapper.internal {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.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;
|
||||
|
||||
}
|
||||
|
||||
.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: #333333;
|
||||
}
|
||||
|
||||
.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: #333333;
|
||||
}
|
||||
|
||||
.detail-label {
|
||||
font-size: 16px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 500;
|
||||
line-height: 36px;
|
||||
color: #999999;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.reply-list {
|
||||
margin-top: 34px;
|
||||
padding-right: 73px;
|
||||
}
|
||||
|
||||
.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: #333333;
|
||||
}
|
||||
|
||||
.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: rgba(0, 0, 0, 0.4);
|
||||
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: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* 图标 */
|
||||
.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%;
|
||||
// min-width: 1500px;
|
||||
|
||||
.top-title {
|
||||
margin-top: 25px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
.ticket-title {
|
||||
width: 45%;
|
||||
margin-right: 134px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
font-size: 16px;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ticket-info {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
.info-title {
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.4000);
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.blue-text {
|
||||
cursor: pointer;
|
||||
color: var(--td-brand-color);
|
||||
}
|
||||
|
||||
.info-item {
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.select-box {
|
||||
margin-top: 35px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
.left-btn {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.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: 30px;
|
||||
}
|
||||
|
||||
.no-mar {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.save-btn {
|
||||
margin-left: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.top-box {
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
|
||||
margin-bottom: 20px;
|
||||
padding: 20px 50px 20px 30px;
|
||||
}
|
||||
|
||||
.bottom-box {
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.04);
|
||||
margin-bottom: 20px;
|
||||
padding: 20px 40px 0px 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.reply-item {
|
||||
margin-bottom: 57px;
|
||||
|
||||
|
||||
.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: #333333;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
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;
|
||||
|
||||
.reply-middle {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
margin-top: 11px;
|
||||
border-radius: 3px;
|
||||
padding: 20px 100px 22px 30px;
|
||||
border: 1px solid #DCDCDC;
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
||||
.reply-bottom {
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
color: #333;
|
||||
|
||||
>div {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.time-div {
|
||||
font-size: 12px;
|
||||
color: #999999;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.pink-bg:hover {
|
||||
border: 1px solid #EB5F80;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.relply-input {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.btn-box {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-top: 20px;
|
||||
|
||||
.add-btn {
|
||||
border-radius: 4px;
|
||||
height: 32px;
|
||||
background: #4787F0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.re-btn {
|
||||
margin-left: 16px;
|
||||
border-radius: 4px;
|
||||
height: 32px;
|
||||
background: #ED7B2F;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.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: #333333;
|
||||
border-radius: 4px;
|
||||
background: #E7E7E7;
|
||||
}
|
||||
|
||||
.left {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.file {
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.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 .ticket_detail {
|
||||
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;
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
97
plugins/addon/example/template/admin/css/refund.css
Normal file
97
plugins/addon/example/template/admin/css/refund.css
Normal file
@@ -0,0 +1,97 @@
|
||||
.refund-icon {
|
||||
color: var(--td-brand-color);
|
||||
margin-right: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.t-dialog__body__icon {
|
||||
padding: 10px !important;
|
||||
}
|
||||
|
||||
.t-table .t-table__header--fixed:not(.t-table__header--multiple)>tr>th {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
#customTable .t-table__th-cell-inner p{
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.reason-check {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.reason-check span {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.add-btn {
|
||||
text-align: center;
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin: 0px auto 10px;
|
||||
border-top: 0;
|
||||
border-radius: 0
|
||||
}
|
||||
|
||||
.add-refund-divider .t-divider__inner-text {
|
||||
font-size: 16px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.add-refund-divider.t-divider--with-text-left:before {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.add-refund-divider.t-divider--with-text-left:after {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.my-card-container {
|
||||
padding: 40px 24px;
|
||||
}
|
||||
|
||||
.my-card-container .poduct-form-label {
|
||||
font-size: 14px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.add-refund-require {
|
||||
display: flex
|
||||
}
|
||||
|
||||
.add-refund-require-content {
|
||||
margin-left: 20px
|
||||
}
|
||||
|
||||
.add-refund-require-content .t-radio-group {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.require-content-range {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.table-card {
|
||||
width: 40% !important;
|
||||
min-width: 620px;
|
||||
}
|
||||
|
||||
.table-card .t-card__body {
|
||||
padding: 20px 12px
|
||||
}
|
||||
|
||||
.add-refund-btn {
|
||||
position: absolute;
|
||||
bottom: 3%;
|
||||
right: 2%;
|
||||
}
|
||||
162
plugins/addon/example/template/admin/css/ticket_setting.css
Normal file
162
plugins/addon/example/template/admin/css/ticket_setting.css
Normal file
@@ -0,0 +1,162 @@
|
||||
.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;
|
||||
}
|
||||
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