上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <input type="text" id="textCode" /> <label class="myLabel">码: <inpu 阅读全文
posted @ 2019-03-21 09:44 ▍凉城空巷° 阅读(98) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-s 阅读全文
posted @ 2019-03-12 14:38 ▍凉城空巷° 阅读(149) 评论(0) 推荐(0) 编辑
摘要: WXML <view class="swiper-tab"> <view class="swiper-tab-item {{currentTab==0?'active':''}}" data-current="0" bindtap="clickTab">全部</view> <view class=" 阅读全文
posted @ 2018-12-04 16:52 ▍凉城空巷° 阅读(543) 评论(0) 推荐(0) 编辑
摘要: <style> div{width:100px;height:100px;transition:width 2s;-moz-transition:width 2s; /* Firefox 4 */-webkit-transition:width 2s; /* Safari and Chrome */ 阅读全文
posted @ 2018-10-18 22:48 ▍凉城空巷° 阅读(579) 评论(0) 推荐(0) 编辑
摘要: function GetArticleList() { var json = {}; json.actio... 阅读全文
posted @ 2018-08-20 14:27 ▍凉城空巷° 阅读(136) 评论(0) 推荐(0) 编辑
摘要: <link rel="stylesheet" media="screen and (min-width:900px)" href="big.css" type="text/css" /> 当屏幕大于或等于900px时,将采用big.css样式来渲染Web页面。 <link rel="styleshe 阅读全文
posted @ 2018-07-27 09:48 ▍凉城空巷° 阅读(185) 评论(0) 推荐(0) 编辑
摘要: //div内文字超出强行换行 white-space: normal; word-break: break-all; overflow: hidden;//超出显示省略号 overflow: hidden; white-space: nowrap; text-overflow: ellipsis; 阅读全文
posted @ 2018-07-05 17:57 ▍凉城空巷° 阅读(125) 评论(0) 推荐(0) 编辑
摘要: //css /*弹窗*/ .mui-popup-title { color: #E26602; font-size: 16px; } .mui-popup-button { color: #E26602; font-size: 15px; } .mui-popup-input { height: 1 阅读全文
posted @ 2018-07-05 17:54 ▍凉城空巷° 阅读(400) 评论(0) 推荐(0) 编辑
摘要: 初始化时候获取需要加载多少图片 var mySwiper = new Swiper('.swiper-container', { pagination: '.swiper-pagination', paginationClickable: true, longSwipesRatio: 0.3, to 阅读全文
posted @ 2018-07-04 16:46 ▍凉城空巷° 阅读(116) 评论(0) 推荐(0) 编辑
摘要: input[type='checkbox'] { width: 20px; height: 20px; background-color: #fff; -webkit-appearance: none; border: 1px solid #c9c9c9; border-radius: 2px; o 阅读全文
posted @ 2018-06-13 21:49 ▍凉城空巷° 阅读(402) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页