css布局模仿微信朋友圈效果代码
代码语言:html
所属分类:布局界面
代码描述:css布局模仿微信朋友圈效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE HTML> <html> <head> <title>我的朋友圈</title> <meta charset="utf-8"> <style> body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; } .clearfix:after { content: "." ; display: block ; height: 0 ; clear: both ; visibility: hidden ; } .clearfix{ display: inline-block; } /* Hides from IE-mac */ *html .clearfix{ height:1%; } .clearfix{ display:block; } /* End hide from IE-mac */ table { border-collapse: collapse; border-spacing: 0; } fieldset, img { border: 0 none; } address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; } ol, ul { list-style: outside none none; } caption, th { text-align: left; } h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; } q::before, q::after { content: ""; } abbr, acronym { border: 0 none; font-variant: normal; } sup { vertical-align: text-top; } sub { vertical-align: text-bottom; } input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; } legend { color: #000000; } a { cursor: pointer; text-decoration: none; } input{ -webkit-appearance: none; } *{ -webkit-tap-highlight-color:transparent; } html{ background-color: #f8f8f8; font-family: Arial,sans-serif; font-size: 13px; } @media screen and (min-width:350px){.........完整代码请登录后点击上方下载按钮下载查看
网友评论0