摘要: HTML页面展示代码:<ul class="ptl-pagination"> <li class="hover pagination" ng-class="{paginationPrevious:_page.currentPage>1,paginationdisableprevious:_page. 阅读全文
posted @ 2016-10-08 09:54 Carol_z 阅读(203) 评论(0) 推荐(0) 编辑
摘要: HTML页面展示代码:<div id="side-left"> <div class="side-left"> <h1 class="caption">左侧菜单栏标题</h1> <ul class="list"> <li class="item" ng-repeat="item in menue" 阅读全文
posted @ 2016-10-08 09:44 Carol_z 阅读(1355) 评论(0) 推荐(0) 编辑
摘要: 装饰: text-decoration:line-through(贯穿线),underline(下划线),overline(上划线) 对齐: text-align:center(居中),left(左对齐),right(右对齐) 缩进: text-ident:单位px、em、百分比 大小写: text 阅读全文
posted @ 2016-09-27 09:56 Carol_z 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 让button置灰,功能不可用 如图:确认键不可用 在button中添加: disable="true" 阅读全文
posted @ 2016-09-26 16:47 Carol_z 阅读(4050) 评论(0) 推荐(0) 编辑
摘要: 字符串仅能是中文。/^[\\u4e00-\\u9fa5]{0,}$/ 由数字、26个英文字母或下划线组成的字符串/^\\w+$/ 校验E-Mail 地址/^([a-zA-Z0-9]+[_|\_|\.]?)*[a-zA-Z0-9]+@([a-zA-Z0-9]+[_|\_|\.]?)*[a-zA-Z0- 阅读全文
posted @ 2016-09-26 11:00 Carol_z 阅读(601) 评论(0) 推荐(0) 编辑
摘要: 字体大小.text{ font-size:40px;} 字体颜色.text{ color:#22a534;} 字体样式.text{ font-family: 华文行楷;} 斜体.text{ font-style: italic;} 加粗.text{ font-weight: 600; } 阅读全文
posted @ 2016-09-26 10:51 Carol_z 阅读(419) 评论(0) 推荐(0) 编辑