styles 相关问题

不要使用此标签。此标记目前没有单一的,明确定义的含义。它通常用于代替[css]或与[css]结合使用。它还用于有关用户界面外观和源代码格式问题的问题。

[UWP] [VisualState]自定义ListViewItem悬停演示文稿

我想将悬停动作添加到ListViewItem,但似乎在ListViewItem.DataTemplate中,不会触发“ PointerOver”状态。我正在创建一个自定义ItemContainerStyle,但在此过程中...

回答 1 投票 0

在“ li”标签内包含一个“ a”和“ img”标签

如标题中所述,我想在li内获取一个图标和一个标签。我想要导航栏中文字左侧的小图标,但整个栏都可单击。我试图用Google ...

回答 1 投票 0

如何在VueJS中通过迭代将样式临时应用于一个项目?

我相信对我想要实现的目标有更好的解释,所以请自由编辑。假设我有一个菜单,其中列出了水果及其价格。我想显示一个将...

回答 1 投票 1

如何在asp按钮内添加图像

嗨,我想知道如何在asp.net中的按钮内添加图像] >>

回答 4 投票 2

当从外部设备访问本地主机AMPPS上托管的应用程序时,样式无法加载

我已经在我的本地主机AMPPS上安装了Zenbership实例,并且在本地主机上似乎可以正确加载。但是,当我尝试从外部设备(例如另一台PC或...

回答 1 投票 0

HTMLRenderer和PDFSharp即使使用嵌入式样式也无法很好地呈现表

我正在尝试使用HTMLRenderer和PDFSharp输出PDF文件。但我注意到,即使是非常简单的表也无法正确呈现。我将样式嵌入到网页中。我什至尝试过样式标签...

回答 1 投票 0

为HBox设置背景图像-JavaFX

我无法为Hbox设置背景图片。我试过了:HBoxName.setStyle(“-fx-background-image:images / background.png”);在initialize方法中,然后我也尝试在...

回答 1 投票 0

为什么@media only屏幕CSS无法与!IMPORTANT;?

唯一可以使css @media起作用的时间是,如果我使用!IMPORTANT;在css中,例如@media only屏幕和(max-width:600px).example {padding-left:2px!IMPORTANT; } .example {width:...

回答 1 投票 0

jQuery样式和颜色

如何使用Jquery为元素创建样式?我们必须做一张桌子,给单元格某些背景色。我想知道是否可以使用addClass()方法。我必须...

回答 1 投票 0

在带有extsharp的现有pdf文件底部插入红色文本

我有一个现有的PDF文件,我想在PDF文件的底部插入一个红色的文本,但是现有的pdf文件的颜色必须保持不变。

回答 4 投票 -1

想重复我的文本框背景固定

这是我的6位数OTP #txtOTP的文本框样式{padding-left:15px;字母间距:42px;边界:0;背景图像:线性渐变(向左,#e1e1e1 70%,rgba(...

回答 1 投票 0

React-Native自动完成输入中textInput中的边界

我正在尝试删除我的textInput的顶部,右侧和左侧边框(显然,我只想底部边框:)),并且使用package react-native-autocomplete-input我尝试了borderTop:0 ...

回答 2 投票 0

如何在jquery中总计两个不同的下拉选项

我想知道是否可以将两个不同的选项组合在一起以显示在下面的总计按钮上?我在每个选择上都插入了计算。当用户选择了数量时,...

回答 4 投票 2

将css样式应用于我的有角度应用程序中的所有primeng对话框

我在整个角度应用程序中都使用了引发对话框。我可以使用ng-deep更改每个特定的对话框样式。例如,我有与我们联系的页面,其中包含以下文件:contact.html contact ....

回答 1 投票 0

我的班级/ ID /重点标签不起作用

我是编码新手。因此,基本上,在进入训练营之前,我正在学习在线Web开发人员课程,并且我在代码中使用Sublime Text,我非常执着!因此,在本练习中,样式已完成...

回答 3 投票 0

restraps-如何更改 的颜色(单击以滑动照片的左/右小箭头)?

出于某种原因,我无法使用内联样式或CSS模块来更改轮播控件的颜色...有什么想法吗?这是js文件:return( ...

回答 1 投票 0

如何以Google文档字符串格式格式化长行的参数描述

[这是从Google样式文档字符串中摘录的:def function_with_types_in_docstring(param1,param2):“”“示例函数具有文档字符串中记录的类型。 [

回答 1 投票 0

我可以在没有CSS的情况下更改asp.net上按钮的样式吗?

我可以在按钮的代码中添加功能来喜欢更改其形状并使它更圆吗?我不想添加图像按钮,而只是更改我已有的按钮的形状。

回答 1 投票 -1

将HTML样式转换为简单的搜索功能

我将创建一个简单的html页面作为Firefox默认主页。我使搜索功能正常工作,但是现在我想在页面中添加样式。这是我的功能: ] >>] 请参阅W3schools CSS页面以获取更多样式https://www.w3schools.com/howto/howto_css_searchbar.asp 为了设置样式,必须应用CSS。 按照WW3 Schools Search Button Styling 我已通过以下方式修改了您的HTML代码以实现此目的: 将Submit输入更改为button类型,以允许使用内部文本项(用于放大镜搜索符号)。 出于与上述相同的原因,将您的Reset输入转换为类型button。 将input[type="term1"]移至select后,使其与您提供的样式简介保持一致。 [在FontAwesome中包含对head库的引用,因此可以使用刷新和放大镜符号 参考相关<i>内<button标签中的刷新和放大镜符号> 这里是更新的HTML with CSS: * { font-size: 14px; } select { height: 35px; border: 1px solid grey; background: #f1f1f1; } input[type="text"] { height: 30px; text-indent: 10px; border: 1px solid grey; background: #f1f1f1; } form { display: flex; flex-direction: row; width: 100%; } input[name="term_1"] { width: 100%; } button { width: 100px; background-color: #2196F3; border: 1px solid grey; color: white; } button:hover { cursor: pointer; background-color: #0b7dda; } <head> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <form action="" onsubmit="return false"> <select name="field_1" id="option"> <option value="t" selected="selected">Title</option> <option value="a">Author</option> <option value="s">Subject</option> <option value="call_number">Call Number</option> <option value="p">Publisher</option> </select> <input type="text" name="term_1" size="38" maxlength="50" value="" id="searchbox" placeholder="Enter search term.."><br /> <button type="submit" onclick=search()><i class="fa fa-search" aria-hidden="true"></i></button> <button type="reset"><i class="fa fa-refresh" aria-hidden="true"></i> </button> </form> <script> function search() { var search_input = document.getElementById("searchbox").value; // value of search box var option = document.getElementById("option").value; //value of select window.open('http://webpac.kdu.edu.my/search/query?match_1=MUST&field_1=' + option + '&term_1=' + search_input + '&facet_loc=20000&sort=relevance&theme=kdu', 'bswindow'); //proceed with search } </script> 这里也是JSFiddle供参考。 <div id="cover"> <form method="get" action=""> <div class="tb"> <div class="td"><input type="text" placeholder="Search" required></div> <div class="td" id="s-cover"> <button type="submit"> <div id="s-circle"></div> <span></span> </button> </div> </div> </form> </div> * { outline: none; } html, body { height: 100%; min-height: 100%; } body { margin: 0; background-color: #ffd8d8; } .tb { display: table; width: 100%; } .td { display: table-cell; vertical-align: middle; } input, button { color: #fff; font-family: Nunito; padding: 0; margin: 0; border: 0; background-color: transparent; } #cover { position: absolute; top: 50%; left: 0; right: 0; width: 550px; padding: 35px; margin: -83px auto 0 auto; background-color: #ff7575; border-radius: 20px; box-shadow: 0 10px 40px #ff7c7c, 0 0 0 20px #ffffffeb; transform: scale(0.6); } form { height: 96px; } input[type="text"] { width: 100%; height: 96px; font-size: 60px; line-height: 1; } input[type="text"]::placeholder { color: #e16868; } #s-cover { width: 1px; padding-left: 35px; } button { position: relative; display: block; width: 84px; height: 96px; cursor: pointer; } #s-circle { position: relative; top: -8px; left: 0; width: 43px; height: 43px; margin-top: 0; border-width: 15px; border: 15px solid #fff; background-color: transparent; border-radius: 50%; transition: 0.5s ease all; } button span { position: absolute; top: 68px; left: 43px; display: block; width: 45px; height: 15px; background-color: transparent; border-radius: 10px; transform: rotateZ(52deg); transition: 0.5s ease all; } button span:before, button span:after { content: ''; position: absolute; bottom: 0; right: 0; width: 45px; height: 15px; background-color: #fff; border-radius: 10px; transform: rotateZ(0); transition: 0.5s ease all; } #s-cover:hover #s-circle { top: -1px; width: 67px; height: 15px; border-width: 0; background-color: #fff; border-radius: 20px; } #s-cover:hover span { top: 50%; left: 56px; width: 25px; margin-top: -9px; transform: rotateZ(0); } #s-cover:hover button span:before { bottom: 11px; transform: rotateZ(52deg); } #s-cover:hover button span:after { bottom: -11px; transform: rotateZ(-52deg); } #s-cover:hover button span:before, #s-cover:hover button span:after { right: -6px; width: 40px; background-color: #fff; } 搜索栏的演示。您可以按照此操作。 或 如果您想要更多不同的商品。您可以检查以下内容:https://freefrontend.com/css-search-boxes/

回答 3 投票 -1

PySide2 + QML:QApplication:传递了无效的样式覆盖,忽略了它

我正在使用QML + PySide / Python作为后端构建一个简单的应用程序。我正在尝试使用“通用” qml样式。我是QApplication的子类,并添加了-style Universal参数:MyApp(...] class>

回答 1 投票 1

© www.soinside.com 2019 - 2024. All rights reserved.