CSS主要整理
css主要整理
// 右侧悬浮导航
/* 侧栏开始 */
#home { position: relative }
// 悬浮
#home .xf { width: 67.6923076923077px; height: 230.769230769231px; background: rgba(255, 255, 255, 1); box-shadow: 0 0 16px rgba(0, 0, 0, 0.07); border-radius: 4px; padding-left: 5px; padding-right: 5px; box-sizing: border-box; text-align: center; position: fixed; right: 15px; bottom: 40%; z-index: 99; cursor: pointer }
#home .xf { width: 67.69230769px; height: 230.76923077px; background: rgba(255, 255, 255, 1); -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .07); box-shadow: 0 0 16px rgba(0, 0, 0, 0.07); border-radius: 4px; padding-left: 5px; padding-right: 5px; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; position: fixed; right: 15px; bottom: 40%; z-index: 99; cursor: pointer }
#home .xf .wd { height: 33.33%; border-bottom: 1px solid rgba(241, 241, 241, 1); padding-top: 10px }
#home .xf .wd:hover .fontC { color: rgba(255, 148, 10, 1) }
#home .xf .wd:hover .fontW { color: rgba(255, 148, 10, 1) }
#home .xf .wd:hover .big, #home .xf .wd:hover .phone, #home .xf .wd:hover .big1 { display: block }
#home .xf .wd .fontC { font-size: 20px; color: rgba(51, 51, 51, 1) }
#home .xf .wd .fontW { font-size: 12px; font-family: PingFang SC; font-weight: 300; color: rgba(153, 153, 153, 1); line-height: 19.2307692307692px; margin-top: 3px }
#home .xf .big { width: 150px; height: 150px; background: rgba(255, 255, 255, 1); box-shadow: 0 0 16px rgba(0, 0, 0, 0.07); border-radius: 4px; padding-top: 10px; position: absolute; top: 0; right: 75px; display: none }
#home .xf .big:after { position: absolute; content: ""; border-top: 10px solid rgba(0, 0, 0, 0); border-right: 10px solid rgba(0, 0, 0, 0); border-bottom: 10px solid rgba(0, 0, 0, 0); border-left: 10px solid rgba(255, 255, 255, 1); right: -20px; top: 20px }
#home .xf .big1 { width: 150px; height: 150px; background: rgba(255, 255, 255, 1); box-shadow: 0 0 16px rgba(0, 0, 0, 0.07); border-radius: 4px; padding-top: 7px; position: absolute; top: 70px; right: 75px; display: none }
#home .xf .big1:after { position: absolute; content: ""; border-top: 10px solid rgba(0, 0, 0, 0); border-right: 10px solid rgba(0, 0, 0, 0); border-bottom: 10px solid rgba(0, 0, 0, 0); border-left: 10px solid rgba(255, 255, 255, 1); right: -20px; top: 20px }
#home .xf .phone { width: 154px; height: 44px; background: rgba(255, 255, 255, 1); box-shadow: 0 0 16px rgba(0, 0, 0, 0.07); border-radius: 4px; position: absolute; bottom: 15px; right: 75px; font-size: 13.8461538461538px; font-family: PingFang SC; font-weight: 300; color: rgba(51, 51, 51, 1); line-height: 44px; display: none }
#home .xf .phone:after { position: absolute; content: ""; border-top: 10px solid rgba(0, 0, 0, 0); border-right: 10px solid rgba(0, 0, 0, 0); border-bottom: 10px solid rgba(0, 0, 0, 0); border-left: 10px solid rgba(255, 255, 255, 1); right: -15px; top: 5px }
.textRred { color: rgba(255, 0, 0, 1) }
h2 { font-family: "MicrosoftYaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.88rem; font-weight: bold; font-stretch: normal; letter-spacing: 3px; color: rgba(48, 75, 125, 1); position: relative; text-align: left; z-index: 1 }
h2:after { content: "COMPANY PROFILE"; font-family: Arial, "MicrosoftYaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 3rem; font-weight: 600; font-stretch: normal; letter-spacing: 1.8px; color: rgba(48, 75, 125, 1); opacity: 0.1; position: absolute; left: 0; right: 0; text-align: left; bottom: 0; z-index: -1; top: -24px }
.overLine { position: relative; width: 100%; text-align: center; font-size: 20px; font-weight: 500; color: rgba(51, 51, 51, 1); line-height: 15px; margin: 15px 0 }
.tui-title-line { width: 35px; height: 29px; vertical-align: middle; margin-right: 8px }
.overLine .lines { display: inline-block; padding: 0 30px; font-weight: 600; color: rgba(51, 51, 51, 1) }
.overLine:before, .overLine:after { display: inline-block; position: relative; content: ""; height: 2px; width: 66px; top: -5px; background-color: rgba(224, 224, 224, 1); -webkit-transform-origin: 0 0; transform-origin: left top }
.line { width: 100%; height: 15px; margin: 5px }
.public { width: 80px; height: 100%; display: inline-block; text-align: justify; vertical-align: top }
.public::after { content: ""; display: inline-block; width: 100%; overflow: hidden; height: 0 }


我们的服务
: 林小依
: 610521202005263542
: 18721254215
字体的阴影
@font-face { font-family: HYCSJ; src: url(http://resource.diyibox.com/jd/activity/201904/font/汉仪长宋简.ttf), }
html.o2_gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-filter: gray;
filter: gray;
-webkit-filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
}
.oh::-webkit-scrollbar {
display: none;
}
IE浏览器
.oh {
-ms-overflow-style: none;
}
FireFox浏览器
.oh {
scrollbar-width: none;
}
CSS主要整理的更多相关文章
- css hack整理:区别FF,IE8,IE7,IE6,SF,CH浏览器
css hack整理:区别FF,IE8,IE7,IE6,SF,CH浏览器 2013年03月24日 ⁄ CSS ⁄ 共 716字 ⁄ 暂无评论 前端开发最要命的事就是处理浏览器的兼容性问 ...
- CSS精心整理的面试题
CSS精心整理的面试题 1.设置边框的样式用border-style实现,设置边框的颜色用border-color实现 2.CSS的语法由选择器.属性.值三部分组成 3.设置一个div的最小宽度为50 ...
- 前端CSS规范整理_转载、、、
一.文件规范 1.文件均归档至约定的目录中. 具体要求通过豆瓣的CSS规范进行讲解: 所有的CSS分为两大类:通用类和业务类.通用的CSS文件,放在如下目录中: 基本样式库 /css/core 通用U ...
- css代码整理、收集
整理了一下之前用到过的css代码,实现一种效果或许有许多种写法,我这里整理了一下我个人认为兼容性比较好,结构比较简洁的代码……如有写得不对的地方敬请前辈们指点赐教一下,小弟不胜感激!此学习笔记是动态的 ...
- [转]前端CSS规范整理
一.文件规范 1.文件均归档至约定的目录中. 具体要求通过豆瓣的CSS规范进行讲解: 所有的CSS分为两大类:通用类和业务类.通用的CSS文件,放在如下目录中: 基本样式库 /css/core 通用 ...
- css命名整理
.container { width: 720px; background: #fafafa; border: 2px dashed #999; padding: 10px; float: left ...
- CSS 知识点整理
本文是我整理的关于CSS的部分基础知识点,适合正在准备前端工作面试的人做简单回顾. 1. 盒子模型 CSS盒模型本质上是一个盒子,封装周围的HTML元素,它包括:边距,边框,填充,和实际内容. Mar ...
- 大前端学习笔记【七】关于CSS再次整理
如果你在日常工作中使用 CSS,你的主要目标可能会重点围绕着使事情“看起来正确”.如何实现这一点经常是远不如最终结果那么重要.这意味着比起正确的语法和视觉结果来说,我们更少关心 CSS 的工作原理. ...
- 前端CSS规范整理
一.文件规范 1.文件均归档至约定的目录中. 具体要求通过豆瓣的CSS规范进行讲解: 所有的CSS分为两大类:通用类和业务类.通用的CSS文件,放在如下目录中: 基本样式库 /css/core 通用U ...
- CSS hack整理
浏览器的兼容性一直是个头疼的问题,使用“欺骗”技术可使各个浏览器效果一致,花了些时间整理了各个浏览器的HACK,主要包括IE系列和最新版本的Chrome.Safari.Firefox. Opera,比 ...
随机推荐
- Java中Elasticsearch 实现分页方式(三种方式)
目录 ES 简介 ES 的特点: 一.from + size 浅分页 二.scroll 深分页 scroll删除 三.search_after 深分页 ES 简介 Elasticsearch 是一个基 ...
- JS加载层
花了些时间封装了一个JS类,内置9种图标样式,全局主要样式可自定义. 转载请附上本文链接! 全局配置 { "msg": "文字,默认: "loading...& ...
- Angularjs——初识AngularJS
AngularJS--初识AngularJS AngularJS是什么 AngularJS是Google开源的一款前端JS结构化框架,它通过对前端开发进行分层,极好地规范了前端开发的风格--它将前端开 ...
- 02-Tcl输出、赋值与替换
2 Tcl输出.赋值与替换 2.1 puts Tcl的输出命令是puts,将字符串标准输出channelled.语法中两个问号之间的参数为可选参数. # 例1 puts hello # 输出 hell ...
- 数字IC设计流程
数字IC设计流程 简单介绍数字IC设计流程
- OpenMP For Construct dynamic 调度方式实现原理和源码分析
OpenMP For Construct dynamic 调度方式实现原理和源码分析 前言 在本篇文章当中主要给大家介绍 OpenMp for construct 的实现原理,以及与他相关的动态库函数 ...
- Linux xsync命令脚本
功能:在主机上分发文件到其他机器 在主机machine136上进行如下操作(master) 1.安装 rsync yum install -y rsync 2.bin下创建 xsync 转自:(82条 ...
- Python3中的“加和”函数
技术背景 其实如果没有专门去研究python的一些内置函数的话,我们都没办法发现一些很神奇的功能,即使是我们最熟悉的python中的sum函数.不知道还有多少人,以为这只是一个只能用来做求和的函数? ...
- Channel和Stream的单双向问题
stream分为input和output,为单向. channel为双向,可以write也可以read,但是通过inputstream或者outputstream获取的channle并不能实现双向的数 ...
- 原生微信小程序的一些注意点
1.微信小程序的数据更新 Page({ // 响应式的数据定义在data里面 data: { bannerList: [] }, // 微信小程序的数据更新是在setData里面做的 this.set ...