simon3000
本帖最后由 simon3000 于 2015-10-24 17:34 编辑

已经被采用了,直接可以看到效果了呢


装个什么CSS应用插件就行
我用的是Stylish
谷歌插件站

效果图
无改动:

新版本:

老版本

还有帅气的鼠标移动颜色变换哦233
其实没啥子

代码在下面,我的那个不好看,这个是18# 的版本感谢@战神丿灬小涛
  1. .mtm {
  2.     /*border:1px solid red;*/
  3. }

  4. .mtm li {
  5.     height: 90px;
  6.     border-bottom: 1px dashed #ababab;
  7.     margin-bottom: 5px;
  8.     float: left;
  9.     margin-right: 10px;
  10. }

  11. .mtm .mg_img {
  12.     height: 100%;
  13.     float: left;
  14.     padding: 0;
  15.     width: 60px;
  16.     background-position: 0 -10px;
  17.     overflow: hidden;
  18.     position: relative;
  19. }

  20. .mtm .mg_img img {
  21.     position: absolute;
  22.     top: -5px;
  23.     left: 50%;
  24.     margin-left: -20px;
  25.     margin-top: 0;
  26. }

  27. .mtm li > p {
  28.     position: relative;
  29.     top: 24.5%;
  30. }

  31. .mtm li > p.xw1 {
  32.     color: #333;
  33.     margin-bottom: 2px;
  34. }
  35. /*.mgcl li {
  36.     margin: 7px;
  37.     border: 3px solid blue;
  38.     border-radius: 7px;
  39.     -webkit-transition: all .20s ease-in-out;
  40.     transition: all .20s ease-in-out;
  41. }

  42. .mgcl li:hover {
  43.     border: 3px solid black;
  44.     border-radius: 20px;
  45.     -webkit-transition: all .30s ease-in-out;
  46.     transition: all .30s ease-in-out;
  47. }*/
复制代码






这里是老版本,不好看╮(╯▽╰)╭
  1. .mg_img {
  2.     width: 35px;
  3.     height: 55px;
  4.     padding: 0px;
  5.     border: none;
  6.     background: none;
  7. }
  8. li, p {
  9.     list-style: none;
  10. }
  11. p {
  12.     width: auto;
  13. }
  14. .mgcl li {
  15.     margin: 10px;
  16.     border: 5px solid blue;
  17.     border-radius: 7px;
  18.     -webkit-transition: border .20s ease-in-out;
  19.     transition: border .20s ease-in-out;
  20. }
  21. .mgcl li:hover {
  22.     border: 5px solid black;
  23.     -webkit-transition: border .20s ease-in-out;
  24.     transition: border .20s ease-in-out;
  25. }
复制代码



然而还是有点问题,坐等修复
http://www.mcbbs.net/thread-515118-1-1.html

番茄茄
因为围攻版块太冷所以来赚外快了吗

第一页 上一页 下一页 最后一页