font-weight

Web全栈-文字属性

孤人 提交于 2019-12-01 07:22:05
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>文字属性</title> <style> p{ font-style: italic; font-weight: bold; font-size: 10px; font-family:"楷体"; } </style> </head> <body> <!-- 1.规定文字样式的属性 格式:font-style: italic; 取值: normal : 正常的, 默认就是正常的 italic : 倾斜的 快捷键: fs font-style: italic; fsn font-style: normal; 2.规定文字粗细的属性 格式: font-weight: bold; 单词取值: bold 加粗 bolder 比加粗还要粗 lighter 细线, 默认就是细线 数字取值: 100-900之间整百的数字 快捷键 fw font-weight:; fwb font-weight: bold; fwbr font-weight: bolder; 3.规定文字大小的属性 格式:font-size: 30px; 单位:px(像素 pixel) 注意点: 通过font-size设置大小一定要带单位, 也就是一定要写px 快捷键 fz font-size

购物车,实现增删改查;无bug,还有一个直接修改购物车数量功能未实现

◇◆丶佛笑我妖孽 提交于 2019-12-01 05:02:20
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>购物车</title> <link rel="stylesheet" href="assets/css/cssreset.css"> <link rel="stylesheet" href="css/login.css"> <link rel="stylesheet" href="assets/css/cosmetics.css"> <link rel="stylesheet" href="assets/font-awesome-4.5.0/css/font-awesome.css"> <link rel="stylesheet" href="assets/css/bootstrap.css"> <style> .content{ width: 1903px; height: auto; background: url("assets/img/bg.jpg"); } .content{ background: url("assets/img/bg.jpg"); background-size: cover; width: 100%; height: auto; } .content .title{ width: 1200px; height:

博客园皮肤

好久不见. 提交于 2019-11-29 18:23:16
主题地址 silence 博客皮肤 blacklowkey 页面定制css代码 body{background:#fff;min-height:100%!important;color:#314659!important;font-family:Lato,"PingFang SC","Microsoft YaHei",sans-serif!important}a{transition:all .3s ease!important}a:hover{color:#2D8CF0!important;text-decoration:none!important}#ad_c1,#ad_c2,#ad_t2,#author_profile,#blogCalendar,#blogTitle h2,#comment_form_container p:nth-of-type(3),#comments_pager_top,#green_channel,#homepage_top_pager,#sidebar_imagecategory,#sidebar_postarchive,#sidebar_recentcomments,#sidebar_recentposts,#sidebar_scorerank,#sidebar_search,#sidebar_shortcut,#sidebar

博客园皮肤1

半城伤御伤魂 提交于 2019-11-29 17:24:11
Custom 预览 代码 CSS .cnblogs-markdown .hljs{display:block;color:#333;overflow-x:auto;background:#F2F4F5!important;border:none!important;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace!important;padding:1em!important;font-size:14px!important}.hljs-comment,.hljs-meta{color:#969896}.hljs-emphasis,.hljs-quote,.hljs-string,.hljs-strong,.hljs-template-variable,.hljs-variable{color:#df5000}.hljs-keyword,.hljs-selector-tag,.hljs-type{color:#a71d5d}.hljs-attribute,.hljs-bullet,.hljs-literal,.hljs-symbol{color:#0086b3}.hljs-name,.hljs-section{color:#63a35c}.hljs-tag{color:#333}.hljs-attr,

css3 3d 与案例分析

不想你离开。 提交于 2019-11-29 13:35:21
作者:魔洁 聊到3d那我们就先聊聊空间维度,首先一维,比如一条线就是一个一维空间,连点成线在这个空间里这些点只能前进后退,二维空间就是一个平面,这时点不仅可以前进后退还可以左右移动,3维空间也可以说是3d,这时点可以前进后退,左右,上下移动。css3里有几个关于3d运动的属性以及值我做一下解释 transform-style:preserve-3d;(transform-style是属性)(preserve-3d是值) (这个属性可以把一个处于2维的div变为3d空间,把这个属性比作一个相机的摄像头,这个div内的内容会以3d的形式通过摄像头的形式反馈给你,他的子元素才会享受3d效果,子元素以下的元素就不会有3d效果。) perspective:800px; (这个属性是配合上边的属性使用的 ,把这个属性比作你的屏幕距离摄像头的距离) transform:rotateY(180deg); (把这个3d空间div看做一个人rotateY(180deg),是做y轴旋转180°,y轴可以看作是一个人原地转身) transform:rotatex(180deg); (rotateY(180deg),是做x轴旋转180°,x轴可以看作是一个人原地翻跟斗) transform:rotateZ(180px); (rotateZ(180px),是在前进180px

目录测试

a 夏天 提交于 2019-11-29 11:41:41
测试 .hljs-comment, .hljs-quote { color: #a0a1a7 } .hljs-doctag, .hljs-keyword, .hljs-formula { color: #a626a4 } .hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst { color: #e45649 } .hljs-literal { color: #0184bb } .hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string { color: #50a14f } .hljs-built_in, .hljs-class .hljs-title { color: #c18401 } .hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number { color: #986801 } .hljs-symbol, .hljs-bullet, .hljs-link,

font Property

寵の児 提交于 2019-11-29 11:26:35
font Property font CSS 属性 CSS font 属性的语法为 font: font-style font-variant font-weight font-size/line-height font-family|caption|icon|menu|message-box|small-caption|status-bar|initial|inherit; 其实就是font-style、font-variant、font-weight、font-size、line-height、font-family属性的简写, 至于caption、icon、menu、message-box、small-caption、status-bar属性不比较不常用, 而且我也不知道如何用,所以就先忽略。 在使用font简写时,其中font-size、font-family两属性是必要指定的,缺一不可。 p.ex1 { font: 15px sans-serif; } p.ex2 { font: italic bold 12px/30px Georgia, serif; } This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph.

CSS基础(十一)-- 边框及其他样式之字体加粗

断了今生、忘了曾经 提交于 2019-11-29 04:10:23
随笔记录方便自己和同路人查阅,学习CSS时最好先学会HTML。 #------------------------------------------------我是可耻的分割线------------------------------------------- <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>input系列</title> </head> <body> <div class="c1 c2" style=" border:1px solid red; width:50%; height:100px; font-size:30px; font-weight:bold; text-align:center; line-height:100px; "> nihaone</div> </body> </html> 效果: font-weight:bold;表示字体加粗 来源: https://www.cnblogs.com/lirongyang/p/11303383.html

博客样式分享

拥有回忆 提交于 2019-11-28 14:48:24
声明:这份代码是 BNDong 大佬写的 为了方便萌新使用我就贴出来啦 记得先申请CSS权限 CSS代码框: #EntryTag{margin-top:20px;font-size:9pt;color:gray}.topicListFooter{text-align:right;margin-right:10px;margin-top:10px}#divRefreshComments{text-align:right;margin-right:10px;margin-bottom:5px;font-size:9pt}*{margin:0;padding:0}html{height:100%;max-height:100%;font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{background-color:#fff;font-size:12px;max-height:100%;font-family:"Merriweather","Open Sans","Microsoft Jhenghei","Microsoft Yahei",sans-serif;color:#3a4145;-moz-font-feature-settings:'kern' 1;-o-font-feature-settings:'kern

SharePoint Designer - Workflow

被刻印的时光 ゝ 提交于 2019-11-26 11:33:36
另一篇文章 SharePoint 2013 - Designer Workflow 1. Set field in current item : 不要连续多次使用,否则在发布时会出现unexpected error;当需要同时更新几个字段时,使用update list item。 2. Error:   (1)Errors were found when compiling the workflow. The workflow files were saved but cannot be run. Unexpected error on server associating the workflow。 --------http://support.microsoft.com/kb/2557533 3. Wait for Field Change in Current Item: 可使用此活动将工作流停顿在某一步; 4. 获取InfoPath的文件名(含扩展名)时,可以用 'Name (for use in forms)',或者Title属性,但不要使用Name属性,因为Name属性不包含扩展名; 5. Email 模板 <head><style>TABLE.mail { border-style:none; border-collapse:collapse; font:8pt