ttt
<style>
.head1{ background:rgb(51,51,51); height:49px; min-width:1241px; width:100%; z-index:100;}
.head1_f{ position:fixed; top:0;background:rgba(51,51,51,.8);}
.head1_t{ background:#efecec;}
.head1_t .head1_1 h1{ color:#000;}
.head1_t .head1_1 h1 span{ padding-left:30px;}
.head1_t .head1_1 ul li a { color:#000;}
.head1_t .head1_1 ul li a.nav_a{ color:#fff;}
.head1_1{ width:1240px; margin:0 auto;}
.head1_1 h1{ line-height:43px;font-weight:normal;color:#fff; font-size:18px; float:left;}
.head1_1 h1 img{ float:left;}
.head1_1 h1 b{ font-weight:normal; padding:0 9px 0 13px;}
.head1_1 h1 span{font-size:18px; }
.head1_1 ul{ float:right; line-height:49px;}
.head1_1 ul li{ float:left; font-size:16px; text-align:center; padding-right:25px;}
.head1_1 ul li.nav_li{ margin:0 29px 0 35px;}
.head1_1 ul li a{ color:#fff; display:block; float:left;}
.head1_1 ul li span{ padding:0 12px; display:none; float:left; }
.head1_1 ul li a.nav_a{ background:#ff4300; height:30px; line-height:30px; margin:10px 0 0 0; float:right; width:99px; border-radius:10px; font-size:18px;}
</style>
<div class="head1 head1_t">
<div class="head1_1">
<h1 style="display: block;">
<a><img src="/img/Logo_1.png" style="display: none;"><b style="display: none;">|</b><span>新房套餐</span></a>
</h1>
<ul>
<li style="padding-right: 0px;"><a href="/tc.html">概述</a><span style="display: block;">|</span></li>
<li style="padding-right: 0px;"><a href="/configure.html">空间配置</a><span style="display: block;">|</span></li>
<li style="padding-right: 0px;"><a href="/Material.html">主材</a><span style="display: block;">|</span></li>
<li style="padding-right: 0px;"><a href="/Fucai.html">辅材</a><span style="display: block;">|</span></li>
<!--<li><a href="#">工序</a></li>-->
<li style="padding-right: 0px;"><a href="/day20.html">工期</a><span style="display: block;">|</span></li>
<li style="padding-right: 0px;"><a href="/anzhuang.html">安装</a><span style="display: block;">|</span></li>
<li style="padding-right: 0px;"><a href="/Gxh.html">个性化</a><span style="display: block;">|</span></li>
<!--<li><a href="#">服务</a></li>
<li><a href="#">口碑</a></li>-->
<li style="padding-right: 0px;"><a href="/faqs" target="_blank">装修课堂</a><span style="display: block;">|</span></li>
<li class="nav_li" style="padding-right: 0px;"><a class="nav_a" href="/sales/newhouse">我要预约</a></li>
</ul>
</div>
</div>
ttt的更多相关文章
- 文件 "c:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\ttt.mdf" 已压缩,但未驻留在只读数据库或文件组中。必须将此文件解压缩。 CREATE DATABASE 失败。无法创建列出的某些文件名。请查看相关错误。 (.Net SqlClient Data Provider)
问题: 文件 "c:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\ttt.mdf" 已压缩,但 ...
- XJOI NOIP501/511训练22 ttt学字符串
ttt学字符串 题目大意 大法师ttt 最近在学习字符串,有一天他看到魔力xtx左手拿着A字符串,右手拿着B字符串,两个字符串的长度都是一样的,而且都由abc三种字符构成,大法师ttt的灵力值为C,现 ...
- 如何在ASP.Net创建各种3D图表
我们都知道,图表在ASP.NET技术中是一种特别受欢迎而又很重要的工具.图表是表示数据的图形,一般含有X和Y两个坐标轴.我们可以用折线,柱状,块状来表示数据.通过图表控件,我们即能表示数据又能比较各种 ...
- EntityFramework的多种记录日志方式,记录错误并分析执行时间过长原因(系列4)
前言 Entity Framework 延伸系列目录 今天我们来聊聊EF的日志记录. 一个好的数据库操作记录不仅仅可以帮你记录用户的操作, 更应该可以帮助你获得效率低下的语句来帮你提高运行效率 废话不 ...
- 在.NET Core之前,实现.Net跨平台之Mono+CentOS+Jexus初体验
准备工作 本篇文章采用Mono+CentOS+Jexus的方式实现部署.Net的Web应用程序(实战,上线项目). 不懂Mono的请移步张善友大神的:国内 Mono 相关文章汇总 不懂Jexus为何物 ...
- JQuery Sizzle引擎源代码分析
最近在拜读艾伦在慕课网上写的JQuery课程,感觉在国内对JQuery代码分析透彻的人没几个能比得过艾伦.有没有吹牛?是不是我说大话了? 什么是Sizzle引擎? 我们经常使用JQuery的选择器查询 ...
- 还是俄罗斯方块之android版
前面的,口水话 请直接跳过. 虽然现在不比以前了 也没多少人气了,放到首页 都不到几百的点击量.也许博客园整体水平也是在往水的方向发展.不谈那些了,哥也曾经辉煌过 有过一天上千的点击量 ,哥也曾经有过 ...
- VBA 格式化字符串 - Format大全
VBA 格式化字符串 VBA 的 Format 函数与工作表函数 TEXT 用法基本相同,但功能更加强大,许多格式只能用于VBA 的 Format 函数,而不能用于工作表函数 TEXT ,以下是本人归 ...
- Java泛型及实践
代码及说明: package com.zsm.crazyjava; import java.util.ArrayList; import java.util.Collection; import ja ...
随机推荐
- C程序内存分配
在多任务操作系统中的每一个进程都运行在一个属于它自己的内存沙盘中.这个沙盘就是虚拟地址空间(virtual address space),在32位模式下它总是一个4GB的内存地址块.这些虚拟地址通过页 ...
- Eclipse Class Decompiler影响class默认打开方式,重新设置Eclipse默认源码打开方式
安装Eclipse Class Decompiler插件后,Eclipse中的默认源码打开方式被修改为Eclipse Class Decompiler 这不是我喜欢的,因为我希望,源码从网络中获取,当 ...
- CDH 5.5.1 Yum源服务器搭建
CDH 5.5.1 Yum源服务器搭建 下载Cloudera Repo #下载资源仓库repo wget https://archive.cloudera.com/cdh5/redhat/6/x86_ ...
- HDU-3487 Play with Chain Splay tee区间反转,移动
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3487 对于一个数列有两种操作:1.CUT a b c,先取出a-b区间的数,然后把它们放在取出后的第c ...
- 使用Mono Cecil 动态获取运行时数据 (Atribute形式 进行注入 用于写Log) [此文报考 xxx is declared in another module and needs to be imported的解决方法]-摘自网络
目录 一:普通写法 二:注入定义 三:Weave函数 四:参数构造 五:业务编写 六:注入调用 7. 怎么调用别的程序集的方法示例 8. [is declared in another module ...
- 修改cmd字体为Consolas
windows下的cmd窗口默认的字体有点难看,长时间使用操作nodejs有点小疲劳,可以修改注册表替换字体为Consolas,并且可以全屏cmd窗口,代码如下: Windows Registry E ...
- UVa 10465 Homer Simpson (枚举)
10465 - Homer Simpson Time limit: 3.000 seconds http://uva.onlinejudge.org/index.php?option=com_onli ...
- inferred 和 freefrom
“Inferred” is the default setting for storyboards and it means the scene will show a navigation bar ...
- android studio里的build.gradle基本属性
//声明是android 程序 apply plugin: 'com.android.application' android { //编译SDK版本 compileSdkVersion 23 // ...
- 【转】与BT下载相关的概念
1. DHT DHT全称叫分布式哈希表(Distributed Hash Table),是一种分布式存储方法.在不需要服务器的情况下,每个客户端负责一个小范围的路由,并负责存储一小部分数据,从而实现整 ...