随笔分类 - 前端 H5 bootstrap,
前端 H5 bootstrap
摘要:$(function(){ $(window).on('resize',function(){ //1.窗口的框度 let clientW = $(window).width(); console.log("窗口的框度:",clientW); //2.设置临界点 let isShowBigImage
阅读全文
摘要:@charset "UTF-8"; /****************** 公共通用样式 begin******************/ body{ color:#000; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }a:h
阅读全文
摘要:-webkit-background-size:center; background-size:center;
阅读全文
摘要:css: #box{ width:1000px; height:500px; border:1px solid #009; background:url("ur;") no-repeat center center; -webkit-background-size:contain; backgrou
阅读全文
摘要:注意点: 1.<!DOCTYPE html> 2.<html lang="zh-cn"> en 3.<meta charset="UTF-8"> 4.<meta content="width=device-width, initial-scale=1, maximum-scale=1, shrink
阅读全文