Commit 2f61722a authored by 张伯涛's avatar 张伯涛

一键办事样式修改

parent fca4814a
......@@ -434,6 +434,7 @@ label {
// 分页器居右显示
.el-pagination {
font-weight: unset!important;
text-align: right;
}
......
......@@ -32,7 +32,7 @@
>
<div class="os-card">
<img :src="item.urlPath" class="os-img">
<span style="padding-left: 10px;max-height: 40px;overflow: hidden;width: 155px">
<span class="nameClass">
<div :title="item.title">{{ item.title }}</div>
</span>
</div>
......@@ -181,9 +181,11 @@ export default {
text-align: center!important;
}
.oneClick-service-content{
padding: 40px 40px 0 40px;
padding: 34px 40px 3px 40px;
background-color: white;
.os-card{
color: #333333;
border-radius: 6px 6px 6px 6px;
width: 100%;
cursor: pointer;
margin-bottom: 10px;
......@@ -193,10 +195,20 @@ export default {
border: 1px solid #d6d6d6;
display: inline-flex;
align-items: center;
.nameClass{
padding-left: 10px;
max-height: 40px;
overflow: hidden;
width: 155px;
}
.os-img{
width: 60px;
height: 60px
}
&:hover {
color: #1A78E5;
border: 1px solid #1A78E5;
}
}
}
.oneClick-service-title{
......@@ -235,6 +247,9 @@ export default {
padding: 0 25px;
width: 149px;
text-align: center;
&:hover {
color: #1A78E5;
}
}
.sf-menu-item:not(:last-of-type){
//border-right: 1px solid rgba(255, 255, 255, 0.7490196078431373);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment