07 2017 档案

不可点击的轮播图
摘要:<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><style type="text/css">/*overflow: 阅读全文

posted @ 2017-07-07 09:36 芸芸众生! 阅读(120) 评论(0) 推荐(0)

网页布局//上左不动,其他滑动
摘要:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><style> /*上左不动,其他的可以滑动*/ *{ margin: 0px; padding:0px; } #on 阅读全文

posted @ 2017-07-06 17:00 芸芸众生! 阅读(162) 评论(0) 推荐(0)

网页布局
摘要:<style> /*上中下结构的布局,顶部不会动*/ *{ margin: 0px; padding:0px; } #one{ background:#1DC9D8; z-index: 1; width:100%; height: 100px; position: fixed; } #head{ b 阅读全文

posted @ 2017-07-06 16:08 芸芸众生! 阅读(111) 评论(0) 推荐(0)