|
@@ -195,7 +195,7 @@
|
|
|
margin-right: 0;
|
|
|
}
|
|
|
.case-module-component.expanded {
|
|
|
- margin-right: 24px;
|
|
|
+ margin-right: 0;
|
|
|
width: 584px;
|
|
|
}
|
|
|
|
|
@@ -289,7 +289,7 @@
|
|
|
.detail-module {
|
|
|
overflow: hidden;
|
|
|
width: 100%;
|
|
|
- height: 228px;
|
|
|
+ height: 100px;
|
|
|
background: url(../image/consult/zixunPCxuanfuBG.png) no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
position: fixed;
|
|
@@ -297,12 +297,12 @@
|
|
|
.detail-module-content{
|
|
|
position: relative;
|
|
|
padding-left: 80px;
|
|
|
- margin-top: 100px;
|
|
|
+ margin-top: 38px;
|
|
|
}
|
|
|
.detail-module-content .close {
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
- top: -18px;
|
|
|
+ top: 0;
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
cursor: pointer;
|
|
@@ -311,14 +311,14 @@
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
}
|
|
|
-.detail-module-content .detail-module-title>img {
|
|
|
- height: 30px;
|
|
|
-}
|
|
|
-.detail-list-action {
|
|
|
+.detail-module-content .detail-module-title {
|
|
|
display: flex;
|
|
|
- margin-top: 24px;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+.detail-module-content .detail-module-title>img {
|
|
|
+ height: 20px;
|
|
|
}
|
|
|
-.detail-list-action .action-btn {
|
|
|
+.action-btn {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
@@ -328,22 +328,14 @@
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
-.detail-list-action .action-btn.more-btn {
|
|
|
- margin: -4px 0 0 -8px;
|
|
|
+ .action-btn.get-more-btn {
|
|
|
+ margin: 5px 0 0 32px;
|
|
|
background: url(../image/consult/more-conult.png) no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
- height: 56px;
|
|
|
width: 196px;
|
|
|
+ height: 56px;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
-.detail-list-action .action-btn.get-more-btn {
|
|
|
- margin-left: 49px;
|
|
|
- background: url(../image/consult/more-service.png) no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
- width: 180px;
|
|
|
- height: 40px;
|
|
|
- color: #006CFF;
|
|
|
-}
|
|
|
.detail-module .fixed_bottom{
|
|
|
position: fixed;
|
|
|
left: 0;
|