=》 css: .cateBtn{ position: relative; background: #fff; border: 1px solid #ddd; border-radius: 6px; text-align: center; width: 30px; height: 30px; dis ...
分类:
其他好文 时间:
2019-01-23 15:32:43
阅读次数:
207
div { width:400px; height: 300px; line-height: 300px; background: #4bb1ff; font-size: 100px; text-align: center; color: #fff; text-shadow: 1px 1px 0 # ...
分类:
Web程序 时间:
2019-01-16 11:42:49
阅读次数:
353
页面布局时头部和内容一定要分开,状态栏寖入式要用。可以用api.sendEvent广播出去,api.addlisterten监听. api.openWin打开页面会有黑色闪屏,加bgColor:'#fff', ios有页面滑动加 slidBackEnabled: false去掉. 启动页 打开到登录 ...
/*数字键盘start*/ .markBox { background: #fff; position: absolute; left: 0; right: 0; bottom: 0; height: 4.8rem; }... ...
分类:
其他好文 时间:
2018-11-29 19:53:07
阅读次数:
211
1)使用E命令将内存单元0021:0~0021:7修改为30h,31h,32h,33h,34h,35h,36h,37h。 将实验第一行mov ax,fff改为mov ax,0021然后进行实验,用T命令运行如下: 答案为: 3130 6462 3534 6C6A 00fe 2200:00fe 646 ...
分类:
其他好文 时间:
2018-10-28 14:54:10
阅读次数:
182
.tips-new-white span { .tips-new-white span { float: left; background-color: #fff; color: #333; padding: 5px 10px; vertical-align: middle; line-height ...
分类:
其他好文 时间:
2018-10-24 15:22:21
阅读次数:
201
测试代码test.php: [ 'aaa'=>'bbb', 'bbb'=>'bbb', 'ccc'=>'bbb', 'ddd'=>'bbb', 'eee'=>'bbb', 'fff'=>'bbb', 'add'=>'bbb', 'dse'=>'bbb', 'dad'=> ...
分类:
Web程序 时间:
2018-10-12 17:03:15
阅读次数:
263
.wrapper{ border:3px solid red; float: left;}.content{ width: 100px; height: 100px; background: black; color: #fff; float: left;}</style></head><body> ...
分类:
其他好文 时间:
2018-10-08 17:22:37
阅读次数:
125
String s1="hello lxx"; String s2=new String("fff df"); System.out.println(s1.length()); System.out.println(s1.substring(0, 2)); System.out.println(s1. ...
分类:
编程语言 时间:
2018-09-29 20:29:16
阅读次数:
246
页面默认声明 (1)每个元素都声明了box-sizing属性 (2)全局字体未设置但推荐使用16px (3)body上声明了全局的font-family, line-height,text-align,bankground-color :#fff; 字体声明 采用了设备字体栈的模式,不同的设备采用不 ...
分类:
其他好文 时间:
2018-09-23 22:31:27
阅读次数:
215