css总结-------------初学者

position:absolute;绝对定位
position:relative;相对定位
position:static;静态定位
position:sticky是一个新的css3属性,它的表现类似position:relative和position:fixed的合体,在目标区域在屏幕中可见时,它的行为就像position:relative; 而当页面滚动超出目标区域时,它的表现就像position:fixed,它会固定在目标位置。

    border: 3px solid #ffffff;
background-color: white; 边框设置为白色
font-size:14px   设置字体大小
font-family:'微软雅黑';字体设置为微软雅黑
font-weight:normal;字体不加粗
<marquee direction=left>从右往左播字幕</marquee>
cursor: pointer; 加小手
text-indent:2em;缩进2格
#000;黑色
#444;灰色
=========================div上邦方法VUE中=======================
 <div @click = "patrolMore(item.id)">{{item.patrolAccount.pname}}</div>

=========================A标签上邦方法=======================
<a href="###" @click = "patrolMore()" style="color:#000;border:none;font-weight:normal; background-color: white;font-family:'微软雅黑'" >更多<<</a>

=========================路由跳转=========================
patrolMore (id) {
        this.$router.push('inspection-center/inspection-record/'+id);
    },
patrolMore2 () {
        this.$router.push('inspection-center/inspection-record/'+'undefined');
    },

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值