
css
wujiezhiwei
这个作者很懒,什么都没留下…
展开
-
设置背景图片background-background-size: cover
background-size: cover原创 2022-05-05 10:21:46 · 249 阅读 · 0 评论 -
el-dialog的title下面的横线自定义长度,利用::after
<template> <div> <el-button>弹出框</el-button> <el-dialog :title="dialogObj.title" :visible.sync="dialogVisible" width="30%" :before-close="handleClose" > <div class="order-style-co.原创 2022-04-26 17:40:54 · 1519 阅读 · 3 评论 -
【css】less和scss的写法nth-of-type和nth-child的&:使用
p{ &:nth-of-type(2){ margin-top:9px; } a{ color: $font-color836; } } .team{ width:100%; ..原创 2022-03-28 18:03:55 · 4642 阅读 · 0 评论 -
【css】background 背景颜色写法
.a:hover{ color: #dedede!important; background:url(~@/assets/images/a.png) no-repeat; background-size: 8Px 8Px; background-position: left; text-align: left; font-size: 16Px; }原创 2022-03-28 17:16:41 · 410 阅读 · 0 评论 -
【css】阴影线写法
阴影线写法 box-shadow:10px 0 10px -5px #d4d4d4, -10px 0 10px -5px #d4d4d4;原创 2022-03-28 17:13:17 · 405 阅读 · 0 评论