04 2022 档案

摘要:<body> <div id="nav"> <div class="container"> <div id="logo">123</div> <div id="main-nav">124</div> <div id="three">123</div> <div id="four">125</div> 阅读全文
posted @ 2022-04-14 17:40 指针园 阅读(45) 评论(0) 推荐(0)
摘要:<body> <div class="top-nav"> <div class="container"> <ul> <li><a href="#">请先登录</a></li> <li><a href="#">免费注册</a></li> <li><a href="#">我的订单</a></li> <l 阅读全文
posted @ 2022-04-14 17:17 指针园 阅读(46) 评论(0) 推荐(0)
摘要:/*global css页面公用样式*/ #doc { width: 1000px; margin: 0 auto; margin-top: 35px; margin-bottom: 35px; border: 3px solid #dd0000; } #leftcon { width: 250px 阅读全文
posted @ 2022-04-14 16:01 指针园 阅读(51) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2022-04-14 09:26 指针园 阅读(21) 评论(0) 推荐(0)
摘要:<head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1 阅读全文
posted @ 2022-04-13 16:40 指针园 阅读(58) 评论(0) 推荐(0)
摘要:<div id="pl"> <div class="c"></div> <div class="c"></div> <div class="c"></div> <div style="clear: both;"></div> </div> 清除浮动 阅读全文
posted @ 2022-04-13 14:31 指针园 阅读(29) 评论(0) 推荐(0)