没想到这个帖子引发了这么多人的不满,大家都进来看看吧。
原帖地址:
http://community.csdn.net/Expert/topic/5765/5765018.xml?temp=.9072687
再次声明,我不是找个美工做整个网站的效果,我只是找个人帮配下网站的颜色、字段、还有就是页面的边框,只是这3个东西,如果到时间需要做别的东西,我们会再加钱的。
我也知道600太少,但是工作量真的是不多,只是操作300行的css而已。我们按月工资1万来算,平均每天450块,而我提的工作量绝对不用一天时间。
如果大家觉得这钱太少,请付上你认为合理的价格。
css如下:
body
{
font-size: 12px;
color: #333333;
font-family: Verdana, SimSun, Tahoma;
}
select
{
font-size: 12px;
}
.ProductList_aspx_DataTableRowOut
{
background-color: #FFFFFF;
border: 1px;
border-style: solid;
border-color: #FFFFFF;
border-spacing: 0px;
}
.ProductList_aspx_DataTableRowOver
{
background-color: aliceblue; /* cursor: pointer; cursor: hand; */
border: 1px;
border-spacing: 0px;
border-right: mediumseagreen 1px solid;
border-top: mediumseagreen 1px solid;
border-left: mediumseagreen 1px solid;
border-bottom: mediumseagreen 1px solid;
}
.Category_ascx_ProductTreeSelected
{
background-color: limegreen;
border: 0px;
border-style: solid;
border-color: #FFFFFF;
border-spacing: 0px;
font-size: 12px;
cursor: pointer;
cursor: hand;
}
.Category_ascx_ProductTreeOver
{
background-color: aliceblue;
border-spacing: 0px; /*cursor: pointer;
cursor: hand;*/
text-decoration: none;
border-right: #f6ced3 0px solid;
border-top: #f6ced3 0px solid;
border-left: #f6ced3 0px solid;
border-bottom: #f6ced3 0px solid;
font-size: 12px;
cursor: pointer;
cursor: hand;
}
.Category_ascx_ProductTreeOut
{
background-color: whitesmoke;
border-spacing: 0px; /*cursor: pointer;
cursor: hand;*/
text-decoration: none;
border-right: #f6ced3 0px solid;
border-top: #f6ced3 0px solid;
border-left: #f6ced3 0px solid;
border-bottom: #f6ced3 0px solid;
font-size: 12px;
}
.Category_ascx_CategoryTreeSelected
{
background-color: mediumseagreen;
border: 0px;
border-style: solid;
border-color: #FFFFFF;
border-spacing: 0px;
font-size: 12px;
cursor: pointer;
cursor: hand;
}
.Category_ascx_CategoryTreeOver
{
background-color: aliceblue;
border-spacing: 0px; /*cursor: pointer;
cursor: hand;*/
text-decoration: none;
border-right: #f6ced3 0px solid;
border-top: #f6ced3 0px solid;
border-left: #f6ced3 0px solid;
border-bottom: #f6ced3 0px solid;
font-size: 12px;
cursor: pointer;
cursor: hand;
}
.Category_ascx_CategoryTreeOut
{
border-spacing: 0px; /*cursor: pointer;
cursor: hand;*/
text-decoration: none;
border-right: #f6ced3 0px solid;
border-top: #f6ced3 0px solid;
border-left: #f6ced3 0px solid;
border-bottom: #f6ced3 0px solid;
font-size: 12px;
}
.Category_ascx_Category
{
background-color: whitesmoke; /* cursor: pointer; cursor: hand; */
border: 1px;
border-spacing: 0px;
font-size: 12px;
line-height: 25px;
border-right: seagreen 1px solid;
border-top: seagreen 1px solid;
border-left: seagreen 1px solid;
border-bottom: seagreen 1px solid;
}
.ProductList_aspx_ListPrice
{
font-weight: bold;
font-size: 16px;
color: red;
}
.ProductList_aspx_UnitCost
{
text-decoration: line-through;
}
.ProductList_aspx_ProductName
{
font-size: 12px;
text-decoration: underline;
}
A
{
font-weight: normal;
color: #333333;
text-decoration: none;
}
A:hover
{
color: silver;
font-weight: normal;
text-decoration: underline;
}
.Menu
{
font-size: 13px;
text-decoration: underline;
border-right: black 1px dotted;
}
.Navigator
{
font-size: 12px;
text-decoration: underline;
}
.Validator
{
color: red;
}
.ProductListEmpty
{
font-weight: bold;
font-size: 16px;
color: red;
}
.OrderDetailEmpty
{
font-weight: bold;
font-size: 16px;
color: red;
}
.ProductDetail_aspx_MoreImagesList
{
height: 40px;
border-right: seagreen 1px solid;
border-top: seagreen 1px solid;
border-left: seagreen 1px solid;
border-bottom: seagreen 1px solid;
}
.RecentlyViewed_ascx_Image
{
border-right: seagreen 1px solid;
border-top: seagreen 1px solid;
border-left: seagreen 1px solid;
border-bottom: seagreen 1px solid;
background-color: white;
}
.ProductDetail_aspx_ProductDescn
{
text-indent: 4ex;
line-height: 20px;
}
.SearchOrder_ascx_OrderIdDefault
{
color: darkgray;
}
.ProductDetail_aspx_SendToEmail
{
color: darkgray;
}
.ProductDetail_aspx_ProductId
{
font-size: 14px;
}
.ProductDetail_aspx_ProductName
{
font-size: 18px;
text-decoration: underline;
}
.ProductDetail_aspx_ListPrice
{
font-weight: bold;
font-size: 24pt;
color: red;
}
.ProductDetail_aspx_UnitCost
{
text-decoration: line-through;
}
.ProductDetail_aspx_Qty
{
color: forestgreen;
font-size: 16px;
font-weight: bold;
}
.ProductDetail_aspx_ExtraFeatureTable
{
border-right: forestgreen 1px solid;
border-top: forestgreen 1px solid;
border-left: forestgreen 1px solid;
border-bottom: forestgreen 1px solid;
}
.ProductDetail_aspx_ExtraFeatureNameCol
{
background-color: aliceblue;
border-right: forestgreen 1px solid;
font-size: 12px;
}
.ProductDetail_aspx_ExtraFeatureValueCol
{
}
.Account_ascx_Descn
{
background-color: lightcyan;
}
.Cart_aspx_OrderInfoDescn
{
background-color: lightcyan;
}
.Account_ascx_AgreementHLK
{
font-weight: normal;
color: red;
text-decoration: underline;
}
.M_body
{
font-size: 14px;
}
[解决办法]
哦
[解决办法]
没明白!
[解决办法]
网站配色,不是强项。。。
[解决办法]
up
[解决办法]
楼主发错地方了这里的人大部分是程序出身,对页面色彩恐怕都不会特别敏感。
[解决办法]
顶下 给分不?
[解决办法]
改CSS还行,但要配颜色就不行,自己配颜色都是去网上抄的,呵呵。
个人觉的价格不是问题,所谓愿打愿挨嘛,楼主愿意出多少钱是楼主的自由,如果谁觉的少不愿意就不做就好了嘛,双方都有双方的自由
[解决办法]
偶色盲````西西``JF
[解决办法]
同样的东西有的人要1W有的人要3K~~~~
去WEB版发是不是会好点
[解决办法]
不反对 接分
[解决办法]
也没什么啊,价钱的问题可以有合适的人选之后具体再谈嘛,根据实际情况增减
[解决办法]
有CSS高手吗?请教学习。