想问一下,mine挂机那个…

@Ta 2014-10-17 4361点击
那背景是天气还是啥?http://minegq.aliapp.com/如果是天气源码哪里有?
回复列表(13|隐藏机器人聊天)
  • @Ta / 2014-10-17 / /
    那是背景图吧?
  • @Ta / 2014-10-17 / /
    jpg背景图,通过js使其左右滑动。
  • @Ta / 2014-10-17 / /
    @,我不会告诉你,那个是用CSS3实现的动画效果。
  • @Ta / 2014-10-17 / /
    @eoo,求科普,求标签,求设置方法
  • @Ta / 2014-10-17 / /
    @,百度一下就得了嘛,  其实我是看过代码的, 不过不是这个站,效果一模一样。
  • @Ta / 2014-10-18 / /
    @@@,gif动态图片。
  • @Ta / 2014-10-18 / /
    @MINE,求图片
  • @Ta / 2014-10-18 / /
    @could.jpg
  • @Ta / 2014-10-18 / /
    @MINE,图片显示不了
  • @Ta / 2014-10-18 / /
    @MINE,jpg动不了,汗死。
  • @Ta / 2014-10-18 / /
    @
    
    
    @charset "utf-8";
    
    @-webkit-keyframes animate-cloud {
    
      from {
    
        background-position: 600px 100%;
    
      }
    
      to {
    
        background-position: 0 100%;
    
      }
    
    }
    
    @-moz-keyframes animate-cloud {
    
      from {
    
        background-position: 600px 100%;
    
      }
    
      to {
    
        background-position: 0 100%;
    
      }
    
    }
    
    @-ms-keyframes animate-cloud {
    
      from {
    
        background-position: 600px 100%;
    
      }
    
      to {
    
        background-position: 0 100%;
    
      }
    
    }
    
    @-o-keyframes animate-cloud {
    
      from {
    
        background-position: 600px 100%;
    
      }
    
      to {
    
        background-position: 0 100%;
    
      }
    
    }
    
    input{
    
    
    
    background-color:white;
    
    
    
    border-style:solid;border-color:silver;
    
    outline:none;
    
    
    
    padding: 5px;
    
    margin:2px auto;
    
    //width: 100%;
    
    border-radius:5px;
    
    border:1px;
    
    box-shadow: 0 0 8px -3px #000;
    
    background: #ECECEC;
    
    }
    
    textarea {
    
    	-webkit-box-shadow: 0 0 8px black;
    
    	-moz-box-shadow: 0 0 8px black;
    
    	border-radius: 4px;
    
    	width: 280px;
    
    	margin-bottom: 5px;
    
    	height: 60px;
    
    	border: 1px solid #ABABAB;
    
    	margin-top: 2px;
    
    }
    
    select {
    
    
    
    background-color:white;border:1px;border-style:solid;border-color:silver;
    
    /*
    
    	-webkit-box-shadow: 0 0 8px black;
    
    	-moz-box-shadow: 0 0 8px black;
    
    	margin-bottom: 5px;
    
    	width: 280px;
    
    	border: 1px solid #B4B2B2;
    
    	border-radius: 5px;
    
    	height: 23px;*/
    
    }
    
    h1, h2, h3, h4, h5, h6, b, i, em {
    
    	font-size: 1em;
    
    	font-weight: normal;
    
    	font-style: normal
    
    }
    
    
    
    
    
    body {
    
        background-image: url(../img/cloud.jpg);
    
        color: #333;
    
        font-size: 18px9;
    
        line-height: 1.5;
    
        word-wrap: break-word;
    
        font-size: 14px;
    
    
    
    margin: 0;
    
    font-family: Microsoft YaHei;
    
    	#font-size: 18px9;
    
    	line-height: 1.5;
    
    	word-wrap: break-word;
    
    
    
      -webkit-animation: animate-cloud 20s linear infinite;
    
      -moz-animation: animate-cloud 20s linear infinite;
    
      -ms-animation: animate-cloud 20s linear infinite;
    
      -o-animation: animate-cloud 20s linear infinite;
    
      animation: animate-cloud 20s linear infinite;
    
    }
    

  • @Ta / 2014-10-18 / /
    @MINE,看不懂,但还是谢谢!
  • @Ta / 2014-10-18 / /
    @,css。
添加新回复
回复需要登录