|
@@ -320,6 +320,16 @@ export default {
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
color: #333;
|
|
color: #333;
|
|
line-height: 30px;
|
|
line-height: 30px;
|
|
|
|
+
|
|
|
|
+ &:before {
|
|
|
|
+ content: '';
|
|
|
|
+ display: inline-block;
|
|
|
|
+ width: 14px;
|
|
|
|
+ height: 14px;
|
|
|
|
+ background-image: url("~static/gangweiIcon/z133.png");
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
+ background-position: center;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -370,17 +380,17 @@ export default {
|
|
div {
|
|
div {
|
|
margin-left: 3%;
|
|
margin-left: 3%;
|
|
width: 600px;
|
|
width: 600px;
|
|
- height: 120px;
|
|
|
|
|
|
+ height: 80px;
|
|
|
|
|
|
h4 {
|
|
h4 {
|
|
- font-size: 18px;
|
|
|
|
|
|
+ font-size: 14px;
|
|
font-weight: 800;
|
|
font-weight: 800;
|
|
color: #333;
|
|
color: #333;
|
|
text-align: left;
|
|
text-align: left;
|
|
}
|
|
}
|
|
|
|
|
|
p {
|
|
p {
|
|
- font-size: 14px;
|
|
|
|
|
|
+ font-size: 12px;
|
|
color: #333;
|
|
color: #333;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
line-height: 1.5;
|
|
line-height: 1.5;
|