Commit 410a1641 authored by malin's avatar malin

test3

parent 67c6dcea
......@@ -70,6 +70,8 @@
border-radius: 0.16rem;
opacity: 0.9;
margin: 0.3rem 0;
padding-bottom: 0.16rem;
box-sizing: border-box;
}
.name {
......
......@@ -69,15 +69,27 @@
<template v-for="item in nameList">
<div :key="item.id" class="row-around-center">
<div class="only-text">
<img src="@/assets/img/result/img5.png" alt="" />
<img
class="img5"
src="@/assets/img/result/img5.png"
alt=""
/>
<div>{{ item.name.substr(0, 1) }}</div>
</div>
<div class="only-text">
<img src="@/assets/img/result/img5.png" alt="" />
<img
class="img5"
src="@/assets/img/result/img5.png"
alt=""
/>
<div>{{ item.name.substr(1, 1) }}</div>
</div>
<div class="only-text">
<img src="@/assets/img/result/img5.png" alt="" />
<img
class="img5"
src="@/assets/img/result/img5.png"
alt=""
/>
<div>{{ item.name.substr(2, 1) }}</div>
</div>
</div>
......@@ -90,11 +102,19 @@
<template v-for="item in nameList">
<div :key="item.id" class="row-around-center">
<div class="only-text">
<img src="@/assets/img/result/img5.png" alt="" />
<img
class="img5"
src="@/assets/img/result/img5.png"
alt=""
/>
<div>{{ item.name.substr(0, 1) }}</div>
</div>
<div class="only-text">
<img src="@/assets/img/result/img5.png" alt="" />
<img
class="img5"
src="@/assets/img/result/img5.png"
alt=""
/>
<div>{{ item.name.substr(1, 1) }}</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment