简体   繁体   English

带流程图图标的离子项目

[英]ion-item with flow chart icon

could someone tell me how to make flow chart(the red circle part) on below picture. 有人可以告诉我如何在下图上制作流程图(红色圆圈部分)。 在此处输入图片说明

I use code as below to make the rest part. 我使用下面的代码来制作其余部分。

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

      <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>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM