码迷,mamicode.com
首页 >  
搜索关键字:blue    ( 1833个结果
easyui datagrid颜色按条件更改
$('#tt').datagrid({ rowStyler:function(index,row){ if (row.listprice>50){ return 'background-color:pink;color:blue;font-weight:bold;'; } } }); ...
分类:其他好文   时间:2019-12-27 09:34:59    阅读次数:153
010_How Steak is cooked 牛排几分熟
一、 Blue(100% red centre)> Rare/Bloody(75% red centre) > medium rare(50% red centre) > medium(25% red centre) > medium well(hint of pink) > well done(1 ...
分类:其他好文   时间:2019-12-25 01:34:56    阅读次数:97
图片上传效果
css部分 #file { margin: auto; width: 100px; height: 100px; border-radius: 25px; outline: 30px solid blue; outline-offset: -80px; border: 5px solid red; ...
分类:Web程序   时间:2019-12-22 00:12:14    阅读次数:186
asmlinkage的用法
转自:https://www.cnblogs.com/china_blue/archive/2010/01/15/1648523.html https://blog.csdn.net/liujiaoyage/article/details/31781289 什么是 "asmlinkage"? 相信大 ...
分类:其他好文   时间:2019-12-18 09:14:21    阅读次数:68
CSS颜色
Color 名称 在HTML中,颜色可以用颜色名称指定,例如: Color Name Red Orange Yellow Cyan Blue 让我试试 RGB 值 在HTML中,颜色也可以被指定为一个RGB值,用此公式: rgb(red, green, blue) 每个参数 (red, green, ...
分类:Web程序   时间:2019-12-17 14:55:52    阅读次数:169
[LC] 256. Paint House
There are a row of n houses, each house can be painted with one of the three colors: red, blue or green. The cost of painting each house with a certai ...
分类:其他好文   时间:2019-12-17 13:32:55    阅读次数:80
Codeforces Round #603 (Div. 2) A. Sweet Problem(数学)
链接: https://codeforces.com/contest/1263/problem/A 题意: You have three piles of candies: red, green and blue candies: the first pile contains only red c ...
分类:其他好文   时间:2019-12-17 13:20:32    阅读次数:69
侦听属性
<div id="app"> <button @click="num++">+</button> <input :class="{red:than_100,blue:less_100}" type="text" v-model="num"> <button @click="num--">-</but ...
分类:其他好文   时间:2019-12-13 21:52:06    阅读次数:83
彩票 双色球 红球1-33选6个(数字不能重复) ,蓝球1-16选1个 ;
彩票双色球 红球1-33选6个(数字不能重复),蓝色球1-16 选1个; var blue = parseInt(Math.random()*16)+1; var red1 = parseInt(Math.random()*33)+1; var red2=0,red3=0,red4=0,red5=0 ...
分类:其他好文   时间:2019-12-10 17:01:25    阅读次数:468
[Google Guava] 2.1-不可变集合
范例 01 public static final ImmutableSet<String> COLOR_NAMES = ImmutableSet.of( 02 "red", 03 "orange", 04 "yellow", 05 "green", 06 "blue", 07 "purple"); ...
分类:其他好文   时间:2019-12-10 15:12:17    阅读次数:95
1833条   上一页 1 ... 13 14 15 16 17 ... 184 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!