From 4ce5ba737fd96f1989169c0908d07c424b92957c Mon Sep 17 00:00:00 2001 From: chenyaowen123 <853173655@qq.com> Date: Tue, 12 Dec 2017 16:17:23 +0800 Subject: [PATCH] v0.0.1 this is miniMobile --- Progress.html | 82 + aside.html | 111 + blockquote.html | 83 + button.html | 132 + comment.html | 211 + css/miniMobile.css | 5 + css/miniMobile.less | 688 +++ flow.html | 107 + foldingPanel.html | 307 ++ font.html | 90 + form.html | 218 + fullWinodwPage.html | 113 + grid.html | 114 + header.html | 86 + icon.html | 92 + img/banner1.jpg | Bin 0 -> 63544 bytes img/banner2.jpg | Bin 0 -> 66832 bytes img/banner3.jpg | Bin 0 -> 49148 bytes img/meng.jpg | Bin 0 -> 104028 bytes img/s1.jpg | Bin 0 -> 34125 bytes img/s2.jpg | Bin 0 -> 82914 bytes img/s3.jpg | Bin 0 -> 51942 bytes img/s4.jpg | Bin 0 -> 21071 bytes img/s5.jpg | Bin 0 -> 46153 bytes img/select.png | Bin 0 -> 1503 bytes img/timg.gif | Bin 0 -> 3649 bytes img/user.jpg | Bin 0 -> 11113 bytes img/user2.jpg | Bin 0 -> 9013 bytes index.html | 291 ++ iscroll.html | 146 + js/flexible.min.js | 116 + js/miniMobile.js | 232 + js/zepto.min.js | 3 + keyboard.html | 77 + layer.html | 145 + list-button.html | 301 ++ list.html | 124 + listPic.html | 120 + my.html | 179 + plugins/fonticon/demo.css | 370 ++ plugins/fonticon/demo_fontclass.html | 268 ++ plugins/fonticon/iconfont.css | 92 + plugins/fonticon/iconfont.eot | Bin 0 -> 11416 bytes plugins/fonticon/iconfont.svg | 147 + plugins/fonticon/iconfont.ttf | Bin 0 -> 11248 bytes plugins/fonticon/iconfont.woff | Bin 0 -> 6716 bytes plugins/icheck/icheck.js | 509 +++ plugins/iscroll-probe.js | 2197 ++++++++++ plugins/json.json | 32 + plugins/layer_mobile/layer.js | 2 + plugins/layer_mobile/need/layer.css | 1 + plugins/mobileSelect/mobileSelect.css | 150 + plugins/mobileSelect/mobileSelect.js | 690 +++ plugins/myflow.js | 63 + plugins/noUiSlider.10.0.0/nouislider.css | 260 ++ plugins/noUiSlider.10.0.0/nouislider.js | 2256 ++++++++++ plugins/noUiSlider.10.0.0/nouislider.min.css | 1 + plugins/noUiSlider.10.0.0/nouislider.min.js | 3 + .../photoswipe/default-skin/default-skin.css | 482 +++ .../photoswipe/default-skin/default-skin.png | Bin 0 -> 547 bytes .../photoswipe/default-skin/default-skin.svg | 1 + plugins/photoswipe/default-skin/preloader.gif | Bin 0 -> 866 bytes plugins/photoswipe/photoswipe-ui-default.js | 861 ++++ .../photoswipe/photoswipe-ui-default.min.js | 4 + plugins/photoswipe/photoswipe.css | 179 + plugins/photoswipe/photoswipe.js | 3734 +++++++++++++++++ plugins/photoswipe/photoswipe.min.js | 4 + plugins/switchery/switchery.css | 64 + plugins/switchery/switchery.js | 1957 +++++++++ plugins/switchery/switchery.min.css | 1 + plugins/switchery/switchery.min.js | 1 + plugins/webKeyBoard.js | 109 + radius.html | 41 + select.html | 345 ++ swiper.html | 78 + tab.html | 76 + 76 files changed, 19151 insertions(+) create mode 100644 Progress.html create mode 100644 aside.html create mode 100644 blockquote.html create mode 100644 button.html create mode 100644 comment.html create mode 100644 css/miniMobile.css create mode 100644 css/miniMobile.less create mode 100644 flow.html create mode 100644 foldingPanel.html create mode 100644 font.html create mode 100644 form.html create mode 100644 fullWinodwPage.html create mode 100644 grid.html create mode 100644 header.html create mode 100644 icon.html create mode 100644 img/banner1.jpg create mode 100644 img/banner2.jpg create mode 100644 img/banner3.jpg create mode 100644 img/meng.jpg create mode 100644 img/s1.jpg create mode 100644 img/s2.jpg create mode 100644 img/s3.jpg create mode 100644 img/s4.jpg create mode 100644 img/s5.jpg create mode 100644 img/select.png create mode 100644 img/timg.gif create mode 100644 img/user.jpg create mode 100644 img/user2.jpg create mode 100644 index.html create mode 100644 iscroll.html create mode 100644 js/flexible.min.js create mode 100644 js/miniMobile.js create mode 100644 js/zepto.min.js create mode 100644 keyboard.html create mode 100644 layer.html create mode 100644 list-button.html create mode 100644 list.html create mode 100644 listPic.html create mode 100644 my.html create mode 100644 plugins/fonticon/demo.css create mode 100644 plugins/fonticon/demo_fontclass.html create mode 100644 plugins/fonticon/iconfont.css create mode 100644 plugins/fonticon/iconfont.eot create mode 100644 plugins/fonticon/iconfont.svg create mode 100644 plugins/fonticon/iconfont.ttf create mode 100644 plugins/fonticon/iconfont.woff create mode 100644 plugins/icheck/icheck.js create mode 100644 plugins/iscroll-probe.js create mode 100644 plugins/json.json create mode 100644 plugins/layer_mobile/layer.js create mode 100644 plugins/layer_mobile/need/layer.css create mode 100644 plugins/mobileSelect/mobileSelect.css create mode 100644 plugins/mobileSelect/mobileSelect.js create mode 100644 plugins/myflow.js create mode 100644 plugins/noUiSlider.10.0.0/nouislider.css create mode 100644 plugins/noUiSlider.10.0.0/nouislider.js create mode 100644 plugins/noUiSlider.10.0.0/nouislider.min.css create mode 100644 plugins/noUiSlider.10.0.0/nouislider.min.js create mode 100644 plugins/photoswipe/default-skin/default-skin.css create mode 100644 plugins/photoswipe/default-skin/default-skin.png create mode 100644 plugins/photoswipe/default-skin/default-skin.svg create mode 100644 plugins/photoswipe/default-skin/preloader.gif create mode 100644 plugins/photoswipe/photoswipe-ui-default.js create mode 100644 plugins/photoswipe/photoswipe-ui-default.min.js create mode 100644 plugins/photoswipe/photoswipe.css create mode 100644 plugins/photoswipe/photoswipe.js create mode 100644 plugins/photoswipe/photoswipe.min.js create mode 100644 plugins/switchery/switchery.css create mode 100644 plugins/switchery/switchery.js create mode 100644 plugins/switchery/switchery.min.css create mode 100644 plugins/switchery/switchery.min.js create mode 100644 plugins/webKeyBoard.js create mode 100644 radius.html create mode 100644 select.html create mode 100644 swiper.html create mode 100644 tab.html diff --git a/Progress.html b/Progress.html new file mode 100644 index 0000000..b79a0f6 --- /dev/null +++ b/Progress.html @@ -0,0 +1,82 @@ + + + +
+ + + + + + +默认:
+插件默认:
+ +皮肤primary:
+ +皮肤success:
+ +皮肤info:
+ +皮肤warning:
+ +皮肤danger:
+ +++这是一个blockquote块,提示用的!
+
++默认是主色调,但是你可以引用normal来清除掉,实现用辅助色样式
+
++不同颜色的 blockquote-primary
+
++不同颜色的 blockquote-success
+
++不同颜色的 blockquote-info
+
++不同颜色的 blockquote-warning
+
++不同颜色的 blockquote-danger
+
细线
+粗线
+++实际意义中,粗的下划线并不是各个屏幕下都加粗的,而是在渲染过程中,最小只能渲染一像素,所以在屏幕小得情况下,粗线和细线是相同的。
+
一只简单实用的响应式瀑布流插件!
+名字 | +语文 | +数学 | +英语 | +化学 | +生物 | +物理 | +地理 | +历史 | +总分 | +
---|---|---|---|---|---|---|---|---|---|
刘全蛋 | +88分 | +59分 | +90分 | +10分 | +69分 | +100分 | +70分 | +90分 | +490分 | +
李大嘴 | +88分 | +59分 | +90分 | +10分 | +69分 | +100分 | +70分 | +90分 | +490分 | +
郭芙蓉 | +88分 | +59分 | +90分 | +10分 | +69分 | +100分 | +70分 | +90分 | +490分 | +
语文:
+88分
+数学:
+59分
+英语:
+90分
+化学:
+10分
+生物:
+69分
+物理:
+100分
+地理:
+70分
+历史:
+90分
+总分:
+490分
+语文:
+88分
+数学:
+59分
+英语:
+90分
+化学:
+10分
+生物:
+69分
+物理:
+100分
+地理:
+70分
+历史:
+90分
+总分:
+490分
+语文:
+88分
+数学:
+59分
+英语:
+90分
+化学:
+10分
+生物:
+69分
+物理:
+100分
+地理:
+70分
+历史:
+90分
+总分:
+490分
+语文:
+88分
+数学:
+59分
+英语:
+90分
+化学:
+10分
+生物:
+69分
+物理:
+100分
+地理:
+70分
+历史:
+90分
+总分:
+490分
+中国的文字很有意思!
+Chinese characters are very interesting
+使用栅格化,轻松排版每个模块!
+{l}kQ2hP
zuY!@#?DXu22y4&kXB`zZmD3ii+OpF)Zf8WozJuen^|Dus8K1EQFt_Yfn8ilEdFG_O##s<-oELQ~8i@qhyM!2;_@LxRQfW72ngvs_%PkKRUmPu8fAS-egb)mvAq
zDILqK7`wOgm;L9S3`yN+Bkz4<7d{f_8cOzZMm+oFjGbKZaGvR{i;&Eey+UdflOEIgNh{eUW^`dbfhp??vxyg*pgEa}i
zkv;W>w3$;VR6oAeyk;T6uyI>_pR~geQMKg
z{wh1TRgS^Tu;7lfE14zghHWlmXh8bX-EJ}Pfw1bKid?Z+tc}EaNM)eXi`Oyw=)_u=
zrw$Qahe{WJzjp68u$O+T`GUjZ?ui0@;r2ZtXda*Pc)vO3uhp1}HLo@VBt}-g|D=EK
zAShuXlzXHrA$>h_pTS{4!C0+NS_g>@e$q4*6bT~&Ifhjbwle&i($Rx)qRPzr$+hGP
zR4+x!YbL
ic6qGW
z)Bhi1_5a<@bWi)5Hpl-AYKUI-lU#=s@kz}Yp(Oa$6S)aR>i)OFimiUqKt}d!Sc(TE
z@G{M6J54?RQ?FaY#$V5w(<|o8b_KVbF>mN|VYubO0XLs(-zk65n`AR%1KjB3WdTaO
zPWk{~`~(-`nx^8v4|}|(@EiyT9PGD&4*|!BbWVb3{q)+K)_WxDTX?LT&D?59e?L%s
zX){>09n)zTlTx-KWr4acE&<#?#&ht1bm`JfBmW*6Rbj1pZ?CX2vbK3
产品开发部
+社区系统账号
+[问题]:平台注册流程第一步中的手机号,与竞价系统新增供应商界面中的“联系电话”,这两者不等同。
+[意见]:判断手机号是否被注册,判断是否被之前的账号在第一步注册时填写了。根据不同的情况显示不同的界面元素!
+ +全文
++ + 张三、 + 李四、 + 张三、 + 李四、 + 张三、 + 李四、 + 张三、 + 王二... + 等21人觉得赞 +
++ 张三:这是一条认真有内涵的评论,作为一个资深的评论家,我不得不说这个评论很棒,简直帅呆了! +
++ 大嘴巴图图:评论长了不好看啊! +
+河南市场部
+社区系统账号
+[问题]:网站突然登录不了了,显示404。
+[意见]:是否可以管理一下服务器。
+ ++ + 张三、 + 李四、 + 张三、 + 李四、 + 张三、 + 王二... + 等21人觉得赞 +
++ 张三:产品部赶紧解决! +
++ 产品开发部 回复 + 张三:好的,正在重启服务器,马上解决! +
+