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

样式调整等

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