07 2020 档案

摘要:常用属性 container 填充padding,边距margins,边框borders,背景色color, decoration: 渐变gradient-Alignment(x,y),圆角borderRadius,阴影boxShadow,圆shape icon 颜色color text style 阅读全文
posted @ 2020-07-29 10:02 shellon 阅读(166) 评论(0) 推荐(0)
摘要:macOS 打开bash_profile open ~/.bash_profile 在打开的文件内写需要配置的环境变量 阅读全文
posted @ 2020-07-27 15:54 shellon 阅读(137) 评论(0) 推荐(0)
摘要:需求 页面向下滚动时,需要将顶部的搜索栏信息和导航菜单吸顶,并且,搜索栏信息和导航菜单之间可以切换。 效果 https://www.iguopin.com/index.php?m=&c=index&a=index 代码实现 HTML <div class="nav-search"> <div cla 阅读全文
posted @ 2020-07-23 14:42 shellon 阅读(1024) 评论(0) 推荐(0)
摘要:需求 页面中一个小区域循环滚动展示通知(公告、新闻、活动、图片等),并且鼠标hover时停止滚动并提示,鼠标离开后,继续滚动。 效果图 https://www.iguopin.com/index.php?m=&c=index&a=index 代码实现 html <div id="news"> <ul 阅读全文
posted @ 2020-07-23 14:06 shellon 阅读(2653) 评论(0) 推荐(0)