离子项与流程图图标

时间:2018-04-13 09:40:08

标签: html css ionic-framework

有人可以告诉我如何在下面的图片上制作流程图(红色圆圈部分)。 enter image description here

我使用下面的代码来制作其余部分。



<ion-item>
   <img item-start src="./assets/imgs/ico_note.png">
   <ion-label stacked>xxx</ion-label>
   <ion-input></ion-input>
</ion-item>
&#13;
&#13;
&#13;

1 个答案:

答案 0 :(得分:0)

      <div style="position: absolute;">
         <img style="height: 120px;margin-left: 20px;margin-top:25px;" src="./assets/imgs/xxx.png">
      </div>

      <div style="margin-left: 50px;">
          <ion-item>
            <ion-label style="font-size: 18px;color: gray;" stacked>xxx</ion-label>
            <ion-label style="font-size: 18px;">xxx</ion-label>
          </ion-item>
          <ion-item>
            <ion-label style="font-size: 18px;color: gray;" stacked>xxx</ion-label>
            <ion-label style="font-size: 18px;">xxx</ion-label>
          </ion-item>
      </div>