xuntin 发表于 2012-2-6 09:21
房产模板改动哪里?教我一下吧 ,给个提示什么的,简单说下更改哪里,说下步骤 定有酬谢 QQ: ...
我给你了 修改方法!备份你原有的文件啊!下面这个是 房产的CSS,官网的 美工太差- /* 公共设置 */
- .ln24{ height: 24px; line-height: 24px;}
- #hd { margin-bottom: 10px;}
- #qpost { float: right !important; margin: 3px 10px 0 0; display: inline; padding: 0 0 0 10px !important; width: 85px; height: 36px; background: url(images/qpost.png) no-repeat 0 0; line-height: 26px; }
- #qpost_menu{ margin: -8px 0 0 1px; width: 92px; }
- #qpost_menu ul a{ padding-left: 26px; background-position: 6px 50%; background-repeat: no-repeat;}
- #qpost_menu ul a:hover{ background-color: #E5EDF2; color: #369; text-shadow: none;}
-
- .mn { float: left; width: 696px; }
- .sd { float:right; width: 250px; overflow:hidden; }
- #ft{margin-top:10px;}
- /* 区块设置 */
- .bm, .bn, .frame { margin-bottom: 10px; }
- .bm, .frame, .frame-tab { border: 1px solid #F7A568; }
- .frame .block, .frame-tab .tb-c { margin: 0px; padding: 0px; }
- .bm_h .o { float: right; width: 30px; }
- .bm_h .o img { float: right; margin-top: 11px; cursor: pointer; }
- .bm_h, .frame .title { padding: 0 10px; height: 31px; font-weight: 700; }
- .bm_h, .frame .title a{ color: #333; }
- .bm_h, .frame .title .titletext { font-size: 12px; }
-
- .tab-title { background: url("images/title.png") repeat-x 0 100% #FEF5EF; }
- .tb a { border: 1px solid #FBCCAA; }
- .stb { margin-bottom: 10px; }
- .stb_h { height: 32px; background: url("images/stb.png") repeat-x 0 100%; overflow: hidden; }
- .stb_h li { float: left; margin-right: 4px; padding-left: 20px; height: 32px; line-height: 32px; background: url("images/stb.png") no-repeat 0 -32px; }
- .stb_h li span { float: left; padding-right: 20px; height: 32px; line-height: 32px; background: url("images/stb.png") no-repeat 100% -32px; font-size: 14px; font-weight: 700; color: #666; }
- .stb_h .a { background-position: 0 0; }
- .stb_h .a span { background-position: 100% 0; color: #111; }
- .stb_c { padding: 10px; border: 1px solid #F7A568; border-top: none; background: #FEF5EF; -moz-border-radius: 0px 0px 4px 4px; }
- .qtb { border-bottom: 1px solid #EA8224; }
- .qtb li { float: left; margin-right: 4px; width: 80px; height: 32px; line-height: 32px; background: url("images/qtb.png") repeat-x 0 -32px; text-align: center; font-weight:700;}
- .qtb li a { display: block; }
- .qtb .a{ background: url("images/qtb.png") repeat-x 0 0; font-weight: 700;}
- .qtb .a a { color: #FFF; }
- .qtb .y { float: right; width: auto; margin-right: 0; background: no-repeat; }
- .qtb .y .pg { display: none; }
- .qtb .y span strong { color: #FE5B10; }
- /* category search */
- .cgsq { overflow: hidden; }
- .cgsq dl { padding-left: 60px; }
- .cgsq dt { float: left; margin-left: -60px; padding: 2px 0; width: 60px; display: inline; }
- .cgsq dd { padding: 2px 0; overflow: hidden; }
- .cgsq li { float: left; margin-right: 6px; white-space: nowrap; }
- .cgsq li a { color: #369; }
- .cgsq .s2 { }
- .cgsq .s2 ul { padding: 6px; border: 1px solid #DBE6F4; -moz-border-radius: 4px; overflow: hidden; }
- .cgsq .a a { padding: 0 2px; background: #369; color: #FFF; }
- .cgs { }
- .cgs .ftid { margin-bottom: 6px; }
- .cgs .px { float: left; margin: 0 6px 6px 0; padding: 3px; height:14px; font-size: 12px; }
-
- .cgp { }
- .cgp strong { float:left; height: 26px; line-height: 26px; display:block; }
- .cgp ul { margin-left: 66px; overflow:hidden; }
- .cgp li { float: left; overflow: hidden; }
- .cgp li * { float: left; display: block; height: 26px; line-height: 26px; white-space:nowrap; }
- .cgp li a{ padding-left: 14px; color: #F60; }
- .cgp li a span { padding-right: 24px; background: url("images/cgp.png") no-repeat 100% -26px; cursor: pointer; }
-
- .cgp li a:hover{ background:url("images/cgp.png") no-repeat 0 0; color: #333; text-decoration:none; }
- .cgp li a:hover span { background:url("images/cgp.png") no-repeat 100% 0; }
-
- .clquery { padding-left: 26px; width: 62px ; height: 26px; line-height:26px; background:url("images/clquery.gif") no-repeat 0 0; }
- .clquery:hover { background:url("images/clquery.gif") no-repeat 0 -26px; text-decoration: none; }
- /* category view */
- .cgv { margin-bottom: 10px; background: #F1F7F9; }
- .cgv h1 a{ font-size: 20px; color: #CC0000; font-weight: bold;}
- .cgc { }
- .cgc p { padding: 0 0 10px 0; line-height: 26px; font-size: 14px; }
- .cgc img { margin-bottom: 10px; max-width: 610px; max-height: 610px; display: block; }
- * html .cgc img { width: expression(this.width > 610 && this.width>=this.height ? 610 : true); height: expression(this.height > 610 && this.width<=this.height ? 610 : true); }
- .uil { text-align: left; }
- .uil p, .uil dl { margin: 5px 0; }
- .uil dt, .uil dd { float: left; height: 1.6em; line-height: 1.6em; overflow: hidden; }
- .uil dt { margin-right: 5px; width: 40px; }
- .uil dd { width: 100px; }
- .cgu { float: left; padding-top: 26px; width: 180px; text-align: center; }
- .avatar { text-align: center; }
- .avatar img{padding: 5px 5px 8px; background: #FFF url("../../../static/image/common/midavt_shadow.gif") repeat-x scroll 0 100%; }
- .cgu .uil { margin: 0 14px; }
- .cgi { padding: 20px; width: 470px; border-left: 1px solid #DEEFF6; overflow:hidden; color: #666; background: #FFF; }
- .cgi ul { overflow: hidden; _height: 1%; clear: both; }
- .cgi li { line-height: 26px; border-bottom: 1px dashed #DDD; width: 100%; }
- .cgi li .num { font-size: 18px; }
- .cgi .li2 { float: left; width: 49%; height: 26px; }
- .cgi .tel { float: left; margin: 20px 0 10px 0; padding: 0 0 0 116px; width: auto; height: 38px; line-height: 38px; background: url("images/tel.gif") no-repeat 0 0; font-size: 18px; color: #333; white-space:nowrap; }
- .cgi .tel em { float: left; padding-right: 20px; background: url("images/tel.gif") no-repeat 100% 0; }
- .cgi .tel a{ font-weight: 700; color: #C00; }
- .cgi .intermediary { float: left; margin-bottom: 10px; padding-left: 10px; border: 1px solid #FCDD93; width: 250px; height: 26px; line-height: 26px; background-color: #FFFBF3; clear: both;}
- .newcgi { overflow:hidden; color: #666; background: #FFF; }
- .newcgi ul { overflow: hidden; _height: 1%; clear: both; }
- .newcgi li { line-height: 26px; border-bottom: 1px dashed #DDD; width: 100%; }
- .newcgi li .num { font-size: 18px; }
- .newcgi .li2 { float: left; width: 49%; height: 26px;overflow:hidden; }
- .newcgi .li2 span{color:#999;margin-right:5px;}
- .newcgi .tel { float: left; margin: 20px 0 10px 0; padding: 0 0 0 116px; width: auto; height: 38px; line-height: 38px; background: url("images/tel.gif") no-repeat 0 0; font-size: 18px; color: #333; white-space:nowrap; }
- .newcgi .tel em { float: left; padding-right: 20px; background: url("images/tel.gif") no-repeat 100% 0; }
- .newcgi .tel a{ font-weight: 700; color: #C00; }
- .newcgi .intermediary { float: left; margin-bottom: 10px; padding-left: 10px; border: 1px solid #FCDD93; width: 250px; height: 26px; line-height: 26px; background-color: #FFFBF3; clear: both;}
- .newcgi .y em{color:#049;font-size:14px;}
- #titlebanner { background:#D1E3F1; border: 1px solid #ACD2E9; position:relative;}
- .titlec { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 12px; background:#FFF;margin:10px 15px 10px;padding:10px;}
- #titlebanner span.y{position:absolute;right:30px;bottom:15px;}
- #titlebanner span.y em{font-size:14px;}
- .cgl { }
- .cgl li { border-bottom: 1px dashed #CCCCCC; padding: 10px; overflow: hidden; _height: 1%; position:relative; height: 145px; margin-bottom: 10px; overflow: hidden; position: relative;}
- .cgl .atc { float: left; margin-right: 10px; width: 90px; height: 90px; }
- .cgl .atc img { max-width: 90px; max-height: 90px; }
- * html .cgl .atc img { width: expression(this.width > 90 && this.width>=this.height ? 90 : true); height: expression(this.height > 90 && this.width<=this.height ? 90 : true); }
- .cgl .opt { position:absolute; right: 0px; top: 10px; }
- .cgl .c { overflow:hidden; }
- .cgl h3 { font-weight: 400; }
- .cgl h3 a{ color:#008AC6;font-weight:700;font-size:14px; }
- .cgl p { padding-top: 4px; }
- .cgl .num { float: right; margin: 30px 20px 0 0; font-weight: 700; font-size: 14px; color: #F60; }
-
- .cgl .hscs { }
- .cgl .hscs .c, .cgl .hscs .atc { filter: alpha(opacity=50); opacity: 0.3; }
- .cgl .hscs .cs { width: 140px; line-height: 24px; background: url("../../../static/image/common/closed.png") repeat scroll 0 0 transparent; color: #FFF; position: absolute; right: 9px; text-align: center; top: 38px; }
- .cgl .hscs .num { display: none; }
- .cgl .hot { width: 50px; height: 50px; background: url("images/hshot.png") no-repeat; text-indent: -9999px; overflow: hidden; position:absolute;top: 10px; left: 0;}
- .cgl .mhot { width: 30px; height: 30px; background: url("images/hsmhot.png") no-repeat; text-indent: -9999px; overflow: hidden; position:absolute;top: 0px; right: 2px;}
-
- .cgl .lprice, .cgl .lroom, .cgl .ltitle, .cgl .ldate { float: left; margin-right: 4px; padding-left: 10px; height: 22px; line-height: 22px; overflow: hidden; }
- .cgl .lprice { width: 80px; }
- .cgl .lroom { width: 80px; }
- .cgl .ltitle { width: 398px; }
- .cgl .ltitle a { color: #369; }
- .cgl .ldate { width: 80px; }
- .cgl .i { padding: 0 4px; color: #CCC; }
-
- .cgl h3 span, .cgl .ltitle span { margin-left: 2px; padding: 1px; color: #FFF; }
- .cgl span.pin { background: #F80;}
- .cgl span.pic { background: #6EB800;}
- .cgl span.rec { background: #D0373B; }
- .cgl span.over { background: #CCC; }
- /* 编辑弹窗 重定义 */
- .tm_c { background: #F5F5F5; }
- .tpcl { margin: 10px 0; border-top: 1px solid #DDD; width: 188px; }
- .tpcl table { width: 100%;}
- .tpcl table td { padding: 5px; vertical-align: top; }
- .tpcl .labeltxt { float:left; width:45px; color:#0099CC; cursor:default; display: block; }
- .tpcl li { *overflow:hidden; *margin-bottom: -2px; line-height: 18px; border-top: 1px solid #FFF; border-bottom: 1px solid #DDD; zoom: 1; }
- .tpcl .copt { height: auto; }
- .dopt { overflow: hidden; }
- .dopt p .px, .hasd .px { width: 100px; padding: 4px; height: 12px; background: #FFF; line-height: 12px; font-size: 12px; float: left; }
- .dopt span .crl { width: 23px; border-right: none; height: 20px; border-style: solid; border-color: #707070 #CECECE #CECECE #ABABAB; border-width: 1px 0 1px 1px; }
- .dopt a { float: left; text-indent: -999px; margin-right: 3px; width: 22px; height: 20px; text-align: center; }
- .dopt_b, .dopt_i, .dopt_l { border: 1px solid #F1F5FA; outline: none; }
- .dopt .cnt { border: 1px solid #999; background-color: #FFF; }
- /* upload image */
- .cgum { }
- .cgum li { float:left; margin: 5px 5px 0 0; padding: 5px; width: 90px; border:1px solid #E2E2E2; height:120px; line-height:18px; position:relative; }
- .cgum li label { padding-right: 6px;}
- .cgum .atc { margin-bottom: 5px; width: 90px; height: 90px; }
- .cgum .atc img { width: 90px; height: 90px; }
- .cgum .atc span img { float: left; width: auto; height: auto; }
- .cgum .fb { width: 40px; height: 20px; position: absolute; top: 102px; left: 52px; overflow: hidden; filter: alpha(opacity=0); opacity: 0; }
- .cgum .fb input { margin-left: -40px; }
- .cgodb { height: 26px; line-height: 26px; }
- .cgod { height: 24px; }
- .cgod li { float:left; margin-left: 4px; padding-left: 10px; height: 24px; line-height: 24px; background: url(images/order.png) no-repeat 0 0; }
- .cgod li a { float:left; padding-right: 18px; background: url(images/order.png) no-repeat 100% 0;}
- .cgod .asc { background-position: 0 -24px; }
- .cgod .asc a { background-position: 100% -24px; }
- .cgod .desc { background-position: 0 -48px; }
- .cgod .desc a { background-position: 100% -48px; }
-
- .cgodb .tbtn { float: left; margin-left: 4px; padding-left: 16px; background: url(images/tpbtn.gif) no-repeat 0 6px; }
- .cgodb .tbtna { background: url(images/tpbtn.gif) no-repeat 0 -27px; }
- .cgodb .pbtn { float: left; margin-left: 4px; padding-left: 16px; background: url(images/tpbtn.gif) no-repeat 0 -60px; }
- .cgodb .pbtna { background: url(images/tpbtn.gif) no-repeat 0 -93px; }
- .flb em { font-size: 16px; color: #000; }
- /* 提交表单 */
- .exfm { }
- .exfm .px , .exfm .pt { padding: 4px; background-color: #FFF; font-size: 12px; }
- .exfm .px { height:16px; }
- .exfm .hasd .dpbtn { width: 24px; height: 24px; background-position: 2px 2px; }
- .exfm .hasd .dpbtn:hover { background-position: 2px -18px; }
- .exfm .rq { float:right; padding-right: 2px; }
- .exfm table { width: 100%; }
- .exfm table th, .exfm table td { padding: 4px 2px; }
- .mdcp .um{ margin-bottom: 0px; padding: 10px 5px; }
- /* 发特殊主题帖 by dfox */
- .sinf p, .sadd p { padding: 2px 0; height: 30px; line-height: 30px; }
- .sinf .px, .sadd .px { width: 120px; }
- .sinf { float: left; padding-right: 14px; width: 345px; border-right: 1px dashed #CCC; }
- .sinf h4 { padding: 6px 0; }
- .sinf textarea { width: 368px; height: 80px; }
- .onum { float:left; margin-right: 6px; width: 16px; }
- .oinf { width: 270px !important; }
- .sinf dl dt, .sadd dl dt { float: left; margin-top: 5px; width: 75px; clear: left; }
- .sinf dl dd, .sadd dl dd { margin: 5px 0 10px; overflow: hidden; }
- .sinf dl dd { width: 270px; }
- .sinf span.fb, .sadd span.fb { display: block; float: left; margin-right: 6px; height: 26px; line-height: 26px; white-space: nowrap; }
- .sinf dl dd strong { padding: 0 8px; }
- .sadd { float: left; margin-left: 10px; width: 295px; overflow: hidden; }
- .sadd dl dd { width: 220px; }
- .spl em { float: left; margin-right: 9px; height: 20px; line-height: 20px; }
- .spl input[type=radio] { margin: 0 3px 0 0; }
- .spimg { margin: 0 10px 0 0; width: 200px; border: 1px solid #AAA; }
- .spmp { width: 30px; }
- .spmf { width: 300px; }
- .spmf, .spmf3 { overflow: hidden; _height: 1%; }
- .spmf label, .spmf3 label{ display: block; padding-top: 5px; }
- .spmf em{ float: left; width: 150px; }
- .spmf3 em{ float: left; margin-right: 12px; }
- .spmf3 .px { margin: 0 !important; width: 72px; }
- .edithouse { width:400px; }
-
- /* 重定义 */
- .mlm li { width: 227px;height: 100px; }
- .mlm li img { width: 92px; height: 70px; }
- .xlq li { margin: 0 4px 5px; padding-left: 34px; width: auto; height: 32px; line-height: 32px; background: url(images/btn_q.jpg) no-repeat 0 0; display: inline; }
- .xlq a { padding-right: 10px; float: left; width: 62px; height: 32px; line-height: 32px; background: url(images/btn_q.jpg) no-repeat 100% 0; text-decoration: none; }
- .xlq .qs { background-position: 0 -32px; }
- .xlq .qa { background-position: 0 -64px; }
- .agency { }
- .agency .xld { float: left; width: 224px; border-bottom: 1px dashed #E2EBF6; }
- .agency .xld .m img { width: 70px; height: 70px; }
- .hsad, .hsad * { padding: 0px !important; border: none; }
- .pbl { width: 690px; border-width: 0 0 1px 0; border-color: #E2EBF6; }
- .pbl li { width: 160px; border-color: #E2EBF6; }
- .b_hstool th { padding: 0 10px; }
- .b_hstool td { padding: 0 10px 0 16px; border-left: 1px solid #DDD; }
- .b_hstab td { padding: 5px 0; border-bottom: 0px solid #EEE; }
- .b_userinfo .uil { margin: 0 40px; }
-
- .b_usergroup .uil { margin: 0 18px; }
- .b_usergroup .uil dt { width: 50px; }
- .b_usergroup .uil dd { width: 120px; }
- .b_usergroup .atc { text-align: center; }
- .b_usergroup .atc img { max-width: 200px; max-height: 200px; }
- * html .b_usergroup .atc img { width: expression(this.width > 200 && this.width>=this.height ? 200 : true); height: expression(this.height > 200 && this.width<=this.height ? 200 : true); }
-
- .b_search { padding-top: 5px; background: url("images/search.png") no-repeat 50% 0; }
- .b_search .content { padding:10px 20px 5px 20px; background: url("images/search.png") no-repeat 50% 100%;}
- .xld {}
- .xld dl { border-bottom: 1px dashed #C1C1C1; min-height: 64px; height: auto !important; height: 64px; }
- .ad, .ad * { padding: 0 !important; border: none !important; }
- /* 提示信息样式 */
- .msg { clear: both; margin-bottom: 6px; padding: 6px 6px 6px 26px; border: 1px dashed #FDEC53; background: #FEFAC0 url(images/syspm.gif) no-repeat 8px 50%; }
- .msg strong { color: #F60; }
- /* 楼盘页图片展示 */
- .newpic {background: none repeat scroll 0 0 #F4F4F4;border: 1px solid #CCCCCC;width: 286px; text-align: center; vertical-align: middle; padding: 1px;}
- .newpic img {max-width:286px; max-height:214px;}
- /* 楼盘展示页地图 */
- .map {background: none repeat scroll 0 0 #F7F7F7; border: 1px solid #C7CCD3;border-top:none; width: 942px;min-height: 240px; padding: 8px;}
- .map_container { height: 260px;}
- .mapsearch{padding:5px 10px;background:#FFF; border: 1px solid #C7CCD3;margin:5px 0px;height:20px;line-height:20px;}
- .mapsearch input{position:relative;top:3px;}
- .titleone .mapback{ background: url(images/backcenter1.gif) no-repeat 0 2px;padding-left:20px;height:24px;line-height:20px;}
- .price_table { width: 100%;}
- .price_table td, .price_table th { border: 1px solid #DBE6F4;height: 25px; line-height: 25px; text-align: center;}
- .price_table th{border-top:0px;}
- .price_table td a{color:#336699;}
- .rating_outter { border-right: 1px solid #DBE6F4;border-top: 1px solid #DBE6F4;border-bottom: 1px solid #DBE6F4;border-left: 1px solid #ACD2E9; height: 149px; padding: 5px 0 0 10px; width: 690px;}
- /* 楼盘展示页地图 */
- .setseo .sinf{width:400px;height:120px;margin-right:10px;}
- .setseo span{display:block;margin-bottom:3px;}
- .selectd{border-bottom:1px dashed #ccc;}
- .sbm_h{padding: 0 10px; height: 31px; border-top: 1px solid #FFF; border-bottom: 1px solid #E2EBF6; background: #F3F8FC; line-height: 31px; font-weight: 700;}
- .setseo td{vertical-align:top;}
- .setseo span{margin-right:3px;}
- /* 相册页 */
- .album_bar { background: url("images/album_bar_bg.gif") repeat-x scroll 0 0; border-bottom: 1px solid #DFDFDF; height: 33px; line-height: 33px; padding: 10px 0 1px 20px;margin-bottom:10px; position: relative;}
- .album_bar ul{margin: 0 20px; overflow: hidden;}
- .album_bar li{float: left; margin-left: 10px; padding: 10px 0;}
- .album_bar a {border-right: 1px solid #F3F7FC; float: left; font-size: 13px; height: 33px; line-height: 33px; padding: 0 12px;}
- .album_bar a:hover, .album_bar a.show, .album_bar a.show:hover { background: none repeat scroll 0 0 #FFFFFF; border-color: #DFDFDF #DFDFDF #FFFFFF; border-style: solid; border-width: 1px; height: 33px; line-height: 29px; margin: 0 0 0 -1px; position:}
- .album_bar a:hover { background: none repeat scroll 0 0 transparent; border-color: -moz-use-text-color #F3F7FC -moz-use-text-color -moz-use-text-color; border-style: none solid none none; border-width: 0 1px 0 0; height: 33px; line-height: 33px; margin: 0;}
- .album_bar a.last { border: 0 none;}
- .album_bar a.last:hover { -moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #A6A6A6 #A6A6A6 #FFFFFF; border-style: solid; border-width: 1px;}
- .album_bar a span { color: #999999; font-size: 12px;}
- .album_bar a:hover { color: #EB6100;}
- /* 相册页单张图 */
- .mlnv { text-align: center; }
- .mlnv img { margin: 0 5px; padding: 2px; max-width: 100px; max-height: 100px; _width: expression(this.width > 100 && this.width>=this.height ? 100 : true); height: expression(this._height > 100 && this.width<=this.height ? 100 : true); border: 1px solid {WRAPBORDERCOLOR}; background: {WRAPBG};}
- .mlnv img.a { border-color: {NOTICETEXT}; background: #FFEAA8; }
- .mlnv .btn img { padding: 0; border: 0; background: none; }
- .pic .c { margin-top: 20px; text-align: center;}
- .mlnv img { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #CCCCCC; margin: 0 5px; max-height: 100px; max-width: 100px; padding: 2px;}
- .mlnv .btn img { background: none repeat scroll 0 0 transparent; border: 0 none; padding: 0;}
- /* .pic -> picture 查看图片 by Pony */
- .osld { padding-left: 18px; background: url("../../../static/image/common/slide.png") no-repeat 0 50%; }
- .pic {}
- .pic .c { margin-top: 20px; text-align: center; }
- .pic .c img { max-width: 708px; }
- * html .pic .c img { width: expression(this.width > 764 ? 764 : true); }
- .pic p { margin: 15px 0 5px 0px; }
- .albim_pic_title { padding: 5px; border-top: 1px dashed #CDCDCD; background: #F2F2F2; font-size:14px;}
- /*楼盘页面用 mn*/
- .detailbox{clear: both;height: 247px;line-height: 22px;margin-top: 10px;overflow: auto;width: 680px;}
- .dinfo {padding:0px 0px 20px 10px;float:right;width:640px;}
- .dinfo h3{border-bottom: 1px dashed #ACD2E9;font-size:14px;padding-bottom:3px;}
- .rightbox{border: 1px solid #ACD2E9; width: 248px;margin-top:10px}
- .rightbox table{ margin: 5px 7px 0 7px;}
- .rightbox th{padding:2px 5px;background:#EEEEEE;font-weight:700;}
- .rightbox td {height: 22px;line-height: 22px;padding:2px 5px;}
- .price{color:#FF0000;}
- .rtitle{ position: relative;}
- .more{position:absolute;right:10px;top:2px;font-family:"宋体";}
- .leftbox{width: 702px;}
- .leftbox_s{ width: 347px;float:left;}
- .listone {width: 290px;}
- .listone h2{ height: 24px;line-height: 24px; background:url(images/titlebg1.gif) repeat-x 0 0;overflow:visible;}
- .listone h2 span{background:#FFF;display:block;hieght:25px;width:80px;padding-left:20px;border-right:1px solid #ACD2E9;}
- .onelist{background:#EEE;height: 21px;line-height: 21px;padding: 0 2px;font-weight:700;margin:8px 10px 10px;zoom:1;}
- .titleone{background:url(images/titleonebg.gif) repeat-x scroll 0 0 transparent;position:relative;margin-top:10px;}
- .titlebg { background: url(images/huxing2.gif) repeat-x scroll 0 -24px transparent; float: left;height: 24px;}
- .titlelbg, .titlerbg{ background: url(images/titlebg.gif) no-repeat scroll 0 -24px; width:5px;height:24px;float:left;}
- .titlerbg{ background-position:0 0;}
- .titleone h2 {background: url(images/titlebg.gif) repeat-x scroll 0 -48px;float:left;}
- .titletwo h2{background: url(images/titlebg2.gif) repeat-x scroll 0 0; border-bottom: 1px solid #C7CCD3;height: 22px;line-height: 22px; padding-left: 5px; color: #004499;}
- .titleone h2 span{font-weight:400;}
- .titleone h2 b{color:#f00;font-weight:400;margin:0 2px;}
- .detailist{ width: 702px;}
- .details { border: 1px solid #ACD2E9; border-top: none; height: 282px; padding: 10px;}
- .details_nv { background: url(images/dot.gif) repeat-x scroll 0 0 transparent; height: 22px; padding-left: 22px;}
- .details_nv span{border-left:1px solid #C7CCD3; cursor: pointer; float: left; font-weight: bold;height: 22px; line-height: 22px; text-align: center; width: 90px;background: url(images/dnvbg.gif) repeat-x scroll 0 0;}
- .details_nv .lastone{border-right:1px solid #C7CCD3;}
- .details_nv .on{border-top:1px solid #C7CCD3;background:#FFF;height: 21px;overflow:hidden;}
- .detail_body { height: 247px; line-height: 22px; margin-top: 10px; overflow: auto; width: 680px;}
- .picshowitb{border: 1px solid #ACD2E9;border-top:0px; padding-top:10px;}
- .picshowitb .leftc{width:40%;float:left;margin-left:10px;width:360px;}
- .leftc li{height:24px;line-height:24px;overflow:hidden;white-space:nowrap; background: url(images/forum_post.gif) no-repeat scroll 3px 50%;padding-left:20px;}
- .leftc span{color:#999;}
- .picshowitb .rightc{float:right;margin-right:15px;}
- .resultrate{margin:20px 20px 0px;text-align:center;line-height:35px;}
- .resultrate h3{font-size:20px;font-weight:400;}
- .resultrate span{color:#F00; font-size:16px;}
- .photoli{float: left; margin: 0px 8px 0; text-align:center;display:inline-block;*display:inline;zoom:1;width:124px;}
- .photoit div{height:120px;}
- .photoit .container img{ border:1px solid #CCC; max-width: 120px;max-height:120px;width:expression(this.width>120?"120px":"auto");height:expression(this.height>120?"120px":"auto");}
- .photop{ overflow: hidden; text-align: center; width: 124px; line-height:30px;height:30px;}
- .photop a{color:#666;}
- .container {text-align:center; width:100%; display:inline-block; vertical-align:middle;}
- #form_bbs li{ height: 22px; line-height: 22px; margin-bottom: 5px;}
- .leftc .gobbs{background:none;text-align:right;padding-top:5px;}
- .leftc .gobbs a{color:#f00;font-size:12px;}
- .builddate{font-size:12px;color:#666;font-weight:400;}
- .addres{color: #DE5D08; font-weight: bold;}
- /*发布楼盘页面用 */
- .newhousept span{float:left;width:75px;}
- .picshow{height:125px;}
- .navwidth{ width: 958px;}
- .picedit .picshow{margin-bottom:5px;}
- .picedit p{height:24px;line-height:24px;text-align:left;}
- .picedit input{height:18px;border:1px solid #ccc;}
- .picedit .d{height:auto;}
- /*楼盘开发商页面用 */
- .developer{width:800px; margin: 0 auto 30px;}
- .developer .title{ font-size: 20px; font-weight: normal; height: 80px; line-height: 80px; text-align: center;background: url(images/brokenline.jpg) repeat-x scroll 0 bottom;margin-bottom:30px;}
- .developer li{ font-size: 14px; line-height: 27px;}
- .developer span a{color:#f00;}
- .project {margin-top: 26px;}
- .project h3{ background-color: #BAD9E8; font-size: 14px; font-weight: bold; height: 27px; line-height: 27px; padding-left: 15px;}
- .project p{line-height:35px;padding:0px 10px;}
- .project a{color: #004499; font-size: 14px;}
- /*楼盘资讯面用 */
- .bm_h .addnew { background: url("../../../static/image/common/addbuddy.gif") no-repeat scroll 0 45% transparent; margin-left: 10px; padding-left: 20px;}
- .sd table th{ background: none repeat scroll 0 0 #EEEEEE; font-weight: 700; padding: 2px 5px;}
- .bm_h .addnew { background: url("../../../static/image/common/addbuddy.gif") no-repeat scroll 0 45% transparent; margin-left: 10px; padding-left: 20px;}
- .sd table th{ background: none repeat scroll 0 0 #EEEEEE; font-weight: 700; padding: 2px 5px;}
- /*评分用*/
- .rating_display {float: left; width: 320px;}
- .ratings{ float: left;margin-left: 13px;padding-top: 2px;width: 200px;}
- .rating_display li span.bar, span.bar, span.bar .red_bar, .rating_display li span.bar .red_bar, .rating_display li span.bar .yellow_bar, .rating_display li span.bar .green_bar, .rating_display li span.bar .blue_bar, .rating_display li span.bar .purple_bar, .rating_display li span.bar .dark_green_bar { background-image: url("images/img_bar.gif"); background-repeat: no-repeat;}
- .rating_display li span.bar { background-position: 0 0; height: 12px; width: 201px;margin-right:3px;}
- .rating_display li em{float:left;margin-right:5px;position:relative;top:-3px;width:60px;text-align:right;}
- .rating_display li span.bar .purple_bar {background-position: right -14px; }
- .rating_display li span.bar .red_bar { background-position: right -28px; }
- .rating_display li span.bar .yellow_bar { background-position: right -42px; }
- .rating_display li span.bar .green_bar { background-position: right -56px; }
- .rating_display li span.bar .blue_bar { background-position: right -70px;}
- .rating_display li span.bar .dark_green_bar { background-position: right -84px;}
- .rating_display li { display: block; float: left; height: 14px; padding-top: 4px;}
- .rating_display li span { display: block; float: left;}
- .rating_display .scronum{line-height:10px;}
- .ratings div{height:18px;overflow:hidden;position:relative;}
- .ratings div em{float: left;margin-right: 5px;text-align: right;width: 50px;}
- .star_rating, .star_rating a:hover, .star_rating a:active, .star_rating a:focus, .star_rating .current_rating {background: url("images/star.gif") left -1000px repeat-x;}
- .star_rating {background-position:left top;height: 14px;list-style: none outside none;overflow: hidden;width:75px;margin-left:3px;position:absolute;left:50px;top:0px;}
- .star_rating li {display: inline;display: block;float: left;}
- .star_rating a, .star_rating .current_rating { border: medium none;height: 14px;left: 0;line-height: 14px; outline: medium none; overflow: hidden; position: absolute; text-indent: -1000em; top: 0;}
- .star_rating a:hover, .star_rating a:active, .star_rating a:focus { background-position: left bottom;}
- .star_rating a.one_star {width: 15px; z-index: 6;}
- .star_rating a.two_star {width: 30px;z-index: 5;}
- .star_rating a.three_star { width: 45px;z-index: 4;}
- .star_rating a.four_star { width: 60px; z-index: 3;}
- .star_rating a.five_star { width: 75px; z-index: 2;}
- .star_rating .current_rating {background-position: left bottom;z-index: 1;}
- .rating_box_outer { height: 161px; padding: 5px 0 0 10px;}
- .rating_boxl { background: none repeat scroll 0 0 #FFFDED; border: 1px solid #FFE5B9; float: left; height: 128px; padding: 10px; text-align: center; width: 116px;}
- .rating_boxl p{ text-align: left;}
- .rating_boxl h3{line-height:35px; color: #FF0000; font-size: 16px; line-height: 35px;}
- .rating_boxl p{line-height: 20px; padding-left: 10px;}
- .lp_kb_l h4 { background: url("images/dot2.gif") repeat-x scroll left bottom; color: #CB1413; font-size: 12px; height: 20px; margin: 8px 0; width: 537px;line-height:22px;}
- #all_count em{font-style: italic;}
- .rating_box_inner1 {width: 540px;}
- .rating_box_inner1 h4{background: url("images/dot2.gif") repeat-x scroll left bottom transparent;clear: both;color: #CB1413;font-size: 12px;font-weight: normal;height: 20px;margin: 8px 0;overflow: hidden;width: 537px;}
- .rating_box_innerr{float:right;}
- #ratingform td, #ratingform th{padding:2px 5px;height:30px;line-height:30px;border:1px solid #DBE6F4;padding-left:10px;}
- #ratingform th{background:#f5f5f5;}
- /*上传图片用*/
- .eidtgroup{margin:10px;}
- .album_bar .uploadbut, .album_bar .uploadbut:hover{width:64px;height:30px;margin:0 10px;border-right:none;height: 33px; line-height: 33px;}
- .uploadbut{background: url("images/uploadimg.gif") no-repeat 0 0;display:inline-block;*display:inline;zoom:1;width:86px;height:30px;text-indent:-9999px;vertical-align:bottom;margin-top:2px;}
- .album_bar .uploadbut:hover{background: url("images/uploadimg.gif") no-repeat 0 0;}
- /*楼盘相册图片*/
- .heidtform{background:#F3F8FC;border:1px solid #ccc;}
- .dlist{border: 1px solid #DBE6F4;border-top:0px;padding:10px;}
- .dli{margin-bottom:10px; float: left; overflow: hidden; padding: 0 5px 5px; text-align: center; width: 140px;}
- .dli img{ background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #CCCCCC; max-height: 120px; max-width: 120px; padding: 2px;width:expression(this.width>120?"120px":"auto");height:expression(this.height>120?"120px":"auto");}
- .dli p{height:24px; line-height:24px;}
- .editype{ color: #000000; width: 62px;}
- .managebar {border: 1px solid #DBE6F4;border-bottom:0px;height:40px; line-height:40px;}
- .managebar .uploadbut{vertical-align:middle;}
- .managecon{margin:0 10px;padding-left:10px; border-bottom: 1px solid #DBE6F4;}
- .managebar .show{ color: #EB6100; font-weight:700;}
- /*价格走势*/
- .toprad .bm_h{border: 1px solid #DBE6F4; border-radius:4px 4px 0px 0px; border-bottom:0px;}
- /*注释的css*/
- .house_comment{padding-left:5px; color: #999999;}
- /* 重定义 */
- #threadlist li { border-bottom: 1px dashed #CCCCCC; padding: 10px 20px 20px 0px; overflow: hidden; _height: 1%; position:relative; margin-bottom: 10px; overflow: hidden; position: relative;}
- #textthreadlist li { border-bottom: 1px dashed #CCCCCC; padding: 10px; overflow: hidden; _height: 1%; position:relative; height: auto; margin-bottom: 0px; overflow: hidden; position: relative;}
- #threadlist .atc { border: 1px solid #EFA561; height: 104px; margin-right: 20px; overflow: hidden; padding: 2px; position: relative; width: 140px;background:#FFF; text-align: center;}
- #threadlist .atc img { max-width: 140px; max-height: 104px; }
- * html #threadlist .atc img { width:140px; height:104px; }
- #textli {height:45px;}
- .exinf dl dd, .exadd dl dd { margin: 5px 0 10px; width: auto;}
- .exadd { float: left; margin-left: 10px; width: 295px; overflow: hidden; }
- .exadd dl dd { width: 260px; float:left;}
- .boldb { border-width: 3px; }
- .exsinf{ border-right: 1px dashed #CCCCCC;margin-right:10px; float: left; padding-right: 14px; width: 400px; margin-top:10px;}
- .exsinf font{float:left;display:block;width:60px;}
- .exsinf textarea{width:330px;height:60px;}
- .nborder{border:none;}
- /* 开发商信息 */
- .dxfm div{height:120px;}
- .dinfodl{width:280px;margin-right:10px;}
- .dinfonum{width:240px;margin-left:10px;border:none;}
- .dinfonum dl dd{width:140px;float:left;}
- /*编辑楼盘*/
- .priceadd{ width:960px;}
- .albumtitlebox{width:100px;}
- .albumorderbox{width:50px;}
- .relations dd{border-bottom:1px dotted #ccc;margin-bottom:5px;padding-bottom:10px;}
- .priceadd{ border-right: 0px;}
- .albumtitlebox{width:100px;}
- .albumorderbox{width:50px;}
- #titlebanner h5 { background: url("./images/bgtt.gif") no-repeat scroll 0 50% transparent; display: inline-block; float: left; margin: 0 0 0 54px; padding: 0 0 0 5px;font-weight:400;height:}
- #titlebanner h5 span{ background: url("./images/bbtc.gif") repeat-x scroll center bottom transparent; border-color: #CFCFCF; border-style: solid solid none none; border-width: 1px 1px 0 0; display: inline-block;line-height: 17px;padding: 3px 4px 2px;}
- #titlebanner h1 span { display: inline-block; position: relative;}
- .hostatus{ position: absolute; right: -46px; top: -5px;text-align:center;color:#FFF;width:36px;height:23px;background: url("images/hotstatus.gif") no-repeat 0 0;}
- /* 修改了“区块设置”14-42,236行,252行,重定义473-486行 */
复制代码 加我个首页链接就行了!要啥酬谢...... |