H5首页更新
This commit is contained in:
parent
5db40fd0d7
commit
f9b67254d9
@ -23,10 +23,10 @@
|
||||
</header>
|
||||
<div class="scenario-grid">
|
||||
<article v-for="item in scenarios" :key="item.title" class="scenario-card">
|
||||
<div class="scenario-visual" :class="item.visual">
|
||||
<div class="document" />
|
||||
<span class="visual-mark">{{ item.mark }}</span>
|
||||
</div>
|
||||
<!-- <div class="scenario-visual" :class="item.visual"> -->
|
||||
<!-- <div class="document" /> -->
|
||||
<!-- <span class="visual-mark">{{ item.mark }}</span> -->
|
||||
<!-- </div> -->
|
||||
<div class="scenario-content">
|
||||
<span class="card-icon">{{ item.icon }}</span>
|
||||
<h3>{{ item.title }}</h3>
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user