1 类别选择器
如.xx{ }
应用:<div class="xx"></div>
2 ID选择器
如#xx{ }
应用:<div id="xx"></div>
3 html标识选择器
如div{ }
应用:<div><div
HTML+CSS网站点赞和打赏的功能,实现方法如下:
1、HTML代码:
<body><div class="thumbs_content">
<a href="javascript:void(0)" class="thumbs_button fa fa-thumbs-up" title="点赞,支持一下"> 点赞</a>
<a href="javascript:void(0)" class="reward_button fa fa-money" title="打赏,支持一下"> 打赏</a>
<span class="clear"></span>
</div>
</body>
2、CSS代码如下:
<style type="text/css">.thumbs_content{
width: 291px
margin: 0 auto
}
.thumbs_button{
float: left
width:145px
text-align: center
margin:5px auto
height: 45px
line-height: 45px
background-color:#444
color:#fbfbfb
text-align:center
text-decoration:none
font-weight:bold
font-size:16px
transition: all 0.3s
border-radius: 0 0 0 25px
-webkit-border-radius: 0 0 0 25px
-moz-border-radius: 0 0 0 25px
-o-border-radius: 0 0 0 25px
}
.reward_button{
float: left
width:145px
text-align: center
margin:5px auto
height: 45px
line-height: 45px
background-color:#cd4450
color:#fbfbfb
text-align:center
text-decoration:none
font-weight:bold
font-size:16px
border-left:1px solid #fbfbfb
transition: all 0.3s
border-radius: 0 25px 0 0
-webkit-border-radius: 0 25px 0 0
-moz-border-radius: 0 25px 0 0
-o-border-radius: 0 25px 0 0
}
.thumbs_button:hover, .reward_button:hover{
opacity:0.8
font-size:18px
}
.clear{
clear:both
}
</style>
3、效果图:
*** 作方法:1、选择【开始】-【段落】组,点击【显示/隐藏编辑标记】按钮,隐藏小黑点。
2、选择【文件】-【选项】命令,打开“Word选项”对话框,选择“显示”选项卡,取消勾选“段落标记”选项,黑点即消失。
3、选择【文件】-【选项】命令,打开“Word选项”对话框,选择“显示”选项卡,取消勾选“显示所有格式标记”选项,黑点即消失。
4、选择【开始】-【段落】组,点击右下角的“段落设置”按钮,打开“段落”对话框,在【换行和分页】-【分页】项下取消勾选所有复选即可取消小黑点。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)