提交 d4916d36 编写于 作者: guangjun.yang's avatar guangjun.yang

样式调整等

上级 47898252
...@@ -205,7 +205,10 @@ export default { ...@@ -205,7 +205,10 @@ export default {
color: #666666; color: #666666;
} }
.other-info-wrapper { .other-info-wrapper {
margin: 20px 24px 50px; // margin: 20px 24px 50px;
padding: 10px 0 20px;
margin: 0 20px;
border-bottom: 1px dashed #F0F0F0;
.other-info { .other-info {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
...@@ -243,6 +246,7 @@ export default { ...@@ -243,6 +246,7 @@ export default {
.qt-wrapper { .qt-wrapper {
margin: 0 25px; margin: 0 25px;
.title { .title {
margin-top: 25px;
text-align: left; text-align: left;
font-weight: 700; font-weight: 700;
margin-bottom: 10px; margin-bottom: 10px;
......
...@@ -199,30 +199,30 @@ html,body{ ...@@ -199,30 +199,30 @@ html,body{
.el-button--primary { .el-button--primary {
line-height: 40px; line-height: 40px;
background: #449284 !important; background: #0D9078 !important;
border: 1px solid #449284 !important; border: 1px solid #0D9078 !important;
} }
.el-button.is-disabled { .el-button.is-disabled {
background: #449284 !important; background: #0D9078 !important;
border: 1px solid #449284 !important; border: 1px solid #0D9078 !important;
opacity: 0.5; opacity: 0.5;
} }
.el-pagination.is-background .el-pager li:not(.disabled).active { .el-pagination.is-background .el-pager li:not(.disabled).active {
background: #449284 !important; background: #0D9078 !important;
} }
// 主题样式修改 // 主题样式修改
.el-radio__input.is-checked .el-radio__inner { .el-radio__input.is-checked .el-radio__inner {
border-color: #449284 !important; border-color: #0D9078 !important;
background: #449284 !important; background: #0D9078 !important;
} }
.el-radio__input.is-checked+.el-radio__label, .el-tabs__item.is-active ,.el-checkbox__input.is-checked+.el-checkbox__label{ .el-radio__input.is-checked+.el-radio__label, .el-tabs__item.is-active ,.el-checkbox__input.is-checked+.el-checkbox__label{
color: #449284 !important; color: #0D9078 !important;
} }
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner{ .el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner{
border-color: #449284 !important; border-color: #0D9078 !important;
background: #449284 !important; background: #0D9078 !important;
} }
// 面包屑导航 // 面包屑导航
...@@ -230,7 +230,7 @@ html,body{ ...@@ -230,7 +230,7 @@ html,body{
font-weight: 300 !important; font-weight: 300 !important;
} }
.el-breadcrumb__inner.is-link:hover { .el-breadcrumb__inner.is-link:hover {
color: #449284 !important; color: #0D9078 !important;
} }
.current-session-wrap { .current-session-wrap {
......
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
} }
.button-green { .button-green {
color: #ffffff; color: #ffffff;
background: #449284; background: #0D9078;
border-color: #bfdad5; border-color: #bfdad5;
border-radius: 2px; border-radius: 2px;
} }
...@@ -122,5 +122,5 @@ ...@@ -122,5 +122,5 @@
} }
.el-button--text > span{ .el-button--text > span{
font-weight: 700; font-weight: 700;
color: #449284 !important; color: #0D9078 !important;
} }
...@@ -158,7 +158,7 @@ export default { ...@@ -158,7 +158,7 @@ export default {
margin-bottom: 20px; margin-bottom: 20px;
border-bottom: 1px solid #efefef; border-bottom: 1px solid #efefef;
.num { .num {
color: #449284; color: #0D9078;
} }
} }
.create-button { .create-button {
......
...@@ -356,6 +356,7 @@ export default { ...@@ -356,6 +356,7 @@ export default {
padding: 0 10px; padding: 0 10px;
} }
.el-form-item .el-form-item__label{ .el-form-item .el-form-item__label{
font-size: 14px !important;
float: none !important; float: none !important;
line-height: 20px; line-height: 20px;
} }
...@@ -419,7 +420,7 @@ export default { ...@@ -419,7 +420,7 @@ export default {
} }
.confirm-btn { .confirm-btn {
margin: 0 10px; margin: 0 10px;
background: #449284; background: #0D9078;
color: #fff; color: #fff;
} }
} }
......
...@@ -15,19 +15,37 @@ ...@@ -15,19 +15,37 @@
height: 52px; height: 52px;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 0 25px; padding: 0 12px 0 25px;
& > span:first-child { p {
font-size: 16px; display: flex;
} flex-direction: row;
& > span:last-child { align-items: center;
color: #0d9078; color: #0d9078;
cursor: pointer; cursor: pointer;
img {
width: 16px;
height: 16px;
margin-right: 4px;
}
span {
font-size: 14px;
color: #0d9078;
}
} }
// & > span:first-child {
// font-size: 14px;
// }
// & > span:last-child {
// color: #0d9078;
// cursor: pointer;
// }
} }
.c-num { .c-num {
padding: 0 25px; padding: 0 25px;
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
font-size: 12px;
background: #fffbe6; background: #fffbe6;
} }
.session-list { .session-list {
...@@ -40,14 +58,14 @@ ...@@ -40,14 +58,14 @@
height: 72px; height: 72px;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
padding: 0 25px; padding: 0 12px 0 25px;
cursor: pointer; cursor: pointer;
.img-wrapper { .img-wrapper {
// position: relative; // position: relative;
// top: 0; // top: 0;
// left: 0; // left: 0;
width: 40px; width: 24px;
height: 40px; height: 24px;
margin-right: 10px; margin-right: 10px;
img { img {
width: 100%; width: 100%;
...@@ -144,9 +162,9 @@ ...@@ -144,9 +162,9 @@
flex-direction: row; flex-direction: row;
margin: 12px 0; margin: 12px 0;
.msg-item-img { .msg-item-img {
width: 44px; width: 36px;
height: 44px; height: 36px;
margin-right: 8px; margin-right: 12px;
& > img { & > img {
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -316,7 +334,7 @@ ...@@ -316,7 +334,7 @@
} }
.c-bottom { .c-bottom {
position: relative; position: relative;
top: 0; top: -8px;
left: 0; left: 0;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
......
...@@ -172,7 +172,7 @@ export default { ...@@ -172,7 +172,7 @@ export default {
margin-bottom: 20px; margin-bottom: 20px;
border-bottom: 1px solid #efefef; border-bottom: 1px solid #efefef;
.num { .num {
color: #449284; color: #0D9078;
} }
} }
.create-button { .create-button {
......
...@@ -138,7 +138,8 @@ export default { ...@@ -138,7 +138,8 @@ export default {
color: #000; color: #000;
} }
.num { .num {
color: #449284; font-weight: 700;
color: #0D9078;
} }
} }
.create-button { .create-button {
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<el-row> <el-row>
<el-col class="visitor" :span="24" v-if="tableData.length > 0"> <el-col class="visitor" :span="24" v-if="tableData.length > 0">
<div class="visitor-title"> <div class="visitor-title">
<div class="title">今日随访:<span style="color:#449284;">10人</span></div> <div class="title">今日随访:<span style="color:#0D9078;">10人</span></div>
<span class="visitor-more" @click="lookMore">查看更多</span> <span class="visitor-more" @click="lookMore">查看更多</span>
</div> </div>
<div class="visitor-info"> <div class="visitor-info">
...@@ -112,7 +112,7 @@ export default { ...@@ -112,7 +112,7 @@ export default {
} }
.visitor-more { .visitor-more {
font-size: 12px; font-size: 12px;
color: #449284; color: #0D9078;
border: 1px solid rgba(68,146,132,0.3); border: 1px solid rgba(68,146,132,0.3);
padding: 5px 14px; padding: 5px 14px;
border-radius: 3px; border-radius: 3px;
......
...@@ -129,7 +129,7 @@ export default { ...@@ -129,7 +129,7 @@ export default {
box-sizing: border-box; box-sizing: border-box;
height: 64px; height: 64px;
width: 100%; width: 100%;
z-index: 99999; z-index: 1000;
font-size: 22px; font-size: 22px;
line-height: 64px; line-height: 64px;
color: #fff; color: #fff;
......
...@@ -150,7 +150,7 @@ export default { ...@@ -150,7 +150,7 @@ export default {
} }
.el-menu-item.is-active { .el-menu-item.is-active {
color: #fff; color: #fff;
background: #509284 !important; background: #0D9078 !important;
} }
.el-menu-item:hover, .el-menu-item:hover,
.el-submenu__title:hover, .el-submenu__title:hover,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册