智能家居app界面html代码

代码语言:html

所属分类:布局界面

代码描述:智能家居app界面html代码,模仿了智能家居的首页。采用html布局实现

代码标签: html

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开


<!DOCTYPE html>
<html lang='en'>
<head>

<meta charset='UTF-8'>
<title>首页</title>
<style type="text/css" media="all">
    html{color:#333;background:#fff;font-family:pingfang sc,microsoft yahei,Arial,宋体}*{line-height:1.5}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{padding:0;margin:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:none}a{text-decoration:none;color:#333;outline:none}a:hover{color:#333}var,em{font-style:normal}address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}input,button,textarea,select{font-size:100%;outline:none}body{-webkit-user-select:none;-webkit-text-size-adjust:none}*{-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}*::-webkit-scrollbar{width:0;height:0}*::-webkit-scrollbar-thumb{border-radius:1.3vw;-webkit-box-shadow:inset 0 0 .8vw rgba(0,0,0,.3);box-shadow:inset 0 0 .8vw rgba(0,0,0,.3);background-color:#95b6ef}img{-webkit-touch-callout:none}input[type=submit],input[type=reset],input[type=button],input[type=date],button,select,input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highl.........完整代码请登录后点击上方下载按钮下载查看

网友评论0