修改插件
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-21 00:01:45 +08:00
parent 7bc68457e9
commit cbd6250967
224 changed files with 61713 additions and 18 deletions

View File

@@ -0,0 +1,78 @@
.add-ticket .main-card .top {
padding: 0;
font-size: 0.3rem;
display: flex;
justify-content: space-between;
margin-bottom: 0.2rem;
}
.add-ticket .main-card .top .top-l .top-img {
cursor: pointer;
margin-right: 0.25rem;
}
.add-ticket .main-card .top-line {
width: 100%;
height: 1px;
background: #E6E7EB;
opacity: 1;
}
.add-ticket .main-card .main-form {
margin-top: 0.47rem;
}
.add-ticket .main-card .main-form .el-input__inner {
height: 0.46rem;
}
.add-ticket .main-card .main-form .title-host {
display: flex;
}
.add-ticket .main-card .main-form .select-type {
width: 5.2rem;
margin-right: 0.1rem;
}
.add-ticket .main-card .main-form .select-title {
width: 5.2rem;
}
.add-ticket .main-card .main-form .select-host {
width: 5.2rem;
}
.add-ticket .main-card .main-form .sub-btn {
width: 88px;
height: 32px;
background: var(--color-primary);
border-radius: 3px;
display: flex;
align-items: center;
justify-content: center;
color: rgba(255, 255, 255, 0.9);
cursor: pointer;
}
.dis-item {
color: #C0C4CC;
cursor: not-allowed;
}
.el-main {
overflow: unset;
}
.host-dialog .renew {
color: var(--color-primary);
margin-left: 0.05rem;
}
@media screen and (max-width: 750px) {
.add-ticket .main-card .main-form .title-host {
flex-wrap: wrap;
}
}
/* renew-dialog */
.renew-dialog .el-dialog__body {
padding-left: 0.8rem;
padding-right: 0.8rem;
}
.renew-dialog .dialog-main {
font-size: 0.15rem;
}
.renew-dialog .btn-ok,
.renew-dialog .btn-no {
cursor: pointer;
}
.renew-dialog .btn-no {
margin-left: 0.2rem;
}

View File

@@ -0,0 +1,107 @@
.add-ticket {
.main-card {
.top {
padding: 0;
font-size: 0.3rem;
display: flex;
justify-content: space-between;
margin-bottom: .2rem;
.top-l {
.top-img {
cursor: pointer;
margin-right: .25rem;
}
}
}
.top-line {
width: 100%;
height: 1px;
background: #E6E7EB;
opacity: 1;
}
.main-form {
margin-top: .47rem;
.el-input__inner {
height: .46rem;
}
.title-host {
display: flex;
}
.select-type {
width: 5.2rem;
margin-right: .1rem;
}
.select-title {
width: 5.2rem;
}
.select-host {
width: 5.2rem;
}
.sub-btn {
width: 88px;
height: 32px;
background: var(--color-primary);
border-radius: 3px;
display: flex;
align-items: center;
justify-content: center;
color: rgba(255, 255, 255, 0.9);
cursor: pointer;
// float: right;
}
}
}
}
.dis-item {
color: #C0C4CC;
cursor: not-allowed;
}
.el-main {
overflow: unset;
}
.host-dialog {
.renew {
color: var(--color-primary);
margin-left: .05rem;
}
}
@media screen and (max-width: 750px) {
.add-ticket .main-card .main-form .title-host {
flex-wrap: wrap;
}
}
/* renew-dialog */
.renew-dialog {
.el-dialog__body {
padding-left: .8rem;
padding-right: .8rem;
}
.dialog-main {
font-size: .15rem;
}
.btn-ok,
.btn-no {
cursor: pointer;
}
.btn-no {
margin-left: .2rem;
}
}

View File

