惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

云风的 BLOG
云风的 BLOG
雷峰网
雷峰网
H
Hackread – Cybersecurity News, Data Breaches, AI and More
月光博客
月光博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
人人都是产品经理
人人都是产品经理
H
Help Net Security
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
N
News and Events Feed by Topic
T
Troy Hunt's Blog
宝玉的分享
宝玉的分享
www.infosecurity-magazine.com
www.infosecurity-magazine.com
S
Schneier on Security
Vercel News
Vercel News
Stack Overflow Blog
Stack Overflow Blog
B
Blog
The GitHub Blog
The GitHub Blog
美团技术团队
Microsoft Security Blog
Microsoft Security Blog
P
Proofpoint News Feed
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
The Register - Security
The Register - Security
F
Fortinet All Blogs
爱范儿
爱范儿
L
LINUX DO - 热门话题
V
Vulnerabilities – Threatpost
Scott Helme
Scott Helme
Schneier on Security
Schneier on Security
N
News and Events Feed by Topic
Last Week in AI
Last Week in AI
D
Docker
Application and Cybersecurity Blog
Application and Cybersecurity Blog
阮一峰的网络日志
阮一峰的网络日志
C
Cybersecurity and Infrastructure Security Agency CISA
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Spread Privacy
Spread Privacy
The Hacker News
The Hacker News
Hacker News: Ask HN
Hacker News: Ask HN
Project Zero
Project Zero
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - Franky
P
Privacy International News Feed
O
OpenAI News
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Recent Commits to openclaw:main
Recent Commits to openclaw:main
S
Securelist
Google Online Security Blog
Google Online Security Blog
N
Netflix TechBlog - Medium
Apple Machine Learning Research
Apple Machine Learning Research
Martin Fowler
Martin Fowler

博客园 - 迷途

Axure:侧导航收缩与展开 SQLSERVER数据库调优 MySQL用GROUP BY分组取字段最大值或最新一条 Mysql索引总结 Sqlserver 创建表角本 在SQLSERVER中处理特殊字符以及空格。 索引优化--汇总 游标简单使用 SQL Server 索引优化-----数据库引擎优化顾问 SQL Server 索引优化 ——索引缺失 SQL Server 索引优化——无用索引 win7远程服务器发生身份验证错误,要求的函数不受支持 库龄分析-先进先出法 sql server 数据库创建链接服务器 SQL Server 2008 R2中配置作业失败后邮件发送通知 sqlserver 使用脚本创建作业 SQL分组取每组前一(或几)条记录(排名) SQL SERVER 中如何用脚本管理作业 sqlserver2008 查看数据库自带的索引建议
Axure教程 | 轻量级的后台原型框架
迷途 · 2020-07-22 · via 博客园 - 迷途

教你制作一个轻量级的后台原型框架,先看看这一期有些啥:

先睹为快:【点我预览】

教程开始:

第一步:规划后台的布局

把后台分为三个部分:

  1. 顶部导航;
  2. 侧面导航;
  3. 内容区域。

第二步:思考使用合适功能进行展示

第三步:制作顶部导航

1. 创建母版页,顺便创建好侧面导航等母版页面

2. 绘制顶部导航

需要将顶部导航的宽设置为浏览器的宽,高度可以固定高度。

第四步:制作左侧导航

1.在侧面导航母版中,绘制多个文本框,并设置为一个选项组,设定选中和悬停的样式

2. 为所有文本框添加点击事件:点击的时候选中该文本框

给同一组矩形框定义了一个选项组,即可实现点击效果的互斥,实现菜单选中效果。

3. 给母版菜单添加鼠标单击的自定义事件,方便在其引用的页面做菜单交互

第五步:创建页面,使用母版中的导航,并创建内容区域

1. 创建页面,创建内联框架,指定内联框架到默认菜单页面

2. 设定内联框架的最大尺寸,以适配屏幕,并设定滚动条和隐藏边框 

第六步:为菜单添加交互,使内联框架中的内容按需跳转

以上步骤即可完成一个轻量级的后台菜单,它足够的简单和灵活,内容区域可以根据内容的实际大小显示滚动条。使用母版定义导航,足够灵活,后续调整只需要调整母版和自定义事件。

看完教程的大致思路,再结合源文件做一些测试,相信很快就能掌握绘制后台原型的方法。