html <div class="bg_fff step" ng-if="ifshowKh !='1'"> <ul class="row step_icon3" id="step_icon3"> <li class="item step_type_1_off"></li> <div class="l ...
分类:
移动开发 时间:
2017-08-22 10:31:31
阅读次数:
268
html <div class="acc_item" id="acc_set"> <div class="row bg_fff border_top"> <div class="inner_item border_right col-50"> <div class="con set item" ng ...
分类:
移动开发 时间:
2017-08-21 18:50:07
阅读次数:
234
认识less和webstrom的less配置 今天完成的事情: 首先第一件事情是,整理一下常用的颜色摄取 #F1F1F1 google的设置页面的body的背景颜色 #FFF 为google的内容块的背景颜色 另外就是学习test11中提到的less 一。跳出less和sass的战斗。网上一大堆的互 ...
分类:
Web程序 时间:
2017-08-02 10:00:44
阅读次数:
296
<html> <head> <style type="text/css"> .triangle { border-bottom: 100px solid #000;//控制三角形的高 width: 0px;//如果不是0,则是一个梯形 border-left:50px solid #FFF; //于 ...
分类:
Web程序 时间:
2017-07-29 16:45:21
阅读次数:
208
<#include '/admin/express-header.html' > <div class="main" style=" background:#fff; padding: 15px 0px 8px 10px; margin: 0px;"><div class="ex-boxOne"> ...
分类:
Web程序 时间:
2017-07-14 16:32:55
阅读次数:
313
1.选择id为ul1里所以的奇数项 #ul1 li:nth-child(odd) { color:#fff; } 注:id为ul1里所以的奇数项的字体颜色变成白色 2.选择id为ul1里所以的偶数项 #ul2 li:nth-child(even) { color:#fff; } 注:id为ul1里所 ...
分类:
Web程序 时间:
2017-07-14 13:28:30
阅读次数:
218
题目描述 Description 你在某日收到了 FFF 团卧底的求助,在他某日旅游回来,他的后宫们出现了一些不可调和的矛盾,如果 FFF 团卧底把自己的宝贝分给 a 号妹子,那么 b 号妹子至少要在站在 a 号妹子的右边距离 d,妹子才愿意得到那个宝贝。可是后宫里也有玩得好的妹子呀,她们总是渴望亲 ...
分类:
其他好文 时间:
2017-07-14 11:08:04
阅读次数:
195
第一种情况:文件A.php中内容如下 <?phpclass A{ public function __construct(){ echo 'fff'; }}?> 文件C.php 中内容如下: <?php function __autoload($class) { $file = $class . ' ...
分类:
Web程序 时间:
2017-07-12 19:56:06
阅读次数:
164
console.log("%c%c微博%csincere丶胡","line-height:28px;","line-height:28px;padding:4px;background:#222;color:#fff;font-size:16px;margin-right:15px","color: ...
分类:
其他好文 时间:
2017-07-10 16:28:33
阅读次数:
199
$(".div").click(function(){ var that = this; // console.log(that.innerText); layer.open({ title: [ '房间信息', ' color:#fff;margin:0;' ] ,anim: 'up' // ,s ...
分类:
其他好文 时间:
2017-07-03 10:09:11
阅读次数:
128