联系我们html代码
Syntor by Aceto
11 Boleyn Court, Manor Park, Runcorn, Chesire WA7 1SR
+44 (0) 1928 579865
+ 44 (0) 1928 579732
info@syntor.co.uk
<div clss="Styling-ContactUs col-lg-4">
<div class="bgContactMap bluebox mtb10">
<p class="innerheadwhiteSm pl40"><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Syntor by Aceto</font></font></p>
<p class="innerTxtwhite w100">
<i><img src="https://www.aceto.com/-/media/Project/Aceto/AcetoStorefront/Images/ContactUs/address.png??.''"></i><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">
11 Boleyn Court, Manor Park, Runcorn, Chesire WA7 1SR
</font></font></p>
<p class="innerTxtwhite w100">
<i><img src="https://www.aceto.com/-/media/Project/Aceto/AcetoStorefront/Images/ContactUs/phone-call.png??.''"></i><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">
+44 (0) 1928 579865
</font></font></p>
<p class="innerTxtwhite w100">
<i><img src="https://www.aceto.com/-/media/Project/Aceto/AcetoStorefront/Images/ContactUs/fax.png??.''"></i><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">
+ 44 (0) 1928 579732
</font></font></p>
<p class="innerTxtwhite w100">
<i><img src="https://www.aceto.com/-/media/Project/Aceto/AcetoStorefront/Images/ContactUs/envelope.png??.''"></i><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">
info@syntor.co.uk
</font></font></p>
</div>
</div> <style>
.Styling-ContactUs {
width: 380px;
maring:0px auto;
} .Styling-ContactUs .bgContactMap {
background: #fff;
border-radius: 10px;
box-shadow: 0 2px 14px #d0d0d0;
max-height: 240px;
overflow: auto;
}
.Styling-ContactUs .bluebox {
width: 100%;
min-height: 240px;
padding: 10px;
color: #fff;
}
.Styling-ContactUs .mtb10 {
margin: 10px 0;
}
.Styling-ContactUs .innerheadwhiteSm {
font-size: 22px;
line-height: 28px;
color: #004b95;
} .Styling-ContactUs .pl40 {
padding-left: 40px;
}
.Styling-ContactUs .innerTxtwhite i {
width: 40px;
padding: 0 10px;
}
.Styling-ContactUs .downloadbox p, .Styling-ContactUs i {
display: table-cell;
}
.Styling-ContactUs .innerTxtwhite i img {
width: 20px;
} img {
vertical-align: middle;
}
.Styling-HeaderLogin .w100 {
width: 100%;
padding: 5px 5px 0 0;
}
.Styling-ContactUs .innerTxtwhite {
color: #3b3b3b;
font-size: 15px;
line-height: 22px;
display: inline-table;
padding: 0 0 5px 0;
border-bottom: 1px solid #ccc;
}
</style>
.Styling-ContactUs { width: 380px; maring: 0px auto }
.Styling-ContactUs .bgContactMap { background: rgba(255, 255, 255, 1); border-radius: 10px; box-shadow: 0 2px 14px rgba(208, 208, 208, 1); max-height: 240px; overflow: auto }
.Styling-ContactUs .bluebox { width: 100%; min-height: 240px; padding: 10px; color: rgba(255, 255, 255, 1) }
.Styling-ContactUs .mtb10 { margin: 10px 0 }
.Styling-ContactUs .innerheadwhiteSm { font-size: 22px; line-height: 28px; color: rgba(0, 75, 149, 1) }
.Styling-ContactUs .pl40 { padding-left: 40px }
.Styling-ContactUs .innerTxtwhite i { width: 40px; padding: 0 10px }
.Styling-ContactUs .downloadbox p, .Styling-ContactUs i { display: table-cell }
.Styling-ContactUs .innerTxtwhite i img { width: 20px }
img { vertical-align: middle }
.Styling-HeaderLogin .w100 { width: 100%; padding: 5px 5px 0 0 }
.Styling-ContactUs .innerTxtwhite { color: rgba(59, 59, 59, 1); font-size: 15px; line-height: 22px; display: inline-table; padding: 0 0 5px; border-bottom: 1px solid rgba(204, 204, 204, 1) }
联系我们html代码的更多相关文章
- 日期格式代码出现两次的错误 ORA-01810
错误的原因是使用了两次MM . 一.Oracle中使用to_date()时格式化日期需要注意格式码 如:select to_date('2005-01-01 11:11:21','yyyy-MM-dd ...
- 可爱的豆子——使用Beans思想让Python代码更易维护
title: 可爱的豆子--使用Beans思想让Python代码更易维护 toc: false comments: true date: 2016-06-19 21:43:33 tags: [Pyth ...
- iOS代码规范(OC和Swift)
下面说下iOS的代码规范问题,如果大家觉得还不错,可以直接用到项目中,有不同意见 可以在下面讨论下. 相信很多人工作中最烦的就是代码不规范,命名不规范,曾经见过一个VC里有3个按钮被命名为button ...
- Jquery的点击事件,三句代码完成全选事件
先来看一下Js和Jquery的点击事件 举两个简单的例子 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN&q ...
- redux-amrc:用更少的代码发起异步 action
很多人说 Redux 代码多,开发效率低.其实 Redux 是可以灵活使用以及拓展的,经过充分定制的 Redux 其实写不了几行代码.今天先介绍一个很好用的 Redux 拓展-- redux-amrc ...
- 编写高质量代码:改善Java程序的151个建议(第5章:数组和集合___建议75~78)
建议75:集合中的元素必须做到compareTo和equals同步 实现了Comparable接口的元素就可以排序,compareTo方法是Comparable接口要求必须实现的,它与equals方法 ...
- 使用 .NET WinForm 开发所见即所得的 IDE 开发环境,实现不写代码直接生成应用程序
直接切入正题,这是我09年到11年左右业余时间编写的项目,最初的想法很简单,做一个能拖拖拽拽就直接生成应用程序的工具,不用写代码,把能想到的业务操作全部封装起来,通过配置的方式把这些业务操作组织起来运 ...
- jsp前端实现分页代码
前端需要订一page类包装,其参数为 private Integer pageSize=10; //每页记录条数=10 private Integer totalCount; //总记录条数 priv ...
- 【开源】简单4步搞定QQ登录,无需什么代码功底【无语言界限】
说17号发超简单的教程就17号,qq核审通过后就封装了这个,现在放出来~~ 这个是我封装的一个开源项目:https://github.com/dunitian/LoTQQLogin ————————— ...
- 【.net 深呼吸】限制执行代码的权限
前面好几篇文章,老周都跟大伙伴们聊了跟应用程序域有关的话题,干脆咱们一聊到底吧,做学问就应该这样,有恒心. App Domain的创建新应用程序域的方法中,有一个特殊的重载: public stati ...
随机推荐
- MSSQL SQL SERVER 2008 使用RowNumber()分页查询并获取总行数 附达梦数据库
参数:pages:要查询的页码(要查询第几页):pageNum:要查询的行数(每页要查多少行):适用于使用多表查询,不以固定的实体类保存结果,如使用 List<Map<String, Ob ...
- Charles笔记
Charles 预览模式 Structure 以域名对请求进行分组,可以很方便地预览同一域名下的请求数据,也方便于日常开发中对某一服务接口的分析和处理 Sequence Sequence以时间顺序显示 ...
- 简单的helloworld指令
Hello World指令 1.下载安装notepad++ 2.新建文本文档 3.鼠标右键单击Edit with Noteapd++ 编辑程序并保存 public class hello{ publi ...
- JavaScript之jQuery要点记录
一 属性和属性节点 1.什么是属性? 对象身上保存的变量就是属性 2.如何操作属性? 对象.属性名称 = 值; 对象.属性名称; 对象["属性名称"] = 值; 对象[" ...
- linux 数据卷磁盘管理
新加磁盘如何创建逻辑分区 查看命令 lvs vgs pvs 1: 新建一个分区(partition)fdisk /dev/sdb 2:创建PV(物理卷)pvcreate /dev/sdb1pvs或 ...
- 在winodws server r2上安装AD域
一.创建第一个域 服务器管理-管理--添加角色和功能 其他都是默认值,下一步 二.重启后,已域账号登录 三.检查AD域有没有安装成功 1.查看计算机名 更改计算机名 2.检查是否含有以下,AD管理中心 ...
- Unity 2D Sprite 俯视角渲染顺序设置
今天结合网上的一个教程复习了一下Unity中2D俯视角游戏的渲染顺序设置. 首先是在Hierachy中的摆放顺序,靠下的物体渲染顺序靠后: 然后是Sprite Renderer组件,可以通过组件中的S ...
- Leecode 3.无重复字符的最大字串长度(Java 暴力拆解)
想法: 1.暴力解法,遇到重复字符就重新开辟空间,最后比较字串长度. 2.指针,但思路不太清晰 ----查看答案和思路,重新整理 滑动窗口: 1.设left,right用于下标值,length ...
- C#截取字符串的方法
#region 得到字符串的长度 /// <summary> /// 得到字符串的长度 /// </summary> /// <param nam ...
- vue下拉选择select option el-cascader删除重选值的问题
select当下拉值多的时候 以及input cascader级联选择一个值后 后面我不想要了 vue 提供了一个关键字 可以帮你全部清空 这个关键字就是:clearable