- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
在一点帮助下,它几乎是华丽的:TheZoo.com/shapes
除此之外,标题图标和我想要控制的文本之间没有空格。那么,如何在 css pseudo:before 形状中添加边距(或填充),同时避免额外的标记、间隔 div 或其他元素,完全依赖一个类中的 CSS,例如我的 star1 类?
我尝试添加各种填充、边距设置,但它扭曲了形状。简洁的方式是 Words Are Everything
感谢您的帮助!这是一个片段,但可能在页面上查看源代码会更好。
h2.star2:before {
width: 10px;
height: 20px;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 70px solid #c0d3eb;
/* position: absolute; */
content: "";
float: left;
}
h1.star1:after, h1.star1:before {
width: 10px;
height: 90px; /* This value changes nothing ? */
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 70px solid #c0d3eb;
position: absolute;
content: "";
}
div.star3 {
width: 10px;
height: 20px;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 70px solid #c0d3eb;
/* position: absolute; */
float: left;
}
div.star3:after {
width: 40px;
padding-right: 40px;
content: "hello dolly";
visibility:hidden;
}
最佳答案
您可以在标题上使用伪右并使用一些填充。
如果你使用线性背景和背景大小,它看起来会更好一些(并且在旧浏览器上根本不会显示:
.sideShaped {
margin:1em auto;
position:relative;
padding:0 1em;/* tune this */
display:table; /* or inline-block or else or nothing, optionnal */
}
.sideShaped:before, .sideShaped:after {
content:'';
width:0.8em; /* tune this */
background:linear-gradient(to top left, transparent 49%, blue 51%) right no-repeat,
linear-gradient(to top right, transparent 49%, blue 51%) left no-repeat; /* tune the color */
background-size:50% 130%; /* tune this too if you wish */
position:absolute;
top:0;
bottom:0;
}
:before {
left:0;
}
:after {
right:0;
}
<h1 class="sideShaped"> title 1 </h1>
<h2 class="sideShaped"> title 2 </h2>
<h3 class="sideShaped"> title 3 </h3>
<h4 class="sideShaped"> title 4 </h4>
<h5 class="sideShaped"> title 5 </h5>
<h6 class="sideShaped"> title 6 </h6>
关于css - 使用伪 :Before Trick, 添加空格的漂亮标题形状,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28507252/
在通过REST Request Body方法发出搜索请求时,例如 GET /bank/_search { "query": { "match_all": {} }, "sort": [
有没有办法检测用户是否停止滑动?也许 bij 鼠标输入检查之类的。我尝试在 onSliderChange 事件中使用鼠标 isButton0Release 和 hasFocus 来检查用户是否停止滑动
(来源:google.com) 最近,我发现我的应用程序中显示的汉字相当难看。 我想我应该让它们“消除锯齿”。但是,我如何在 Java 中做到这一点? 仅供引用,我没有明确选择要在 GUI 应用程序中
我正在创建一个网站,根据某些条件(即是否登录、是否填写表格等),不同页面的外观可能会有很大差异。这使得需要在不同的时间输出不同的html block 。 但是,这样做会使我的 php 代码看起来很糟糕
已关闭。这个问题是 off-topic 。目前不接受答案。 想要改进这个问题吗? Update the question所以它是on-topic用于堆栈溢出。 已关闭10 年前。 Improve th
如果我有一个类包含例如几个将用向量填充的槽,那么问题通常会出现。如果我想让这个类的对象或多或少透明,我会为它实现 print-object。在这里我遇到了问题: 如果我在一行中打印所有内容,REPL
我有一个允许上传到我网站的文件扩展名列表。 我用 jQuery Validation plugin 检查它们. 如果他们选择了不受支持的扩展程序,我会显示一条错误消息。 看起来像 var msg =
在一个本身嵌套在一个或多个父数组/结构/union 中的数组/结构/union 中读取多个数字/字符串的最佳方法是什么? 没有临时变量的第一个例子: printf("%d %d\n", a[9][3]
我是 AngularJS 的新手。我目前在为我的观点编写漂亮的 url 时遇到问题。我已经设置了 $locationProvider.html5Mode(true);删除 #从地址栏中显示的网址。但是
我有一个带有 ElasticSearch 的自动完成 jquery 功能。输入第一个字母时出现以下错误。 跨源请求被阻止:同源策略不允许读取 http://localhost:9200/test12/
我是一名优秀的程序员,十分优秀!