-
+
+
+
+
{{ item.icon }}
{{ item.title }}
diff --git a/f/web-kboss/src/views/H5/official/index.vue b/f/web-kboss/src/views/H5/official/index.vue
index 10b3a5e..4b97a04 100644
--- a/f/web-kboss/src/views/H5/official/index.vue
+++ b/f/web-kboss/src/views/H5/official/index.vue
@@ -660,7 +660,8 @@ export default {
box-sizing: border-box;
width: 100%;
height: 100%;
- padding: 0.32rem 0.28rem;
+ padding: 0rem 0.8rem;
+ padding-top: 1rem;
display: flex;
flex-direction: column;
overflow-y: auto;
@@ -674,24 +675,29 @@ export default {
font-weight: 800;
}
-.case-content h4,
+.case-content h4{
+ margin: 0 0 0.12rem;
+ color: rgba(255, 255, 255, .9);
+ font-size: 0.32rem;
+ line-height: 1.55;
+}
.case-content p {
margin: 0 0 0.12rem;
color: rgba(255, 255, 255, .9);
- font-size: 0.3rem;
+ font-size: 0.26rem;
line-height: 1.55;
}
-
.case-content h4 {
margin-bottom: 0.14rem;
color: #e0f2fe;
font-weight: 700;
+ line-height: 2;
}
.case-summary {
color: rgba(255, 255, 255, .82) !important;
font-size: 0.23rem !important;
- line-height: 1.52 !important;
+ line-height: 2 !important;
}
.case-cta {