@@ -0,0 +1,564 @@
* {
margin: 0;
padding: 0;
}
/* 提示弹窗 */
.el-message-box {
width: 5.2rem;
}
/* 取消number类型输入框的加减按钮 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none !important;
}
.el-tooltip__popper {
max-width: 50%
}
/* 加载中 开始 */
/* #account{
display: none;
} */
#mainLoading {
width: 100vw;
height: 100vh;
background: #FFFFFF;
/* position: absolute;
z-index: 9999; */
display: flex;
align-items: center;
justify-content: center;
}
.template {
display: none;
}
#mainLoading .ddr {
width: 8px;
height: 100px;
float: left;
margin: 2px;
background-color: #4890FF;
animation: loading 1s infinite ease-in-out;
/*animation动画名称 持续时间 动画速度曲线 延迟 执行多少次 是否正反方向轮流播放*/
}
#mainLoading .ddr2 {
animation-delay: -0.9s;
/*定义开始执行的地方负号表示直接从第900ms开始执行*/
}
#mainLoading .ddr3 {
animation-delay: -0.8s;
}
#mainLoading .ddr4 {
animation-delay: -0.7s;
}
#mainLoading .ddr5 {
animation-delay: -0.6s;
}
@keyframes loading {
0%,
40%,
100% {
/*定义每帧的动作*/
-webkit-transform: scaleY(0.5);
}
20% {
-webkit-transform: scaleY(1);
}
}
/* 加载中结束 */
/* 表格 表头和每一行 的统一高度 */
thead tr {
height: .56rem;
color: #757575;
}
tbody .el-table__row {
height: .6rem;
}
.el-table .el-table__cell {
padding: 0;
}
/* #template {
height: 100vh;
width: 100vw;
} */
.el-container:nth-child(2) {
flex-direction: column;
}
/* header部分开始 */
.el-header {
/* position: sticky;
position: -webkit-sticky; */
position: fixed;
width: calc(100% - 160px);
top: 0;
height: 40px !important;
background: #FFFFFF;
box-shadow: 0px 1px 4px rgba(21, 34, 50, 0.0800);
opacity: 1;
border-radius: 0px;
font-size: 14px;
display: flex;
justify-content: space-between;
z-index: 1000;
}
.search-value {
font-size: .14rem;
color: rgba(4, 14, 52, 1);
}
.search-name {
font-size: .12rem;
color: rgba(150, 150, 163, 1);
margin-bottom: .1rem;
}
.header-left {
display: flex;
flex-direction: row;
align-items: center;
/* margin-left: .46rem; */
}
.header-left .el-input input {
width: 4rem;
}
.menu-img {
display: none;
}
.header-left .el-input input {
border: none;
}
.header-right {
display: flex;
flex-direction: row-reverse;
align-items: center;
margin-right: .4rem;
}
.right-item {
margin-left: 24px;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
.item-bell {
position: relative;
z-index: 1;
}
.item-cur {
width: 22px;
height: 22px;
opacity: 0.81;
}
.el-dropdown {
display: flex;
align-items: center;
}
.item-cur img {
width: 22px;
height: 22px;
border-radius: 4px;
}
.bell-num {
position: absolute;
right: -20%;
top: -10%;
z-index: 10;
width: 16px;
height: 16px;
background: #F0142F;
border-radius: 12px;
color: #FFFFFF;
text-align: center;
font-size: 12px;
}
/* header部分结束 */
/* 主体部分开始 */
.el-main {
padding-top: .83rem;
padding-left: 2.1rem;
padding-right: 1.02rem;
}
/* 图形验证码弹窗 开始*/
.captcha-dialog .el-dialog__body {
padding-left: .8rem;
padding-right: .8rem;
}
.dialog-title {
font-size: 24px;
font-family: PingFang SC;
font-weight: 400;
line-height: 24px;
color: #171725;
}
.dialog-form {
margin-top: 0.3rem;
display: flex;
flex-direction: row;
}
.dialog-form .el-input__inner {
height: .46rem;
}
.dialog-form img {
height: .46rem;
width: 1.11rem;
margin-left: .1rem;
cursor: pointer;
}
.err-alert {
margin-top: .2rem;
padding-right: 1.21rem;
}
.dialog-footer {
margin-top: .4rem;
display: flex;
justify-content: flex-end;
}
.dialog-footer .btn-ok {
height: .46rem;
width: 1.12rem;
background: #0058FF;
border-radius: 3px;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
}
.dialog-footer .btn-no {
height: .46rem;
width: 1.12rem;
background: #E7E7E7;
border-radius: 3px;
display: flex;
align-items: center;
justify-content: center;
}
/* 图形验证码弹窗 结束*/
/* 换页相关开始 */
.main-card {
height: 100%;
font-size: .14rem;
font-family: PingFang SC;
font-weight: 400;
line-height: 1.5715;
color: #171725;
}
.myPage .el-pagination {
display: flex;
justify-content: flex-end;
}
.el-pagination .page-total {
margin: 0 auto 0 22px;
font-size: 12px !important;
font-family: PingFang SC;
font-weight: 400;
color: #757575;
}
.el-pager .number {
display: inline-block;
width: 32px;
height: 32px;
border: 1px solid #E6E7EB;
margin-right: 8px;
border-radius: 3px;
}
.el-pager .number:last-child {
margin-right: 0;
}
/* .el-input__inner {
height: 32px !important;
} */
.el-pager .active {
background: #F4F7FC;
border: 1px solid #0058FF;
}
.el-pager li.active+li {
border-left: 1px solid #E6E7EB;
}
/* 换页相关结束 */
/* 主体部分结束 */
/* 左侧菜单开始 */
.el-aside {
position: sticky;
position: -webkit-sticky;
top: 0;
background: #1E41C9;
height: 100vh;
font-size: 14px;
}
.menu-list-top,
.menu-list-bottom {
margin-top: .86rem;
color: #FFFFFF;
}
.menu-list-top>.menu-active,
.menu-list-bottom>.menu-active {
border-left: 3px solid #FFFF;
opacity: 1;
margin-left: 0.04rem;
}
.ali-logo {
/* height: .25rem; */
width: 1.15rem;
/* margin-top: .12rem; */
margin: .12rem auto 0;
display: block;
}
.line {
width: 1.23rem;
height: 0px;
border: 1px solid #FFFFFF;
opacity: 0.1;
margin: .9rem auto;
}
.menu-item {
padding-left: .18rem;
margin-left: 0.07rem;
margin-bottom: .24rem;
display: flex;
align-items: center;
cursor: pointer;
color: #FFFFFF;
opacity: 0.6;
}
.item-img {
height: 16px;
}
.item-text {
line-height: 20px;
margin-left: .2rem;
}
/* 左侧菜单结束 */
/* message */
.el-message {
font-size: 20px;
}
.el-button {
display: flex;
align-items: center;
justify-content: center;
}
/* el弹窗自带底部按钮 */
.el-message-box__btns>.el-button {
display: inline-block;
margin-left: 10px;
}
.el-message-box__btns {
display: flex;
flex-direction: row-reverse;
}
/* 表格 */
tr>td {
padding-left: 20px !important;
}
th {
padding-left: 20px !important;
}
.com-search .el-input__suffix {
display: flex;
align-items: center;
cursor: pointer;
}
@media screen and (max-width: 750px) {
.el-main {
padding-top: 1.66rem;
padding-left: .3rem;
padding-right: .3rem;
}
.el-header {
width: 100%;
}
/* 左侧菜单 */
.el-aside {
display: none;
}
/* 顶部展示 */
.el-header {
height: 1rem !important;
}
.menu-img {
display: inline-block;
cursor: pointer;
height: .56rem;
}
.header-right {
margin-right: 0px;
}
.right-item img {
width: .56rem;
height: .56rem;
}
/* 左侧弹窗菜单 */
.drawer-menu {
background: #1E41C9;
font-size: .32rem;
}
.drawer-menu-top {
width: 3.8rem;
height: 50px;
display: flex;
align-items: center;
}
.drawer-menu-logo {
width: 2rem;
margin: 0 auto;
}
.drawer-menu-list-top {
margin-top: .86rem;
color: #FFFFFF;
}
.drawer-menu-list-top>.drawer-menu-active {
border-left: 3px solid #FFFF;
opacity: 1;
margin-left: 0.04rem;
}
.drawer-menu-item {
padding-left: .41rem;
margin-left: 0.07rem;
margin-bottom: .5rem;
display: flex;
align-items: center;
cursor: pointer;
color: #FFFFFF;
opacity: 0.6;
}
.drawer-item-img {
height: .38rem;
}
.drawer-item-text {
line-height: 20px;
margin-left: .41rem;
}
.el-input__inner {
height: .8rem;
font-size: .3rem;
}
.dialog-title {
font-size: .32rem;
}
.el-tabs__item {
font-size: .34rem;
margin-bottom: .15rem;
margin-top: .51rem;
}
.el-icon-search {
font-size: .4rem;
}
.el-button {
font-size: .34rem;
}
.right-item {
margin-left: .3rem;
}
.el-divider__text {
font-size: .28rem;
}
/* .el-input .el-input__clear {
font-size: .4rem;
} */
.select-input .el-input--suffix {
width: 1.86rem;
}
.el-message-box__message {
font-size: .32rem;
}
}

File diff suppressed because one or more lines are too long

View 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
}
}

