- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我有以下 Razor View
@{
ViewBag.Title = "UserCost";
}
<head>
<link href="@Url.Content("~/Styles/products.css")" rel="stylesheet" type="text/css" />
</head>
<div class="home-main">
<div class="full-width-div">
<div class="container-fluid">
<div id="usercost-banner" class="jumbotron" ></div>
</div>
</div>
<div class="container-row bg-deep-blue">
<div class="container">
<div class="section-title">
Why UserCost
</div>
<div class="row ">
<div class="col-md-4 text-center">
<h2>Costing</h2>
<p>
Situation admitting promotion at or to perceived be. Mr acuteness we as estimable
enjoyment up. An held late as felt know. Learn do allow solid to grave. Middleton
suspicion age her attention. Chiefly several bed its wishing. Is so moments on
chamber pressed to. Doubtful yet way properly answered humanity its desirous.
Minuter believe service arrived civilly add all. Acuteness allowance an at eagerness
favourite in extensive exquisite ye. <br /><br />
</p>
<p>
<a class="btn btn-outline-primary"
href="https://go.microsoft.com/fwlink/?LinkId=301865">
Learn more
</a>
</p>
</div>
<div class="col-md-4 text-center">
<h2>Groupers</h2>
<p>
Situation admitting promotion at or to perceived be. Mr acuteness we as estimable
enjoyment up. An held late as felt know. Learn do allow solid to grave. Middleton
suspicion age her attention. Chiefly several bed its wishing. Is so moments on
chamber pressed to. Doubtful yet way properly answered humanity its desirous.
Minuter believe service arrived civilly add all. Acuteness allowance an at eagerness
favourite in extensive exquisite ye. <br /><br />
</p>
<p>
<a class="btn btn-outline-primary"
href="https://go.microsoft.com/fwlink/?LinkId=301866">
Learn more
</a>
</p>
</div>
<div class="col-md-4 text-center">
<h2>Consultancy</h2>
<p>
Situation admitting promotion at or to perceived be. Mr acuteness we as estimable
enjoyment up. An held late as felt know. Learn do allow solid to grave. Middleton
suspicion age her attention. Chiefly several bed its wishing. Is so moments on
chamber pressed to. Doubtful yet way properly answered humanity its desirous.
Minuter believe service arrived civilly add all. Acuteness allowance an at eagerness
favourite in extensive exquisite ye. <br /><br />
</p>
<p>
<a class="btn btn-outline-primary"
href="https://go.microsoft.com/fwlink/?LinkId=301867">
Learn more
</a>
</p>
</div>
</div>
</div>
</div>
</div>
将 products.css 作为
#usercost-banner {
background-image: url("../Resources/Images/Pngs/Products/usercost_wide_banner3000x800.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: flex;
}
.full-width-div {
width: 100%;
left: 0;
}
.full-width-div .container-fluid {
padding-left: 0rem;
padding-right: 0rem;
}
sgv {
height: 200px;
width: 200px;
}
rect {
fill: #0094ff;
}
.section-title {
font: 600 12px/15px Gotham SSm A,Gotham SSm B,Helvetica,Arial,sans-serif;
display: flex;
align-items: flex-end;
box-sizing: border-box;
width: 120px;
height: 120px;
margin-top: -130px;
margin-bottom: 64px;
padding: 12px;
background: #161616;
text-transform: uppercase;
color: #fff;
}
.container-row {
height: auto;
position: relative;
width: 100%;
left: 0;
}
.bg-deep-blue {
background: #226695;
}
.bottom-row {
margin-bottom: 80px;
}
这给了我
但是我想要一些看起来像的东西
如何使用 HTML/CSS 实现这一点?
最佳答案
我的建议是使用元素的绝对定位。你需要修改一些东西 - 包装 block - 在你的情况下 .container 元素应该有“position:relative” - 这将允许你在容器内“移动”部分标题。正如您所知道的 section-title 元素的高度,您可以使用 margin-top: -50% 或 -60px 来产生“重叠”效果。
.container {
position: relative;
}
.section-title {
font: 600 12px/15px Gotham SSm A,Gotham SSm B,Helvetica,Arial,sans-serif;
position: absolute;
top: 0;
right: 0;
width: 120px;
height: 120px;
margin-top: -60px;
background: #161616;
text-transform: uppercase;
color: #fff;
}
关于html - Shift <div> block 外,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52223869/
我正在尝试实现 Intellij 之类的双类导航。我发现它被称为“快速打开文件”的“序列键绑定(bind)”。 因此,我在 .sublime-keymap --- USER 中添加了这一行 { "
this.x = (Math.random()*canvasWidth); this.y = (Math.random()*canvasHeight); (1) this.shift = {x: th
我目前正在研究编译器,据我了解,在 LR(0) 中,有时会出现“shift/reduce”或“reduce/reduce”冲突,但不可能出现“shift/shift”冲突!为什么我们不能发生“转变/转
我希望使用 AutoHotKey 来修改我的 shift 键的功能。 Steve Losh 的博客条目 here 中描述了该功能。 .具体来说,我希望我的 shift 键执行以下操作: 如果 LShi
在我的Redis数据库中,我有一个以prefix:格式保存的键列表,所以示例数据库看起来像这样:。问题是,当我尝试删除前缀:1时,因为无论出于什么原因,我都需要删除IPSUM,在索引之间留下了一个间隙
在我的Redis DB中,我有一个以prefix:格式保存的键列表,因此示例数据库如下所示:。问题是,当我尝试删除前缀:1时,因为无论出于什么原因,我都需要删除IPSUM,在索引之间留下了一个间隙--
Listview 控件中是否有可以上下移动项目的功能? 最佳答案 我没有太多使用 TListView(我主要使用数据库网格),我把你的问题作为学习一些东西的机会。下面的代码是结果,它比大卫的答案更直观
我有点难以发现这两种操作的不同之处。所以我读到算术移位与逻辑移位基本相同,唯一的区别是它以某种方式保持最高位或有符号位。 所以当我在 101110 上做 LSL #2 时假设这个二进制是一个无符号的,
我正在尝试使用 shift+shift 配置键映射,这可能吗? 我试过: But this maps shift + S and this that maps to unknown 最佳答案 您不
我正在努力在 vim 中绑定(bind) Shift+- 组合。我已经尝试了以下两种选项,但都没有可用的选项,并且谷歌搜索没有带来任何相关信息。 nnoremap - nnoremap - 我正在
我正在使用基于Gallery 的Cover-flow,正如建议的那样here . 是否有可以捕获的事件表明在我的画廊/封面流中进行了一次移位(向左或向右)? 需要明确的是,如果我给画廊一个像样的滑动并
这个问题在这里已经有了答案: Cocoa - NSEvent Respond to the SHIFT key? (5 个答案) 关闭 3 年前。 我正在制作这个应用程序,我想检测是否检测到 shi
我不允许在我的 C 代码中使用浮点变量(出于性能原因)。我想进行整数除法运算,同时我想尽可能地防止除法损失。 我的理解是,如果分子很大,除法运算会产生很好的结果。目前我正在对分子进行左移操作以使其成为
我有一个文本输入,当用户按下 shift(keydown)并绑定(bind)一个监听器以监听 shift 键时,它现在变得透明 即。 $('#foo').keydown(function(){
我有一个包含 shift 命令的 bash 脚本。 它在 bash 中运行正常,但在 zsh 环境中,shift 命令似乎不同。 zsh $ shift shift: shift count must
我正在使用 Fedora 29 中包含的 vim: VIM - Vi IMproved 8.1(2018 年 5 月 18 日,2019 年 2 月 4 日 14:19:12 编译) 我刚刚注意到按
我有一个包含 shift 命令的 bash 脚本。 它在 bash 中运行正常,但在 zsh 环境中,shift 命令似乎不同。 zsh $ shift shift: shift count must
我正在使用 Fedora 29 中包含的 vim: VIM - Vi IMproved 8.1(2018 年 5 月 18 日,2019 年 2 月 4 日 14:19:12 编译) 我刚刚注意到按
我可以使用 UITextViewDelegate 或 NSNotificationCenter 来检测用户何时点击 Keyboard 上的字符键将文本输入到 UITextView. 但我的应用程序需要
当我尝试单击 shift + tab 组合时, Shiftkey 被触发 $("#buttonZZ").on("keydown",function (eve) { if (eve.keyCod
我是一名优秀的程序员,十分优秀!