raksmart活动促销

分享

写回答

发帖

最新流行网站配色方案

互联网出海创业 互联网出海创业 2208 人阅读 | 7 人回复

发表于 2008-6-2 09:59:42 | 显示全部楼层 |阅读模式

  1. <html>
  2. <head>
  3. <title>web2.0 color</title>
  4. <style type="text/css">
  5. body{
  6. margin:20px;
  7. font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  8. font-size:12px;
  9. }
  10. .style1{
  11. width: 800px;
  12. height: 100px;
  13. margin: 0px auto;
  14. margin-bottom:20px;
  15. border:1px solid #96C2F1;
  16. background-color: #EFF7FF
  17. }
  18. .style1 h5{
  19. margin: 1px;
  20. background-color: #B2D3F5;
  21. height: 24px;
  22. }

  23. .style2{
  24. width: 800px;
  25. height: 100px;
  26. margin: 0px auto;
  27. margin-bottom:20px;
  28. border:1px solid #9BDF70;
  29. background-color: #F0FBEB
  30. }
  31. .style2 h5{
  32. margin: 1px;
  33. background-color: #C2ECA7;
  34. height: 24px;
  35. }

  36. .style3{
  37. width: 800px;
  38. height: 100px;
  39. margin: 0px auto;
  40. margin-bottom:20px;
  41. border:1px solid #BBE1F1;
  42. background-color: #EEFAFF
  43. }

  44. .style4{
  45. width: 800px;
  46. height: 100px;
  47. margin: 0px auto;
  48. margin-bottom:20px;
  49. border:1px solid #CCEFF5;
  50. background-color: #FAFCFD
  51. }

  52. .style5{
  53. width: 800px;
  54. height: 100px;
  55. margin: 0px auto;
  56. margin-bottom:20px;
  57. border:1px solid #FFCC00;
  58. background-color: #FFFFF7
  59. }

  60. .style6{
  61. width: 800px;
  62. height: 100px;
  63. margin: 0px auto;
  64. margin-bottom:20px;
  65. border:1px solid #92B0DD;
  66. background-color: #FFFFFf
  67. }
  68. .style6 h5{
  69. margin: 1px;
  70. background-color: #E2EAF8;
  71. height: 24px;
  72. }

  73. .style7{
  74. width: 800px;
  75. height: 100px;
  76. margin: 0px auto;
  77. margin-bottom:20px;
  78. border:1px solid #A9C9E2;
  79. background-color: #E8F5FE
  80. }

  81. .style8{
  82. width: 800px;
  83. height: 100px;
  84. margin: 0px auto;
  85. margin-bottom:20px;
  86. border:1px solid #E3E197;
  87. background-color: #FFFFDD
  88. }

  89. .style9{
  90. width: 800px;
  91. height: 100px;
  92. margin: 0px auto;
  93. margin-bottom:20px;
  94. border:1px solid #ADCD3C;
  95. background-color: #F2FDDB
  96. }

  97. .style10{
  98. width: 800px;
  99. height: 100px;
  100. margin: 0px auto;
  101. margin-bottom:20px;
  102. border:1px solid #F8B3D0;
  103. background-color: #FFF5FA
  104. }

  105. .style11{
  106. width: 800px;
  107. height: 100px;
  108. margin: 0px auto;
  109. margin-bottom:20px;
  110. border:1px solid #D3D3D3;
  111. background-color: #F7F7F7
  112. }

  113. .style12{
  114. width: 800px;
  115. height: 100px;
  116. margin: 0px auto;
  117. margin-bottom:20px;
  118. border:1px solid #BFD1EB;
  119. background-color: #F3FAFF
  120. }

  121. .style13{
  122. width: 800px;
  123. height: 100px;
  124. margin: 0px auto;
  125. margin-bottom:20px;
  126. border:1px solid #FFDD99;
  127. background-color: #FFF9ED
  128. }

  129. .style14{
  130. width: 800px;
  131. height: 100px;
  132. margin: 0px auto;
  133. margin-bottom:20px;
  134. border:1px solid #CACAFF;
  135. background-color: #F7F7FF
  136. }

  137. .style15{
  138. width: 800px;
  139. height: 100px;
  140. margin: 0px auto;
  141. margin-bottom:20px;
  142. border:1px solid #A5B6C8;
  143. background-color: #EEF3F7
  144. }
  145. .style16{
  146. width: 800px;
  147. height: 100px;
  148. margin: 0px auto;
  149. margin-bottom:20px;
  150. border:1px solid #CEE3E9;
  151. background-color: #F1F7F9
  152. }

  153. .style17{
  154. width: 800px;
  155. height: 100px;
  156. margin: 0px auto;
  157. margin-bottom:20px;
  158. border:1px solid #CAE3FF;
  159. background-color: #F4F9FF
  160. }

  161. .style18{
  162. width: 800px;
  163. height: 100px;
  164. margin: 0px auto;
  165. margin-bottom:20px;
  166. border:1px solid #C9D9EE;
  167. background-color: #ECF8FF
  168. }

  169. .style19{
  170. width: 800px;
  171. height: 100px;
  172. margin: 0px auto;
  173. margin-bottom:20px;
  174. border:1px solid #5C9CC0;
  175. background-color: #F2FAFF
  176. }

  177. h5{color:#CCCCCC;margin-left:680px}
  178. a{color:#CCCCCC;text-decoration:none}
  179. a:hover{color:#666666;text-decoration:underline}
  180. </style>
  181. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>

  182. <body>

  183. <div class="style2"><h5></h5></div>
  184. <div class="style6"><h5></h5></div>
  185. <div class="style3"></div>
  186. <div class="style4"></div>
  187. <div class="style5"></div>
  188. <div class="style7"></div>
  189. <div class="style8"></div>
  190. <div class="style9"></div>
  191. <div class="style10"></div>
  192. <div class="style11"></div>
  193. <div class="style12"></div>
  194. <div class="style13"></div>
  195. <div class="style14"></div>
  196. <div class="style15"></div>
  197. <div class="style16"></div>
  198. <div class="style17"></div>
  199. <div class="style18"></div>
  200. <div class="style19"></div>
  201. </body>
  202. </html>
复制代码

回答|共 7 个

bingu

发表于 2008-6-2 11:18:23 | 显示全部楼层

给图不更方便?

潜水学习

发表于 2008-6-2 12:32:32 | 显示全部楼层

看起来不错  给个验尸不

[ 本帖最后由 潜水学习 于 2008-6-2 12:37 PM 编辑 ]
RAKSmart

kingto

发表于 2008-6-2 17:41:53 | 显示全部楼层

楼上的签名很有个性。。。。。

潜水学习

发表于 2008-6-2 18:02:29 | 显示全部楼层

回复 4# 的帖子

自己不会做图片 只能弄成这个样子了

lion0898

发表于 2008-6-3 17:08:37 | 显示全部楼层

不错。支持

sthorse

发表于 2008-6-4 15:01:18 | 显示全部楼层

直接保存到TXT.改名HTML就可以

ffnn

发表于 2008-6-4 15:11:41 | 显示全部楼层

确实很好看,不管怎么说,都可以加精或者评分的,可惜此贴不在我管的范围 :handshake
收藏了。
太感谢了,这些很好看,对我的色彩设计很有帮助。
您需要登录后才可以回帖 登录 | 注册

本版积分规则