发新话题
打印

[待解决] 边框颜色问题未解决!!

边框颜色问题未解决!!


我用的模板是green for 2.5 怎么把边框颜色改成粉红色的!!!

TOP

如果你要换成粉红色的色调,建议背景图片也换掉,这个颜色搭配看起来很脏.

TOP

是的,我准备换,但是边框问题怎么解决???

TOP

CSS里面修改

TOP

我看您做的那个多瑙河很漂亮!!你的边框怎么做的???

TOP

我找了一个遍也没找到呀!!!

TOP

模板的风格色调都是通过修改CSS来完成,

TOP

我看的以前的帖子都说CSS,但我不知道是哪一项呀!!!


这是我的CSS内容:
/*
Template Name: Green
Template URI: http://www.ecshop.com/
Description: The Green template for ECSHOP 2.5.0
Version: 1.0
Author: GUI:Yecoir /---------/ CODE:Luhengqi
Author URI: http://www.ecshop.com/
Logo filename: logo.gif
*/

@import url(css/layout.css); /*布局*/
@import url(css/component.css); /*模块部分*/

/*  ==================== 全局通用部分 ====================  */
* html {
  filter:expression(document.execCommand("BackgroundImageCache", false, true));
}
body,p,td,th,input,select,textarea {
  font: normal normal 12px Arial;
  margin: 0;  padding: 0;
}
ul,ol,dl,dt,dd,form {
  margin: 0;  padding: 0;
}
ul,ol {
  list-style: none;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 12px;
  margin: 0;  padding: 0;
}
body {
  background: #dacb98;
  background-image: url(images/bg.gif);
  background-repeat:repeat-x;
}
img {
  border: 0;
}
textarea {
  padding: 3px;
  border: 1px solid #8f6e0b;
}
a:link,a:visited {
  color: #8f6e0bd;
  text-decoration: none;
}
a:hover,a:active {
  text-decoration: underline;
}
.vAlign {
  vertical-align: middle;
}
a.linkSkyblue,
a:visited.linkSkyblue,
.linkSkyblue a,
.linkSkyblue a:visited {
  color: #6f5505;
  text-decoration: underline;
}
a:hover.linkSkyblue,
.linkSkyblue a:hover {
  color: #6f5505;
}
.listStyle {
  padding: 10px;
}
.listStyle a,
.listStyle a:visited {
  color: #6f5505;
}
.listStyle li {
  color: #6f5505;
  background: url(images/icon_list_arrow01.gif) no-repeat left 6px;
  width: 90%;
  padding-left: 12px;    margin-bottom: 3px;
}
.listStyle .fRight {
  color: #6f5505;
  float: right;
}
#rss {
  text-align: center;
  margin: -20px 0 20px 0;
}
.textDesc {
  color: #6f5505;
}
.textStrong {
  color: #f60;
}
.textTime {
  font: 10px Arial;
  color: #6f5505;
  margin-left: 5px;
}
.btnBlue {
  display: block;
  background: url(images/btn_blue_l.gif) no-repeat left center;
  float: left;
  padding-left: 1px;    margin-right: 3px;
}
.btnBlue a,
.btnBlue a:visited {
  line-height: 17px;
  color: #0b54ab;
  background: url(images/btn_blue_r.gif) no-repeat right center;
  float: left;
  padding: 2px 10px;
}
.msgNocice {
  background: #f1fafd url(images/icon_notice.gif) no-repeat 10px center;
  padding: 10px 5px 10px 40px;    margin: 10px 5px;
  border: 1px solid #a5d2eb;
}
#loader {
  background-color: #ffc;
  border: 1px solid #cc0;
  position: fixed;
  color: #CC0000;
  z-index: 1000;
  left: 0px;
  bottom: 0px;
  padding: 5px 15px;
  /*display: none;*/
  filter: alpha(opacity=65);
  opacity: 0.65;
}
* html #loader {
  position: absolute;
}
.watermark_small {
  display: block;
  text-indent: -9999px;
  width: 31px;    height: 15px;
  margin-right: 3px;
  float: left;
}
.watermark_promote_small {
  background: url(images/watermark_promote_small.gif) no-repeat;
}
.watermark_new_small {
  background: url(images/watermark_new_small.gif) no-repeat;
}
.watermark_best_small {
  background: url(images/watermark_best_small.gif) no-repeat;
}
.watermark_hot_small {
  background: url(images/watermark_hot_small.gif) no-repeat;
}

TOP

konloned 大哥 帮帮我吧!!我这个问题已经两天两夜没解决了!!今天看你做的多瑙河,我算是找到救星了

TOP

component.css
layout.css
style.css
改哪个????

TOP

发到我邮箱:konloned@126.com

TOP

component.css
layout.css
style.css
改哪个????

TOP

好的!!!!!!

TOP

收藏先。。。留着备用,。。

TOP

我把我的摸版发过去了!!!大哥帮帮我了.我下班了!!回家上

TOP

发新话题