码迷,mamicode.com
首页 >  
搜索关键字:no-repeat    ( 2408个结果
jQuery Validate 表单验证插件----自定义校验结果样式
一、下载依赖包网盘下载:https://yunpan.cn/cryvgGGAQ3DSW 访问密码 f224二、引入依赖包 三、添加错误样式em.error { background:url("images/unchecked.gif") no-repeat 0px 0px; padding-l...
分类:Web程序   时间:2016-01-17 12:18:49    阅读次数:222
最近学习canvas,写了个小的效果。
1 body { 2 margin: 0; 3 } 4 #game { 5 background: url("../images/back.png") repeat; 6 } 7 .wuli{ 8 position: absolute; 9 min-width: 200px...
分类:其他好文   时间:2016-01-15 22:46:39    阅读次数:288
如何让一张图片填满整个页面
1.选择一张较大的图片,一般为1920*12532.html { height: 100%;}body { width: 100%; height: 100%; background: url() left top no-repeat; background-size: 100% 100%...
分类:其他好文   时间:2016-01-14 20:55:33    阅读次数:448
基因组注释
基因组注释主要包括四个研究方向:重复序列的识别;非编码RNA的预测;基因结构预测和基因功能注释。我们将分别对这四个领域进行阐述。1 重复序列的识别。1.1重复序列的研究背景和意义:重复序列可分为串联重复序列(Tendam repeat)和散在重复序列(Interpersed repeat)两大类。其...
分类:其他好文   时间:2016-01-11 13:44:04    阅读次数:220
$watch 和 $apply
1、当你使用 ng-model, ng-repeat 等等来绑定一个元素的值时, AngularJS 为那个值创建了一个 $watch,只要这个值在 AngularJS 的范围内有任何改变,所有的地方都会同步更新。而你在写自定义的 directive 时,你需要定义你自己的 $watch 来实现这种...
分类:移动开发   时间:2016-01-11 00:00:53    阅读次数:247
2014辽宁省赛 Repeat Number
问题C:RepeatNumber时间限制:1Sec内存限制:128MB提交:23解决:7[cid=1073&pid=2&langmask=0">提交][状态][论坛]题目描写叙述Definition:a+b=c,ifallthedigitsofcaresame(cismorethanten)。the...
分类:其他好文   时间:2016-01-09 12:34:10    阅读次数:141
Android -- 自定义标题栏,背景颜色填充满
设置标题栏背景1> 准备背景图片:background_pix.png注:用背景图片比用颜色好处,可以让背景看起来有凹凸感.2> drawable文件夹下放xml文件bitmap_repeat.xml 3> 定义样式文件style.xml4> 在manifest.xml中引用主题android:th...
分类:移动开发   时间:2016-01-07 08:52:36    阅读次数:381
[css3]叉叉旋转效果
.close_frame{display:inline-block;height:14px;width:14px;background:url("../images/closeiframe.png") no-repeat 0 0; transition:transform 0.2s ease-in-...
分类:Web程序   时间:2016-01-06 13:46:25    阅读次数:114
Part 6 AngularJS ng repeat directive
ng-repeat is similar to foreach loop in C#. Let us understand this with an example. Here is what we want to do.1. For each employee we have in the emp...
分类:Web程序   时间:2016-01-05 07:02:20    阅读次数:264
no-repeat作用简单介绍
no-repeat作用简单介绍:它用来设置背景图片是否重复,比如一个元素的尺寸要大于背景图片的尺寸,那么如果不设置此属性,背景图片会默认进行重复以铺满整个元素,如果设置了此属性,那么背景图片就不会出现重复效果,非常的简单,这里不多介绍,可以参阅相关阅读。相关阅读:1.background-repea...
分类:其他好文   时间:2016-01-02 16:26:17    阅读次数:261
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!