如何在 Google 自定义搜索引擎上制作 css 样式
How to make css style on Google custom search engine
如何使用 css
设置 Google 自定义搜索引擎的样式
帮帮我,
提前致谢。
<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; }
如何使用 css
设置 Google 自定义搜索引擎的样式帮帮我, 提前致谢。
<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; }