HTML里的小点起什么作用??如图

HTML里的小点起什么作用??如图,第1张

点是css中选择器的一种

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、选择【开始】-【段落】组,点击右下角的“段落设置”按钮,打开“段落”对话框,在【换行和分页】-【分页】项下取消勾选所有复选即可取消小黑点。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/6098003.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-03-14
下一篇 2023-03-14

发表评论

登录后才能评论

评论列表(0条)

保存