View File

@@ -0,0 +1,171 @@
.main-card .no-enter {
display: flex;
align-items: center;
cursor: auto;
width: 100%;
height: 0.6rem;
}
.main-card .main-card-title {
font-size: 0.28rem;
line-height: 0.28rem;
}
.main-card .main-card-top {
margin-top: 0.4rem;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.main-card .main-card-top .top-item {
width: 3.32rem;
height: 1.63rem;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.main-card .main-card-top .top-item .top-item-text {
font-size: 0.16rem;
line-height: 0.16rem;
color: #8692B0;
margin-top: 0.2rem;
margin-left: 0.2rem;
}
.main-card .main-card-top .top-item .top-item-num {
font-size: 0.28rem;
font-family: PingFang SC;
font-weight: bold;
line-height: 0.28rem;
color: #1E2736;
margin-top: 0.2rem;
margin-left: 0.2rem;
}
.main-card .order-des {
margin-top: 0.3rem;
min-height: 1rem;
padding: 0.1rem;
border-radius: 0.03rem;
border: 1px solid #e6e7eb;
box-sizing: border-box;
overflow-y: auto;
}
.main-card .order-des * {
all: revert;
}
.main-card .content_searchbar {
display: flex;
justify-content: space-between;
margin-top: 0.3rem;
}
.main-card .content_searchbar .new-ticket-btn {
width: 1.12rem;
height: 0.46rem;
background: var(--color-primary);
border-radius: 3px;
font-size: 0.16rem;
font-weight: 400;
line-height: 0.46rem;
color: rgba(255, 255, 255, 0.9);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.main-card .content_searchbar .searchbar {
display: flex;
flex-direction: row;
}
.main-card .content_searchbar .searchbar .el-input__inner {
height: 0.46rem;
}
.main-card .content_searchbar .searchbar .el-input__suffix {
display: flex;
align-items: center;
}
.main-card .content_searchbar .searchbar .select-input {
width: 3.2rem;
margin-right: 0.1rem;
}
.main-card .content_searchbar .searchbar .el-button {
background: var(--color-primary);
color: #FFF;
}
.main-card .tabledata {
margin-top: 0.2rem;
padding-bottom: 0.23rem;
}
.main-card .tabledata tbody tr:hover {
cursor: pointer;
}
.main-card .tabledata .status-text {
display: inline-block;
text-align: center;
border-radius: 3px;
height: 26px;
line-height: 26px;
padding: 0 8px;
font-size: 0.13rem;
}
.main-card .tabledata .more-operation {
width: 0.26rem;
height: 0.3rem;
color: var(--color-primary);
font-size: 0.3rem;
cursor: pointer;
}
.main-card .create-ticket .el-dialog {
margin-top: 5vh !important;
}
.main-card .create-ticket .el-dialog__body {
padding-left: 0.8rem;
padding-right: 0.8rem;
}
.main-card .create-ticket .el-dialog__body .el-form-item__label {
font-size: 0.16rem;
}
.main-card .create-ticket .el-dialog__body .dialog-title {
margin-bottom: 0.3rem;
}
.main-card .create-ticket .el-dialog__body .upload-btn .el-icon-upload2 {
font-size: 0.12rem;
margin-right: 0.02rem;
}
.el-popover {
min-width: 0.5rem !important;
}
.el-popover .operation {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.el-popover .operation .operation-item {
margin-top: 0.05rem;
margin-bottom: 0.05rem;
cursor: pointer;
}
@media screen and (max-width: 750px) {
.select-input .el-input--suffix {
width: auto;
}
.main-card .tabledata .more-operation {
font-size: 0.6rem;
height: auto;
}
.main-card .content_searchbar {
display: block;
}
.main-card .content_searchbar .searchbar {
flex-wrap: wrap;
}
.main-card .content_searchbar .searchbar .el-input__inner {
height: auto;
}
.main-card .content_searchbar .searchbar .select-input {
width: auto;
}
.main-card .content_searchbar .searchbar .el-button {
height: 20px;
font-size: 16px;
}
.main-card .content_searchbar .new-ticket-btn {
width: 2.12rem;
margin-bottom: 10px;
}
}

View File

@@ -0,0 +1,231 @@
.main-card {
.no-enter {
display: flex;
align-items: center;
cursor: auto;
width: 100%;
height: .6rem;
}
.main-card-title {
font-size: .28rem;
line-height: .28rem;
}
.main-card-top {
margin-top: .4rem;
display: flex;
flex-direction: row;
justify-content: space-between;
.top-item {
width: 3.32rem;
height: 1.63rem;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
.top-item-text {
font-size: .16rem;
line-height: .16rem;
color: #8692B0;
margin-top: .2rem;
margin-left: .2rem;
}
.top-item-num {
font-size: .28rem;
font-family: PingFang SC;
font-weight: bold;
line-height: .28rem;
color: #1E2736;
margin-top: .2rem;
margin-left: .2rem;
}
}
}
.order-des {
margin-top: .3rem;
min-height: 1rem;
padding: .1rem;
border-radius: .03rem;
border: 1px solid #e6e7eb;
box-sizing: border-box;
// white-space: pre-wrap;
// max-height: 1.3rem;
overflow-y: auto;
// line-height: 2;
// 恢复li 和 p 标签的默认样式
* {
all: revert;
}
// ul,
// li,
// ol {
// all: revert;
// }
// p {
// all: revert;
// }
}
.content_searchbar {
display: flex;
justify-content: space-between;
margin-top: .3rem;
.new-ticket-btn {
width: 1.12rem;
height: .46rem;
background: var(--color-primary);
border-radius: 3px;
font-size: .16rem;
font-weight: 400;
line-height: .46rem;
color: rgba(255, 255, 255, 0.9);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.searchbar {
display: flex;
flex-direction: row;
.el-input__inner {
height: .46rem;
}
.el-input__suffix {
display: flex;
align-items: center;
}
.select-input {
width: 3.2rem;
margin-right: .1rem;
}
.el-button {
background: var(--color-primary);
color: #FFF;
}
}
}
.tabledata {
margin-top: .2rem;
padding-bottom: 0.23rem;
tbody tr:hover {
cursor: pointer;
}
.status-text {
display: inline-block;
text-align: center;
border-radius: 3px;
height: 26px;
line-height: 26px;
padding: 0 8px;
font-size: .13rem;
}
.more-operation {
width: .26rem;
height: .3rem;
color: var(--color-primary);
font-size: .3rem;
cursor: pointer;
}
}
.create-ticket {
.el-dialog {
margin-top: 5vh !important;
}
.el-dialog__body {
padding-left: .8rem;
padding-right: .8rem;
.el-form-item__label {
font-size: .16rem;
}
.dialog-title {
margin-bottom: .3rem;
}
.upload-btn {
.el-icon-upload2 {
font-size: .12rem;
margin-right: .02rem;
}
}
}
}
}
// 更多操作 弹出 样式
.el-popover {
min-width: .5rem !important;
.operation {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
.operation-item {
margin-top: .05rem;
margin-bottom: .05rem;
cursor: pointer;
}
}
}
@media screen and (max-width: 750px) {
.select-input .el-input--suffix {
width: auto;
}
.main-card .tabledata .more-operation {
font-size: 0.6rem;
height: auto;
}
.main-card {
.content_searchbar {
display: block;
.searchbar {
flex-wrap: wrap;
.el-input__inner {
height: auto;
}
.select-input {
width: auto;
}
.el-button {
height: 20px;
font-size: 16px;
}
}
.new-ticket-btn {
width: 2.12rem;
margin-bottom: 10px;
}
}
}
}

View File

@@ -0,0 +1,263 @@
.ticket-details .main-card .top {
padding: 0;
font-size: 0.3rem;
display: flex;
justify-content: space-between;
margin-bottom: 0.2rem;
}
.ticket-details .main-card .top .top-l .top-img {
cursor: pointer;
margin-right: 0.25rem;
}
.ticket-details .main-card .top-line {
width: 100%;
height: 1px;
background: #E6E7EB;
opacity: 1;
}
.ticket-details .main-card .card {
display: flex;
flex-direction: column;
margin-bottom: 0.65rem;
}
.ticket-details .main-card .card .card-title {
font-size: 0.2rem;
line-height: 0.25rem;
color: #171725;
margin-top: 0.42rem;
margin-bottom: 0.2rem;
}
.ticket-details .main-card .card .card-main {
height: 100%;
background: #FFFFFF;
border: 1px solid #E6E7EB;
opacity: 1;
border-radius: 3px;
padding-left: 0.2rem;
padding-bottom: 0.2rem;
}
.ticket-details .main-card .card .card-main .close-btn {
width: 88px;
height: 32px;
border: 1px solid var(--color-danger);
border-radius: 3px;
display: flex;
align-items: center;
justify-content: center;
color: var(--color-danger);
cursor: pointer;
float: right;
margin-top: 0.2rem;
margin-right: 0.3rem;
}
.ticket-details .main-card .card .card-main .card-main-item {
margin-top: 0.2rem;
}
.ticket-details .main-card .card .card-main .card-main-item .main-item-label {
font-size: 0.12rem;
font-family: PingFang SC;
font-weight: 400;
line-height: 0.17rem;
color: #8692B0;
margin-bottom: 0.04rem;
}
.ticket-details .main-card .card .card-main .card-main-item .main-item-text {
font-size: 0.14rem;
font-family: PingFang SC;
font-weight: 400;
line-height: 0.2rem;
color: #171725;
}
.ticket-details .main-card .card .card-main .card-main-item .host-item-text {
color: var(--color-primary);
}
.ticket-details .main-card .card .card-main .card-main-item .host-item-text .host-item {
cursor: pointer;
}
.ticket-details .main-card .card .talk-main {
padding: 0;
}
.ticket-details .main-card .card .talk-main .tox-statusbar__branding {
display: none;
}
.ticket-details .main-card .card .talk-main .main-old-msg {
box-sizing: border-box;
overflow-y: auto;
overflow-x: hidden;
padding-bottom: 0.17rem;
}
.ticket-details .main-card .card .talk-main .main-old-msg img {
width: 200px;
height: 200px;
}
.ticket-details .main-card .card .talk-main .main-old-msg .reply-item {
display: flex;
flex-direction: column;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Client {
align-items: flex-end;
padding-right: 0.2rem;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Client .reply-item-top {
display: flex;
flex-direction: row;
margin-top: 0.25rem;
align-items: baseline;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Client .reply-item-top .reply-time {
font-size: 0.12rem;
line-height: 0.13rem;
color: #8692B0;
margin-right: 0.04rem;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Client .reply-item-top .reply-name {
font-size: 0.15rem;
line-height: 0.16rem;
color: #1E2736;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Client .reply-item-top .reply-img {
width: 0.32rem;
height: 0.32rem;
margin-left: 0.05rem;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Client .reply-item-top .reply-img img {
width: 0.32rem;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Client .reply-item-content {
max-width: 90%;
padding: 0.16rem;
background: #E3FBFA;
font-size: 14px;
color: #4E5259;
margin-top: 0.16rem;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Client .reply-item-attachment {
display: flex;
flex-direction: row;
margin-top: 0.15rem;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Client .reply-item-attachment .reply-item-attachment-item {
margin-left: 0.2rem;
cursor: pointer;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Admin {
align-items: flex-start;
padding-left: 0.2rem;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Admin .reply-item-top {
display: flex;
flex-direction: row-reverse;
margin-top: 0.25rem;
align-items: baseline;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Admin .reply-item-top .reply-time {
font-size: 0.12rem;
color: #8692B0;
margin-left: 0.04rem;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Admin .reply-item-top .reply-name {
font-size: 0.15rem;
color: #1E2736;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Admin .reply-item-top .reply-img {
width: 0.32rem;
height: 0.32rem;
margin-right: 0.05rem;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Admin .reply-item-top .reply-img img {
width: 0.32rem;
height: 0.32rem;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Admin .reply-item-content {
max-width: 90%;
padding: 0.16rem;
background: #EEF4FF;
font-size: 14px;
color: #4E5259;
margin-top: 0.16rem;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Admin .reply-item-attachment {
display: flex;
flex-direction: row;
margin-top: 0.15rem;
}
.ticket-details .main-card .card .talk-main .main-old-msg .Admin .reply-item-attachment .reply-item-attachment-item {
margin-right: 0.2rem;
cursor: pointer;
}
.ticket-details .main-card .card .talk-main .main-now-msg .tox-tinymce {
height: 300px !important;
}
.ticket-details .main-card .card .talk-main .main-now-msg .msg-input {
width: 100%;
}
.ticket-details .main-card .card .talk-main .main-now-msg .msg-input .el-textarea__inner {
border-radius: 0%;
border-left: none;
border-bottom: none;
border-right: none;
}
.ticket-details .main-card .card .card-footer {
display: flex;
justify-content: space-between;
margin-top: 0.2rem;
}
.ticket-details .main-card .card .card-footer .upload-btn .el-icon-upload2 {
font-size: 0.12rem;
margin-right: 0.02rem;
}
.ticket-details .main-card .card .card-footer .upload-btn .btn-text {
height: 0.32rem;
line-height: 0.32rem;
}
.ticket-details .main-card .card .card-footer .send-btn {
width: 0.88rem;
height: 0.32rem;
font-size: 0.14rem;
line-height: 0.14rem;
background: var(--color-primary);
opacity: 1;
border-radius: 3px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.del-dialog .el-dialog__body {
padding-left: 0.8rem;
padding-right: 0.8rem;
}
.del-dialog .dialog-main {
margin-top: 0.4rem;
}
.del-dialog .dialog-main .el-input__inner {
height: 0.52rem;
}
.del-dialog .dialog-main .label {
font-size: 0.16rem;
color: #1E2736;
margin-bottom: 0.1rem;
}
.del-dialog .dialog-main .label:not(:first-child) {
margin-top: 0.2rem;
}
.del-dialog .dialog-footer .btn-no {
margin-left: 0.12rem;
cursor: pointer;
}
.del-dialog .dialog-footer .btn-ok {
cursor: pointer;
}
.el-main {
overflow: unset;
}
#viewer {
width: 0;
height: 0;
}
@media screen and (max-width: 750px) {
.ticket-details .main-card .card .card-footer .send-btn {
height: auto;
}
}

View File

@@ -0,0 +1,341 @@
.ticket-details {
.main-card {
.top {
padding: 0;
font-size: 0.3rem;
display: flex;
justify-content: space-between;
margin-bottom: .2rem;
.top-l {
.top-img {
cursor: pointer;
margin-right: .25rem;
}
}
}
.top-line {
width: 100%;
height: 1px;
background: #E6E7EB;
opacity: 1;
}
.card {
display: flex;
flex-direction: column;
margin-bottom: .65rem;
.card-title {
font-size: .2rem;
line-height: .25rem;
color: #171725;
margin-top: .42rem;
margin-bottom: .2rem;
}
.card-main {
height: 100%;
background: #FFFFFF;
border: 1px solid #E6E7EB;
opacity: 1;
border-radius: 3px;
padding-left: .2rem;
padding-bottom: .2rem;
.close-btn {
width: 88px;
height: 32px;
border: 1px solid var(--color-danger);
border-radius: 3px;
display: flex;
align-items: center;
justify-content: center;
color: var(--color-danger);
cursor: pointer;
float: right;
margin-top: .2rem;
margin-right: .3rem;
}
.card-main-item {
margin-top: .2rem;
.main-item-label {
font-size: .12rem;
font-family: PingFang SC;
font-weight: 400;
line-height: .17rem;
color: #8692B0;
margin-bottom: .04rem;
}
.main-item-text {
font-size: .14rem;
font-family: PingFang SC;
font-weight: 400;
line-height: .2rem;
color: #171725;
}
.host-item-text {
color: var(--color-primary);
.host-item {
cursor: pointer;
}
}
}
}
.talk-main {
padding: 0;
.tox-statusbar__branding {
display: none;
}
.main-old-msg {
// height: 5.38rem;
box-sizing: border-box;
overflow-y: auto;
overflow-x: hidden;
padding-bottom: .17rem;
img {
width: 200px;
height: 200px;
}
.reply-item {
display: flex;
flex-direction: column;
}
// 用户回复
.Client {
align-items: flex-end;
padding-right: .2rem;
.reply-item-top {
display: flex;
flex-direction: row;
margin-top: .25rem;
align-items: baseline;
.reply-time {
font-size: .12rem;
line-height: .13rem;
color: #8692B0;
margin-right: .04rem;
}
.reply-name {
font-size: .15rem;
line-height: .16rem;
color: #1E2736;
}
.reply-img {
width: .32rem;
height: .32rem;
margin-left: .05rem;
img {
width: .32rem;
}
}
}
.reply-item-content {
max-width: 90%;
padding: .16rem;
background: #E3FBFA;
font-size: 14px;
color: #4E5259;
margin-top: .16rem;
// white-space: pre-line;
}
.reply-item-attachment {
display: flex;
flex-direction: row;
margin-top: .15rem;
.reply-item-attachment-item {
margin-left: .2rem;
cursor: pointer;
}
}
}
// 管理员回复
.Admin {
align-items: flex-start;
padding-left: .2rem;
.reply-item-top {
display: flex;
flex-direction: row-reverse;
margin-top: .25rem;
align-items: baseline;
.reply-time {
font-size: .12rem;
color: #8692B0;
margin-left: .04rem;
}
.reply-name {
font-size: .15rem;
color: #1E2736;
}
.reply-img {
width: .32rem;
height: .32rem;
margin-right: .05rem;
img {
width: .32rem;
height: .32rem;
}
}
}
.reply-item-content {
// width: 6.95rem;
max-width: 90%;
padding: .16rem;
background: #EEF4FF;
font-size: 14px;
color: #4E5259;
margin-top: .16rem;
}
.reply-item-attachment {
display: flex;
flex-direction: row;
margin-top: .15rem;
.reply-item-attachment-item {
margin-right: .2rem;
cursor: pointer;
}
}
}
}
.main-now-msg {
.tox-tinymce {
height: 300px !important;
}
.msg-input {
width: 100%;
.el-textarea__inner {
border-radius: 0%;
border-left: none;
border-bottom: none;
border-right: none;
}
}
}
}
.card-footer {
display: flex;
justify-content: space-between;
margin-top: .2rem;
.upload-btn {
.el-icon-upload2 {
font-size: .12rem;
margin-right: .02rem;
}
.btn-text {
height: .32rem;
line-height: .32rem;
}
}
.send-btn {
width: .88rem;
height: .32rem;
font-size: .14rem;
line-height: .14rem;
background: var(--color-primary);
opacity: 1;
border-radius: 3px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
}
}
}
}
.del-dialog {
// 弹窗相关
.el-dialog__body {
padding-left: .8rem;
padding-right: .8rem;
}
.dialog-main {
margin-top: .4rem;
.el-input__inner {
height: .52rem;
}
.label {
font-size: .16rem;
color: #1E2736;
margin-bottom: .1rem;
&:not(:first-child) {
margin-top: .2rem;
}
}
}
.dialog-footer {
.btn-no {
margin-left: .12rem;
cursor: pointer;
}
.btn-ok {
cursor: pointer;
}
}
}
.el-main {
overflow: unset;
}
#viewer {
width: 0;
height: 0;
}
@media screen and (max-width: 750px) {
.ticket-details .main-card .card .card-footer .send-btn {
height: auto;
}
}