|
@@ -311,7 +311,7 @@ export default {
|
|
|
transition: all 0.5s;
|
|
|
line-height: 68px;
|
|
|
font-size: 20px;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
+
|
|
|
font-weight: 400;
|
|
|
color: rgba(29, 29, 29, 1);
|
|
|
opacity: 1;
|
|
@@ -386,7 +386,7 @@ export default {
|
|
|
border-left: 1px solid #ececec;
|
|
|
border-bottom: 1px solid $border-color;
|
|
|
border-right: 1px solid $border-color;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
+
|
|
|
&.double {
|
|
|
height: 74px;
|
|
|
font-size: 16px;
|
|
@@ -439,7 +439,7 @@ export default {
|
|
|
width: 100%;
|
|
|
text-align: center;
|
|
|
font-size: 14px;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
+
|
|
|
font-weight: 400;
|
|
|
color: rgba(29, 29, 29, 1);
|
|
|
opacity: 1;
|
|
@@ -473,7 +473,7 @@ export default {
|
|
|
opacity: 1;
|
|
|
border-radius: 4px;
|
|
|
font-size: 16px;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
+
|
|
|
font-weight: 400;
|
|
|
line-height: 26px;
|
|
|
color: rgba(104, 104, 104, 1);
|
|
@@ -532,7 +532,7 @@ export default {
|
|
|
text-align: center;
|
|
|
transition: all 0.5s;
|
|
|
font-size: 14px;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
+
|
|
|
font-weight: 400;
|
|
|
color: #714402;
|
|
|
background: rgba(255, 226, 193, 0.08);
|
|
@@ -638,7 +638,7 @@ export default {
|
|
|
|
|
|
li > p {
|
|
|
font-size: 14px;
|
|
|
- font-family: Microsoft YaHei-Regular, Microsoft YaHei;
|
|
|
+
|
|
|
font-weight: 400;
|
|
|
color: #686868;
|
|
|
line-height: 22px;
|