|
@@ -18,6 +18,7 @@
|
|
|
<img :src="img.url">
|
|
|
<div class="card-info">
|
|
|
<h5>{{ title }}</h5>
|
|
|
+ <em></em>
|
|
|
<div class="mta-card-row" v-for="(rowItem,index) in tagesH5" :key="`H5-${index}`">
|
|
|
<i></i><span>{{ rowItem.value }}</span>
|
|
|
</div>
|
|
@@ -119,8 +120,8 @@ export default {
|
|
|
}
|
|
|
i {
|
|
|
display: inline-block;
|
|
|
- width:13px;
|
|
|
- height: 13px;
|
|
|
+ width:8px;
|
|
|
+ height: 8px;
|
|
|
background: #00b96b;
|
|
|
margin-right: 13px;
|
|
|
border-radius: 50%;
|
|
@@ -137,6 +138,14 @@ export default {
|
|
|
img {
|
|
|
width: 100%;
|
|
|
}
|
|
|
+ // card--info
|
|
|
+ .card-info {
|
|
|
+ h5 {font-size: 16px;margin: 20px 0 10px;}
|
|
|
+ em{width: 35px;height: 3px;background: #00b96b;display: block;margin-bottom: 20px;}
|
|
|
+ .card-des{
|
|
|
+ font-size: 14px;margin: 20px 0 10px;text-align: justify;line-height: 22px;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
}
|