E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
bold
font和background语法糖/复写和权重
fontfont:font-weightfont-stylefont-size/line-heightfont-family;font-weight:属性设置文本的粗细(normal/
bold
/bolder
熬夜冠军Yifan
·
2020-08-15 13:36
jQuery点击添加删除表格行
ff5400;width:70px;line-height:36px;text-align:center;border-radius:4px;margin-bottom:15px;font-weight:
bold
taoqidejingling
·
2020-08-15 11:39
jQuery
案例
jquery选择器
*").css(“font-size”,“30px”);2.标签选择器$(“p”).css(“color”,“blur”);3.ID选择器赋值唯一$("#a").css(“font-weight”,“
bold
顺风草
·
2020-08-15 10:35
笔记
09-CSS基础-CSS常见属性
正常的,默认就是正常的italic:倾斜的快捷键:fsfont-style:italic;fsnfont-style:normal;font-weight作用:规定文字粗细格式:font-weight:
bold
weixin_34306676
·
2020-08-15 08:21
狂神Java学习笔记————CSS3(二)————列表、背景、盒子模型、浮动、定位和z-index
列表样式可以更改列表中点的样式或者去掉点复习之前内容#nav{width:300px;}.title{font-size:18px;font-weight:
bold
;text-indent:1em;line-height
程序猴hyx
·
2020-08-15 07:32
追随狂神学Java
css
定位
shell 配色方案
[isayme]text(
bold
)=eaeaeamagenta(
bold
)=ff00fftext=ffffffwhite(
bold
)=eaeaeagreen=00c000red(
bold
)=d20000green
qq_36317016
·
2020-08-15 07:12
使用正则表达式验证注册页面
line-height:20px;}.main{width:525px;margin-left:auto;margin-right:auto;}.hr_1{font-size:14px;font-weight:
bold
chaoyv
·
2020-08-15 07:56
JS
粗浅
10个你未必知道的CSS技巧
1.CSS字体属性简写规则一般用CSS设定字体属性是这样做的:font-weight:
bold
;font-style:italic;font-varient:small-caps;font-size:1em
weixin_33989058
·
2020-08-15 00:23
百度地图 BMap InfoWindow修改默认样式 Css
Css样式如下/*地图标题*/.BMap_bubble_title{color:white;font-size:13px;font-weight:
bold
;text-align:left;padding-left
moonlight9611
·
2020-08-14 23:27
前端
Centos7下JAVA生成图片水印时字体乱码
Fontfont=newFont("宋体",Font.
BOLD
,30);/*水印字体*/有些服务器shag上面会没有这种字体,就会出现乱码。
悟能的师兄
·
2020-08-14 22:10
java
Linux
系统服务运维
linux java程序加水印及中文乱码方案
img.setFont(newFont("宋体",Font.
BOLD
,20));写中文进入图片之前必须设置字体,而且这个字体必须支持中文,否则就会出现乱码或者方框、问号等等。
friend365
·
2020-08-14 17:44
网络编程
在三维场景加载精灵
letcanvas=document.createElement("canvas");letctx=canvas.getContext("2d");ctx.fillStyle="#ffff00";ctx.font="
Bold
100pxArial
时光走廊
·
2020-08-14 14:28
HTML总结
JS函数方法总结
Openpyxl 总结(续)
bold
_itatic_24_font=Font(name='等线',size=24,italic=True,color=colors.RED,
bold
=Tru
henry_dx
·
2020-08-14 13:38
Python
用js做一个放大镜的小例子
900px;margin:100pxauto0auto;box-shadow:3px3px5pxred;background:blue;text-align:center;color:#fff;font:
bold
30
Endless-love
·
2020-08-14 09:04
前端
关于前端的技术探讨
position:fixed(相对于视窗来定位、一个固定定位元素不会保留它原本在页面应有的空隙(脱离文档流))...
left:0;top:0;background:greenyellow;display:flex;justify-content:center;align-items:center;font-weight:
bold
weixin_33674976
·
2020-08-14 08:31
php验证码怎么才能不区分大小写,自动转换小写?
用到的php函数strtolower对存在SESSION内的验证码使用strtolower函数将内容转为小写;字体:SourceCodePro-
Bold
.ttf点我下字体登陆界面部分**/*判断输入是否为空
麻木博客
·
2020-08-14 07:08
php
php验证码
调用DISCUZ自带的文本编辑器
从discuz插件中抠出来的//eval是DISCUZ中模版中使用php代码的方法,后面跟上php代码{eval$seditor=array('is',array('
bold
','color','img
Caigesbsb
·
2020-08-14 04:48
php
一款XSHELL精美主题
注:将以下代码另存为skycolor.xcs[skycolor]text=00ff80cyan(
bold
)=00fffftext(
bold
)=e9e9e9magenta=c000c0green=80ff00green
baicong9439
·
2020-08-14 04:46
java实现给图片添加水印(合成图片)
//水印文字字体privatestaticFontfont=newFont("宋体",Font.
BOLD
,72);//水印文字颜色privatestaticColorcolor=Color.red;/*
qq_33820379
·
2020-08-14 03:29
Java
使用HTML+CSS,jQuery编写的简易计算器
1345678简易计算器91011button{12font-size:18px;13font-weight:
bold
;14width:75px;15}161718varyunSuan=0;//运算符号
Smooth0815
·
2020-08-14 01:19
Python全栈 Web(文本属性、表格属性、布局)
font-family取值:字体名称,如果出现多个名称,使用,隔开如果字体名称出现中文或出现中文空格要用引号引起来3.设置字体的加粗属性:font-weight取值:单词表示normal默认值正常显示
bold
煊琰
·
2020-08-14 01:46
FontFamily 看这里就够了
textStyle如下样式NORMAL:默认字体;
BOLD
:粗题;ITALIC:斜体;BOL
yuanxw44
·
2020-08-13 23:15
matplotlib.pyplot中文字体显示
方法1:importmatplotlibfont={'family':'MicroSoftYahei','weight':'
bold
','size':12}matplotlib.rc("font",**
zero_gau
·
2020-08-13 21:31
Python
li点击添加选中样式
li点击添加选中样式li选中.selected{font-weight:
bold
;background:#17A2B8;color:#fff;}aaabbbccc$(function(){$("#testli
艾小逗
·
2020-08-13 16:25
web
Android富文本图文混排、粗体、斜体、图片、下划线、删除线等
privatevoidaddBoldSpan(Stringstr){SpannableStringspanString=newSpannableString(str);StyleSpanspan=newStyleSpan(Typeface.
BOLD
姜澜很懒
·
2020-08-13 16:47
Android
python - color print
details/42291265一、PrintinterminalwithcolorsusingPython注:亲测对linux、windows都有效1.classcolors:reset='\033[0m'
bold
-柚子皮-
·
2020-08-13 16:05
Python
CSS 实现 checkbox radio 选中后文本颜色改变
香蕉input:checked+span{color:#337ab7;font-weight:
bold
;}关键点:1.使用label包含inputtype='checkbox'这样点击文本就可以勾选2.
三项超标
·
2020-08-13 16:18
.NET
微信扫描打开APP下载链接提示代码案例源码
:auto;}.download{color:#4D4D4D;padding:7.2%6.8%9.3%;}.download.entry-hd{font-size:2.4em;font-weight:
bold
相思比梦长
·
2020-08-13 16:40
微信开发
PHP
点击展开显示折叠内容
Title/*折叠列表*/.Huifold.item{position:relative}.Huifold.itemh4{margin:0;font-weight:
bold
;position:relative
lxw1844912514
·
2020-08-13 15:59
前端
一个小小弹出层提示框
.css({position:'absolute',margin:'-28px00110px',padding:'5px25px','font-size':'14px','font-weight':'
bold
iteye_8845
·
2020-08-13 14:19
JavaScript
JS为选中内容添加颜色,字体,大小等等
我算是理解了.所到底也就是写一个在线编辑器关键点也就是在于js选取内容,为所选的内容做各种操作.主要为代码为:document.selection.createRange().execCommand('
Bold
iteye_21199
·
2020-08-13 14:11
HTML 5 placeholder 属性兼容性解决办法
placehoderbody{font:12px/1.5'simsun';}form{width:300px;height:260px;margin:20pxauto0;}h3{font-weight:
bold
一喵呜
·
2020-08-13 14:23
HTMl5
halcon算子翻译——set_display_font
算子:set_display_font(::WindowHandle,Size,Font,
Bold
,Slant:)功能:用来设置当前窗口的字体属性。
机器人自动化控制
·
2020-08-13 14:11
HALCON
css进阶篇
字体大小*/font-size:20px/50%/larger/*字体的大小*/font-family:'LucidaBright'/*字体的类型,如宋体,仿宋*/font-weight:lighter/
bold
banzhi8397
·
2020-08-13 13:05
Unity UGUI(五)Text(文本)
Text(Script)Text文本写入的文字信息Character特性Font字体选用的字体FontStyle字形Normal:正常
Bold
:加粗Italic:斜体BoldAndItalic:加粗和斜体
JPF29
·
2020-08-13 12:07
Unity
springboot项目中利用ajaxfileupload进行图片上传
引入htmlTitle.whiteBtn{background-color:white;color:red;border:red2pxsolid;font-weight:
bold
;}PC端 &
Irving_Ma
·
2020-08-13 11:20
utils-java
utils-web
CSS
如下列代码:p{font-size:12px;color:red;font-weight:
bold
;}使用CSS样式的一个好处是通过定义某个样式,可以让不同网页位置的文字有着统一的字体、字号或者颜色等。
GU0YUAN
·
2020-08-13 11:51
仿Select实现带图标的下拉框
.my-container-css{width:300px;}/*header:下拉框头部的样式*/.my-header-css{font-family:Arial,'楷体';font-weight:
bold
lanying100
·
2020-08-12 15:01
技术
html
css
jquery
设置组合框字体的大小
捕捉编辑框和列表框分别实现:为编辑框设置字体在对话框初始函数OnInitDialog()中,为组合框变量设置字体setFont()CFontm_font;m_font.CreateFont(50,0,0,0,FW_
BOLD
清水迎朝阳
·
2020-08-12 12:25
MFC
前端页面三级目录实现
一:先看效果:二:代码Document.nav{margin:200pxauto;font-size:12px;font-weight:
bold
;list-style:none;overflow:auto
T_yc
·
2020-08-12 00:11
前端基础
JS 第三方工具封装经典案例(图片上传预览)
overflow:auto;display:flex;justify-content:flex-start;}.out-main-topbutton{padding:10px40px;font-weight:
bold
2b勿扰
·
2020-08-12 00:17
前端
MakeDown常用命令总结
MakeDown常用命令总结一、Stylingtext样式语法举例输出
Bold
****or____**Thisisaboldtext**thisisaboldtextltalic**or__*thisisaltalictext
Peter清风
·
2020-08-11 22:59
css中选择器(selector)
p{color:black;}h1{font-weight:
bold
;}后代选择器可用来寻找特定元素或元素组的后代。后代选择器由其他两个选择器之间的空格表示。
JiangJunDriver
·
2020-08-11 20:57
css
CSS为英文和中文字体分别设置不同的字体
font-family的调用方法:div{font-family:Arial,'TimesNewRoman','MicrosoftYaHei',SimHei;font:
bold
12px/0.75emArial
weixin_30879833
·
2020-08-11 18:54
HTML常用标签及其全称
2011/10/19/2217337.htmla超级链接(anchor)abbr简写的(abbreviation)acronym首字母缩略词(acronym)address地址(address)b粗体(
bold
BRCOCOLI
·
2020-08-11 12:04
HTML
javascript表单验证
请再输入一遍密码手机号码:请输入11位手机号码注册css部分.divAll{width:800px;font-family:'黑体';margin:50pxauto;}#titles{font-weight:
bold
benben0729
·
2020-08-11 11:36
前端
document.execCommand() 用法说明
Bold
切换当前选中区的粗体显示与否。BrowseMode目前尚未支持。Copy将当前选中区复制到剪贴板。CreateBookma
weixin_34026484
·
2020-08-11 05:35
关于python从远程服务器里面捞取资料并保存在本地D盘
window.title('mywindow')window.geometry('300x300')e=tk.Entry(window,show=None)e.pack()defset_style(name,height,
bold
ross_liu
·
2020-08-11 05:01
CSS 大全
PD样式font-style:oblique;(偏斜体)italic;(斜体)normal;(正常)行高line-height:normal;(正常)单位:PX、PD、EM粗细font-weight:
bold
yanguz
·
2020-08-11 01:56
Web
CSS中常用的属性,汇总,练习出一套试卷,简单版
FF0000}上课要好好学习,才能找到好工作字体属性*{background:black;}p{color:#FF0000;font-size:21px;font-family:楷体;font-weight:
bold
熊猫_water
·
2020-08-11 01:33
html
上一页
15
16
17
18
19
20
21
22
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他