博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Bootstrap手机网站开发案例
阅读量:6439 次
发布时间:2019-06-23

本文共 5398 字,大约阅读时间需要 17 分钟。

Bootstrap手机网站开发案例

一、总结

一句话总结:Bootstrap手机网站开发注意事项(3点):a、引入viewpoint声明,b、通过屏幕宽动态控制元素显隐 c、图片添加自适应

 

1、Bootstrap手机网站开发注意事项(3点)?

a、引入手机声明

11     

b、通过屏幕宽动态控制元素显隐

135 

c、图片添加自适应

143 $('.panel-body img').addClass('img-responsive');

 

2、页面引用原生数据库操作方法及位置?

php放开头

1 
7

 

 

3、应用框架内元素方法,比如bootstrap中的幻灯片?

引模块加指定id进行样式微调

21         .navbar-brand{ 22             padding:0px; 23         }

 

4、模型中foreach循环拆开写?

98         
119         

 

5、网站到数据库内容转实体方法?

110                 

 

6、除uedit外另一个富文本编辑器?

kd,kindeditor,用法和ueditor很像,引文件加js

16     
122 var editor;123 KindEditor.ready(function(K) {124     editor = K.create('#txt', {125         resizeType : 1,126         allowPreviewEmoticons : false,127         allowImageUpload : false,128         items : [129             'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline',130             'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',131             'insertunorderedlist', '|', 'emoticons', 'image', 'link']132     });133 });

 

7、通过header跳转方法?

12     header('location:index.php');

 

 

二、Bootstrap手机网站开发案例

 

1、index.php

1 
7 8 9 10
11
12 动漫乐园 13
14 15 16 38 39 40
41
64 65 66
67
96 97
98
101 102
103
104
105
106
107
108
109
110
111
112 113
117
118 119
122 123 124
125
133
134 135 145

 

 

2、add.php

1 
7 8 9 10
11
12 index 13
14 15 16 17 43 44 45
46
69 70
71
72
73
74
发布动漫 75
76
77
78
79
80
81
82
83 84
85
86
87
88 89
90
91
92
93 94
95
96
97
98
99
100
101 102
110
111 112 136

 

3、insert.php

1 

 

 

 

 

 

 

 
 
 
 
 

转载地址:http://cwkwo.baihongyu.com/

你可能感兴趣的文章
【学时总结&模板时间】◆学时·10 & 模板·3◆ AC自动机
查看>>
linux命令2
查看>>
iOS-UICollectionView
查看>>
lombok(@Getter&@Setter)
查看>>
shiro+redis多次调用doReadSession方法的解决方案
查看>>
浅谈EntityFramework框架的使用
查看>>
asp.net identity的学习记录
查看>>
vue中mixins的使用方法和注意点(详)
查看>>
linux中redis的主从
查看>>
【20181102T2】飞越行星带【智商题+最小瓶颈路】
查看>>
iphone-common-codes-ccteam源代码 CCRadix.h
查看>>
ipad4没有声音提示消息
查看>>
扩展的母函数(可以做减法的母函数)(当然只要你愿意也可以做乘除!)
查看>>
UVa 1368 - DNA Consensus String
查看>>
第一个只出现一次的字符位置
查看>>
解决报错:import sun.misc.BASE64Decoder无法找到
查看>>
Swift-binary search tree
查看>>
PLSQL_性能优化系列20_Oracle Result Cash结果缓存
查看>>
ADF_Tutorials系列17_ADF Faces_使用布局组件
查看>>
转盘抽奖游戏
查看>>