diff --git a/src/assets/image/ai-logo.png b/src/assets/image/ai-logo.png new file mode 100644 index 0000000..8f24986 Binary files /dev/null and b/src/assets/image/ai-logo.png differ diff --git a/src/assets/image/logo-tjs.png b/src/assets/image/logo-tjs.png new file mode 100644 index 0000000..e739fb0 Binary files /dev/null and b/src/assets/image/logo-tjs.png differ diff --git a/src/assets/style/common.scss b/src/assets/style/common.scss index 4e498db..8c3db18 100644 --- a/src/assets/style/common.scss +++ b/src/assets/style/common.scss @@ -247,6 +247,10 @@ html{ @include basePadding(0, $size16); } +.pl-22{ + padding-left: $size22; +} + .p-h-22{ @include basePadding(0, $size22) } diff --git a/src/pages/mediation-page/components/LayoutContentNew.vue b/src/pages/mediation-page/components/LayoutContentNew.vue index 4dc583d..4086285 100644 --- a/src/pages/mediation-page/components/LayoutContentNew.vue +++ b/src/pages/mediation-page/components/LayoutContentNew.vue @@ -3,26 +3,60 @@
- 案件信息
+ 基本信息
@@ -505,7 +539,6 @@ export default {
{pattern: /^[1-9]\d*$/, message: '只能输入正整数', trigger: ['blur', 'change']}
],
},
-
};
},
computed: {
@@ -537,7 +570,6 @@ export default {
async created() {
this.caseId = this.$route.query.caseId
await this.getCaseInfoById();//获取详情
-
},
beforeDestroy() {
// if(this.timer) { //如果定时器还在运行 或者直接关闭,不用判断
@@ -646,83 +678,42 @@ export default {
font-size: 14px;
.layout-center-top-wrap {
- font-size: 14px;
- padding: 10px;
+ padding: 8px 16px;
border-bottom: solid 1px #E5E6EB;
- .ipphoneimg {
- background: url('~@/assets/image/mediate/m-phone.png') no-repeat;
- background-size: 24px;
- background-position: 5px 5px;
- width: 100px;
- height: 35px;
- padding: 7px 5px 5px 35px;
+ .top-wrap-title{
+ width: 223px;
+ height: 32px;
+ background: url('~@/assets/image/logo-tjs.png');
+ background-size: 100%,100%;
+ margin-top: 4px;
}
- .smsimg {
- background: url('~@/assets/image/mediate/m-sms.png') no-repeat;
- background-size: 24px;
- background-position: 5px 5px;
- width: 110px;
- height: 35px;
- padding: 7px 5px 5px 35px;
- }
-
- .videoimg {
- background: url('~@/assets/image/mediate/m-video.png') no-repeat;
- background-size: 24px;
- background-position: 5px 5px;
- width: 110px;
- height: 35px;
- padding: 7px 5px 5px 35px;
- }
-
- .top-case-btn-left {
- padding-top: 5px;
-
- .el-button {
- height: 35px;
- padding: 10px 20px;
- background-color: #F2F3F5;
+ .top-wrap-btn-left{
+ width: 55%;
+ min-width: 1034px;
+ .wrap-btn-left-dial{
+ background-color: #FFF2F0;
+ border-radius: 20px;
+ .ai-logo-img{
+ width: 29px;
+ height: 29px;
+ background: url('~@/assets/image/ai-logo.png') no-repeat;
+ background-size: 100%,100%;
+ }
}
- span {
- margin-left: 20px;
- cursor: pointer;
+
+ .color-FF7D00{
+ color: #FF7D00;
}
-
- .case-send-btn {
- border: solid 1px #E5E6EB;
- height: 35px;
- padding: 7px 10px 0px 10px;
- border-radius: 8px;
-
+ .color-165DFF{
+ color: #165DFF;
+ }
+ .color-F53F3F{
+ color: #F53F3F;
}
}
-
- .top-case-btn-right {
- background-color: #F2F3F5;
- padding: 7px 20px;
- border-radius: 8px;
-
- span {
-
- padding: 5px 30px;
- border-radius: 8px;
- margin: 0 3px;
- font-weight: 500;
- cursor: pointer;
- }
-
- .active {
- background-color: #fff;
- }
-
- span:hover {
- background-color: #fff;
- }
- }
-
}
.layout-center-center-wrap {
@@ -931,6 +922,5 @@ export default {
}
-
}