码迷,mamicode.com
首页 >  
搜索关键字:fff    ( 482个结果
使得多个div容器高度保持动态一致
<!DOCTYPE html> <html> <head> <title>多个div高度保持一致</title> <style type="text/css"> #parent { color: #fff; width: 1140px; margin: 0px auto; border: 1px s ...
分类:其他好文   时间:2021-07-05 18:18:41    阅读次数:0
小#fff的远程服务器初探
感谢搜索引擎,踩坑无数最终还是Mission Complete。 由于种种原因,我需要配置远程服务器,在上面安装向日葵远程桌面。 一、连接服务器 win10已经带有OpenSSH客户端(在应用-可选功能中确认),以管理员身份运行powershell,使用以下命令即可连接到远程服务器。 ssh use ...
分类:其他好文   时间:2021-06-19 19:19:03    阅读次数:0
微信小程序-导航栏制作
"tabBar": { "color": "#8a8a8a", "selectedColor": "#1AAD16", "backgroundColor": "#fff", "borderStyle": "white", "list": [ { "pagePath": "pages/index/in ...
分类:微信   时间:2021-04-08 13:41:30    阅读次数:0
Vant weapp踩坑之滑动单元格SwipeCell样式问题
Vant weapp滑动单元格SwipeCell按钮样式 引用swipeCell组件的页面,index.wxss中添加样式 .van-swipe-cell__left{ width: 130rpx; height: 100%; font-size: 30rpx; color: #fff; text- ...
分类:移动开发   时间:2021-03-18 14:37:32    阅读次数:0
hover时下划线从中间向两端渐变
.nav{ float: left; } .nav ul li { float: left; position: relative; } .nav ul li a{ color: #FFF; font-size: 16px; line-height: 80px; margin: 0 25px; } ...
分类:其他好文   时间:2021-03-03 12:36:32    阅读次数:0
1.4 HTML5新增的表单属性
1.4 HTML5新增的表单属性 属性值说明 required required 表单拥有该属性表示其内容不能为空,必填 placeholder 提示文本 表单的提示信息,存在默认值将不显示(修改文字颜色input::placeholder{color:#fff}) autofocus autofo ...
分类:Web程序   时间:2021-02-22 12:08:02    阅读次数:0
提示框简单封装
jQuery封装 css .myToast,.myToast{ position: fixed; top:50%; left:50%; z-index: 1000; color:#fff; text-align: center; border-radius: 0.2rem;; transform:t ...
分类:其他好文   时间:2020-12-29 11:23:54    阅读次数:0
使用 CSS 3 操作数据内容样式 -cyy
使用css定制表格: .table{ display:table; /*相当于table*/ section{ &:nth-of-type(1){ display:table-header-group; /*相当于thead*/ background:#555; color:#fff; } &:nt ...
分类:Web程序   时间:2020-11-08 17:12:24    阅读次数:27
Git tags
1、列出tags git tag -lgit tag -l 'fff*' //搜索符合模式的标签推送tag到远程仓库git push --tags // push所有tagsgit push origin tagname //推送单个tag到仓库 ...
分类:其他好文   时间:2020-08-26 18:57:34    阅读次数:58
暗夜模式配置
首先在页面找到您要修改的页面的选择器,之后在您的项目中js文件中进行搜索 例如: 12345678910111213141516171819202122232425 COPY :root{ --bg--color:'#fff'; --a-color:'black';}a.navbar-brand, ...
分类:其他好文   时间:2020-07-23 16:29:55    阅读次数:80
482条   1 2 3 4 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!