- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我使用的是 Hugo 主题,在 css 中,我无法找到不允许我将文本环绕在图像周围的属性。
当我将我的 css 精简到我想要的时候:
http://jsfiddle.net/d7cLxbs0/10/
有效。
我需要另一双眼睛,因为我看不到我不知道我在寻找什么。
编辑。
我已经包含了我的 CSS 当前情况的演示。
http://jsfiddle.net/obpjh4em/9/
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
html {
background-color: #39424E;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px
}
body {
font-size: 16px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #fff;
line-height: 2rem;
font-weight: 300;
letter-spacing: 1.5px;
text-shadow: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
opacity: 1
}
h1,
h2,
h3 {
margin-bottom: 0.5em;
text-align: center;
color: #fff;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
border-bottom: 1px solid #f2ca48;
/* opacity: 0.6 */
}
li {
list-style-type: none;
opacity: 0.8
}
li a {
opacity: 0.9
}
p {
display: inline;
/* opacity: 0.8 */
}
a {
color: #fff;
text-decoration: none;
border-bottom: 1.75px solid #f2ca48;
/* -webkit-transition: .5s ease;
transition: .5s ease */
}
a:hover {
color: #f2ca48;
font-style: none
}
a:active {
color: #ccc
}
button {
padding: 20px;
border: 0px;
border-radius: 5px;
background: #fff
}
button:hover {
-webkit-box-shadow: 5px 5px #111;
box-shadow: 5px 5px #111
}
hr {
margin: 1rem 0;
/* background-color: transparent; */
width: 50%;
border-style: solid;
color: #f2ca48;
border-width: 1px;
opacity: 0.6
}
.wrap {
margin: 0 auto;
margin-top: 6rem;
width: 55%
}
.firstcharacter {
color: #f2ca48;
/* float: left; */
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 6rem;
line-height: 45px;
padding-top: 15px;
padding-right: 8px;
padding-left: 3px;
}
form {
padding-bottom: 12px;
}
article form {
margin-bottom: 24px;
}
input,
button {
border-radius: 0;
border: none;
outline: none;
background: #fff;
font: 300 16px/1.4 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 12px;
box-sizing: border-box;
cursor: pointer;
width: 38%;
vertical-align: middle;
}
input {
background: #f5f5f5;
margin-bottom: 4px;
color: #222;
-webkit-appearance: none;
-webkit-border-radius: 0;
border-left: 4px solid #f2ca48;
margin: 0;
transition: ease all .4s;
}
button {
background: #f9415d;
color: #fff;
font-weight: 400;
transition: ease all .4s;
}
button:hover {
background: #222;
}
.left {
margin-bottom: 1em;
line-height: 1.8;
letter-spacing: 2px;
/* opacity: 0.8; */
/* z-index: 1; */
}
.right {
max-width: 50%;
/* margin-right: 50px; */
/* max-height: 100%; */
margin: 1rem auto;
float: right;
/* opacity: 1; */
position: relative;
display: inline-block;
}
@media screen and (max-width: 960px) {
.wrap {
padding: 1rem;
width: 100%
}
}
.tag {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: transparent;
position: relative;
bottom: 0
}
.section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.bottom-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
font-weight: 300;
align-items: center;
padding-top: 3rem;
text-align: center;
}
.footer {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
background-color: transparent;
position: relative;
font-weight: 300;
bottom: 0;
padding: 2rem 1rem;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1rem;
line-height: 1em;
opacity: 0.8
}
.footer a {
border-bottom: none
}
#copyright {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
background-color: transparent;
position: relative;
font-weight: 300;
text-decoration: none;
letter-spacing: 1.5px;
bottom: 0;
padding: 0 0 2rem;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1rem;
line-height: 1em;
opacity: 0.8;
}
#splash {
margin: auto 0;
height: 100vh;
width: 55%;
overflow: hidden
}
@media screen and (max-width: 736px) {
#splash {
width: 90%
}
}
#big-link {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 3rem;
font-weight: 300;
margin-bottom: 2rem;
line-height: 1.5em
}
#title {
margin-top: 3rem;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 2rem;
line-height: 3rem;
font-weight: 300;
border-bottom: 1px solid #f2ca48;
margin-bottom: 2rem
}
#content {
margin: 2rem 0;
line-height: 2em;
letter-spacing: 2px;
font-weight: 300;
}
#content h1,
#content h2,
#content h3 {
margin: 1em 0em;
text-align: left
}
#content p {
margin-bottom: 1em;
line-height: 1.8;
letter-spacing: 2px;
opacity: 0.8;
}
#content pre {
line-height: 2rem;
border-radius: 2px;
background-color: #4f5b6b;
padding: 1rem;
max-width: 100%;
overflow-x: scroll
}
#content pre>code {
border: none
}
#content code {
font-size: 0.9rem;
font-family: 'Source Code Pro', monospace;
background-color: #4f5b6b;
padding: 0.2rem;
border-radius: 2px
}
#content img {
width: 100%;
/* max-width: 100%; */
display: block;
/* margin: 2rem auto; */
opacity: 1
}
#content blockquote {
background-color: rgba(204, 204, 204, 0.152);
color: #ccc;
font-size: 21px;
padding: 1rem;
margin: 2rem 1rem 2rem 1rem;
font-style: italic;
border-radius: 2px
}
#content blockquote ul {
margin-top: 1rem
}
#content blockquote li {
list-style: disc
}
#content table {
width: 100%;
border-collapse: collapse;
margin: 1rem 0;
overflow-x: auto
}
#content table th {
font-size: 0.9rem
}
#content table td,
#content table th {
padding: 2px 5px;
text-align: center;
border: 1px solid #ccc
}
#content li {
/* list-style: inside; */
margin-left: 1rem;
line-height: 2
}
#content li:last-child {
margin-bottom: 1rem
}
#tag {
padding: 0.25em 0em;
margin-right: 0.5em;
opacity: 0.6
}
.grid {
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
grid-auto-rows: 400px
}
@media screen and (max-width: 736px) {
.grid {
grid-template-columns: repeat(auto-fit, minmax(100%, 1fr))
}
}
.grid>div {
background-color: transparent;
}
.grid>div>img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
opacity: 1
}
.grid>div>a>img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
opacity: 1
}
.go-left {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.go-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end
}
.go-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
最佳答案
demo中的问题是body
是flex
。从代码中删除这些行:
display: -webkit-box;
display: -ms-flexbox;
display: flex;
问题就解决了。
关于css - 文字不环绕图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52335445/
由于 typescript 现在支持条件类型,我决定进行一些元编程,为 VSCODE intellisense 添加更多 flavor 。但是,虽然使用 A extends B 可以轻松分离其他类型,
我有一个 php var,它在回显时将 JS 函数写入页面的源代码。该函数循环遍历 CSV,因此其中包含以下行: $str="var lines = data.split('\n');"; 目前,当回
我有以下代码: name= "a"; value="b" $.post("ajax.php", {name:value}).... 然而 ajax.php 将收到 name=b 而不是 a=b。 我如
以下情况: var myVehicle = { brand: 'Tesla' }; var isMoving = Symbol(); var currentStatus = Symbol(); myV
我正在为 Python 翻译器编写 JavaScript,“\8”和“\9”给我带来了很多问题。根据文档,像“\8”或“\9”这样的东西是非法的,因为它们不是有效的八进制转义符。 Esprima pa
我有一个简单的 LinearLayout。当我将 android:background 添加到 LinearLayout 时,TextView 不再可见。 我不明白什么?
在尝试获得某种效果时遇到困难: 我有一张图片。我想将鼠标悬停在它上面。它应该变黑并弹出一些文本。 例子^ 执行此操作最简单/最简单的设置是什么?最好只有 HTML 和 CSS 注意:该元素需要在 CS
考虑以下代码: #include void f(const char * str) { str = "java"; } void main (int argc, char * argv[])
我想在 MySQL 中插入一条具有非 ASCII Unicode 字符的记录,但我在一个不允许我轻松键入非 ASCII 字符的终端上。如何在 MySQL 的 SQL 语法中转义 Unicode 文字?
Perl脚本batchReplace.pl可以用来批量替换文件中的文字/代码。可在指定目录中查找指定类型的文件,并递归检查子目录;在输出文件时复制输入文件的目录结构。 [附件]Win32应用程序b
我知道从 flutter 应用程序共享的官方包。 https://pub.dartlang.org/packages/share 共享文本和 url 很容易,但我想共享来自服务器的图像意味着它是 UR
在 Qt 文档中,它说 qreal是一个 Typedef for double unless Qt is configured with the -qreal float option. 这基本上意味
我想让 idris 证明 testMult : mult 3 3 = 9有人居住。 不幸的是,这是键入为 mult (fromInteger 3) (fromInteger 3) = fromInte
如您所知,Apple 为 NSNumber、NSDictionary、NSArray 等类提供了 @literals,因此我们可以通过这种方式创建对象,例如 NSArray *array = @[ob
有没有办法在类型上定义公共(public)文字(C# 中的公共(public) const)?显然 let 类型中的绑定(bind)必须是私有(private)的,并且 Literal 属性不能应用于
为什么下面的语法不能识别 bool 值? 我已经将其与 Java 和 GraphQL 的语法进行了比较,但不明白为什么它不起作用。 给定以下语法,解析如下: foo = null // foo = v
当我需要一个文字来测试一个带有序列的函数时,我注意到我自己的习惯比列表更频繁地使用向量。 IE。 : (map inc [1 2 3]) 但不是: (map inc (list 1 2 3)) 虽然它
是否可以在sqlite中制作类似的东西? FOREIGN KEY(TypeCode, 'ARawValue', IdServeur) REFERENCES OTHERTABLE(TypeCode, T
在我这学期的系统软件类(class)中,我们正在学习汇编程序和其他系统软件。在阅读整个类(class)时,我遇到了LITERALS主题。 对文字和立即操作数进行了比较,发现它们之间的唯一区别是文字不被
我正在使用命令行语法编写一个 gstreamer 管道来发送视频流,并想用它发送数据。我认为可行的一种解决方案是将数据作为字幕文件发送。 我可以使用以下管道通过 rtp 多路复用视频和字幕文件: gs
我是一名优秀的程序员,十分优秀!