如何在Google自定义搜索引擎上制作CSS样式

时间:2016-06-01 13:17:57

标签: css google-custom-search

如何使用css设置Google自定义搜索引擎的样式

帮帮我, 提前谢谢。

1 个答案:

答案 0 :(得分:1)

    <div class="messagepop pop">  
    <script>    //Google Custom Search Engine Code 
    </script> 
    <gcse:search> </gcse:search> 
    </div>




    .messagepop input{
    border: none; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    outline:0; 
    height:55px; 
   padding: 5px;
    }



    .messagepop input{box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.34),
    -15px -14px 0px rgba(255, 255, 255, 1),
    18px -55px 0px rgba(255, 255, 255,1),
    33px -6px 0px rgba(255, 255, 255, 1); }
    .messagepop input:last-child{ background: #32c77f; 
    line-height: 50px;     height: 35px; width: 80px; margin-top: 28px; }