随笔分类 -  CSS(Sass/Compass)

摘要:<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>CSS九宫格布局 阅读全文
posted @ 2026-03-16 22:18 Coca-code 阅读(14) 评论(0) 推荐(0)
摘要:<!-- 6格 --> <div class="wrap-box wrap-6"> <div class="flex-inner"> <div class="flex-box1 flex-item"></div> <div class="flex-box2"> <div class="flex-it 阅读全文
posted @ 2024-01-10 23:47 Coca-code 阅读(38) 评论(0) 推荐(0)
摘要:@charset "utf-8";/** * iPhone 4/4s landscape & portrait */@media only screenand (min-device-width: 320px)and (max-device-width: 480px)and (-webkit-dev... 阅读全文
posted @ 2015-09-18 10:49 Coca-code 阅读(188) 评论(0) 推荐(0)
摘要:// 设置开始页面图片 // 在设置书签的时候可以显示好看的图标 // 肖像模式样式<link rel="stylesheet" media="all and (orientation:landscape)"href="landscape.css" // 风景模式样式//竖屏时使用的样式... 阅读全文
posted @ 2015-08-06 12:00 Coca-code 阅读(130) 评论(0) 推荐(0)
摘要:模块:1.reset(推荐normalize)2.layout---------------3.css34.helps5.Typography6.Utillities7.browswer(统领) 阅读全文
posted @ 2015-04-19 16:52 Coca-code 阅读(148) 评论(0) 推荐(0)