ݺߣ

ݺߣShare a Scribd company logo
&;;ɻǰ˰ͼܹ滮
&;;ɻǰ˰ͼܹ滮
&;;ɻǰ˰ͼܹ滮
&;;ɻǰ˰ͼܹ滮
.header {
..
}
@media(max-width: 768px) {
.header {
..
}
}
@media(max-width: 320px) {
.header {
..
}
}
@mixin Pad{
@media(max-width: 768px) {
@content
}
}
@mixin iPhone6{
@media(max-width: 375px) {
@content
}
}
.header {
..
@include Pad{
..
}
@include iPhone6{
..
}
}
.header
..
+Pad
..
+iPhone
..
&;;ɻǰ˰ͼܹ滮
&;;ɻǰ˰ͼܹ滮
<div class="media">
<div class="body">
<h3 class="alpha"></h3>
<p class="lede"></p>
</div>
</div>
&;;ɻǰ˰ͼܹ滮
&;;ɻǰ˰ͼܹ滮
&;;ɻǰ˰ͼܹ滮
button
button
<input type="button" class="btn">
<input type="button" class="btn btn-primary">
<input type="button" class="btn btn-primary btn-large">
button
btn hack
btn-primary
btn-large padding
<table class="pure-table">
<table class="pure-table pure-table-bordered">
&;;ɻǰ˰ͼܹ滮
&;;ɻǰ˰ͼܹ滮
&;;ɻǰ˰ͼܹ滮
&;;ɻǰ˰ͼܹ滮
&;;ɻǰ˰ͼܹ滮
// (JS)
.block--active
//
.block--MobileShake
//block title Float
.block__title--float //BEM
.block-title--float //
&;;ɻǰ˰ͼܹ滮
<div class="table table-h trailer">
<div class="table-row table-row--MobileInline">
<div class="table-title w20"> </div>
<div class="table-content"> </div>
</div>
<div class="table-row">
<div class="table-title"> </div>
<div class="table-content"> </div>
</div>
</div>
display:table
display:table-row
display:table-cell
display:table-cell
PC Mobile
<div class="table table-h trailer">
<div class="table-row table-row--MobileIline">
<div class="table-title w20"> </div>
<div class="table-content"> </div>
</div>
<div class="table-row">
<div class="table-title"> </D>
<div class="table-content"> </div>
</div>
</div>
display:table
display:table-row
display:table-cell
display:table-cell
PC Mobile
SMACSS
1.table
2.table-h table-v
<div class="table table-h trailer">
<div class="table-row table-row--MobileIline">
<div class="table-title w20"> </div>
<div class="table-content"> </div>
</div>
<div class="table-row">
<div class="table-title"> </D>
<div class="table-content"> </div>
</div>
</div>
display:table
display:table-row
display:table-cell
display:table-cell
PC Mobile
1. div table ?
RWD ?
Mobile ?
2. table
<div class="table table-h trailer">
<div class="table-row table-row--MobileIline">
<div class="table-title w20"> </div>
<div class="table-content"> </div>
</div>
<div class="table-row">
<div class="table-title"> </D>
<div class="table-content"> </div>
</div>
</div>
display:table
display:table-row
display:table-cell
display:table-cell
PC Mobile
trailer = margin-bottom:1
w20 = 20%
OOCSS - CSS Class
<div class="table table-h trailer">
<div class="table-row table-row--MobileInline">
<div class="table-title w20"> </div>
<div class="table-content"> </div>
</div>
<div class="table-row">
<div class="table-title"> </D>
<div class="table-content"> </div>
</div>
</div>
display:table
display:table-row
display:table-cell
display:table-cell
PC Mobile
table-row--MobileInline = div inline
BEM -
<div class="table table-h trailer">
<div class="table-row table-row--MobileInline">
<div class="table-title w20"> </div>
<div class="table-content"> </div>
</div>
<div class="table-row">
<div class="table-title"> </div>
<div class="table-content"> </div>
</div>
</div>
&;;ɻǰ˰ͼܹ滮
&;;ɻǰ˰ͼܹ滮
|-- _variables.scss
|-- _reset.scss
|-- _mixins.scss
|-- _layout.scss
|-- _index.scss
|-- _page1.scss
|-- _page2.scss
//
// meyerweb Normalize
// Mixin function
// (header aside)
//
//
//
|-- _variables.scss
|-- _reset.scss
|-- _grid.scss
|-- _OOCSS.scss
|-- _typography.scss
|-- _mixins.scss
|-- _layout.scss
|-- _index.scss
|-- _page1.scss
|-- _page2.scss
//
// meyerweb Normalize
// RWD
// CSS
//
// Mixin function
// (header aside)
//
//
//
|-- con?g (reset variables typography grid)
|-- helper (state Mixin OOCSS)
|-- core (button table form)
|-- component (button-group breadcrumb)
|-- layout (header footer l-list)
|-- page (page1 page2)
|-- vendor (jqݺߣr jqValid)
|-- inbox ( )
@import "con?g/*";
@import "helper/*";
@import "component/*";
@import "layout/*";
@import "page/*";
@import "vendor/*";
@import "inbox";
//
RFP ..
<link rel="stylesheet" href="/css/all.css">
<link rel="stylesheet" href="/css/version/bsp.css">
1.all.css CSS
2.bsp.css theme
1. scss bsp.scss red.scss
2. _subtheme.scss
bsp.scss
_subtheme.scss
_subtheme.scss
&;;ɻǰ˰ͼܹ滮
&;;ɻǰ˰ͼܹ滮
&;;ɻǰ˰ͼܹ滮
&;;ɻǰ˰ͼܹ滮
&;;ɻǰ˰ͼܹ滮
&;;ɻǰ˰ͼܹ滮
&;;ɻǰ˰ͼܹ滮
code
GG

More Related Content

Viewers also liked (20)

ִҳŰ漼
ִҳŰ漼ִҳŰ漼
ִҳŰ漼
?
ֻվ
ֻվֻվ
ֻվ
Rei Ayanami
?
ǰȺ #6 ^̕jQueryӮЧ
ǰȺ #6 ^̕jQueryӮЧǰȺ #6 ^̕jQueryӮЧ
ǰȺ #6 ^̕jQueryӮЧ
?
ǰȺ #3 SASS workshop
ǰȺ #3 SASS workshopǰȺ #3 SASS workshop
ǰȺ #3 SASS workshop
?
ǰȺ #4 psdtohtml workshop
ǰȺ #4 psdtohtml workshopǰȺ #4 psdtohtml workshop
ǰȺ #4 psdtohtml workshop
?
Sass-Front-End Developers Taiwan Party - 5
Sass-Front-End Developers Taiwan Party - 5Sass-Front-End Developers Taiwan Party - 5
Sass-Front-End Developers Taiwan Party - 5
?
Щ꣬ķɾڰ𡢳dzܱ衢dzٴdzٲ
Щ꣬ķɾڰ𡢳dzܱ衢dzٴdzٲЩ꣬ķɾڰ𡢳dzܱ衢dzٴdzٲ
Щ꣬ķɾڰ𡢳dzܱ衢dzٴdzٲ
?
Pinkoi ֙CWվ׃
Pinkoi ֙CWվ׃Pinkoi ֙CWվ׃
Pinkoi ֙CWվ׃
Adam Wang
?
Peripheral Programming using Arduino and Python on MediaTek LinkIt Smart 7688...
Peripheral Programming using Arduino and Python on MediaTek LinkIt Smart 7688...Peripheral Programming using Arduino and Python on MediaTek LinkIt Smart 7688...
Peripheral Programming using Arduino and Python on MediaTek LinkIt Smart 7688...
MediaTek Labs
?
C#
C#C#
C#
Shi-Xun Hong
?
LinkIt Smart 7688 Duo and MCS basics
LinkIt Smart 7688 Duo and MCS basicsLinkIt Smart 7688 Duo and MCS basics
LinkIt Smart 7688 Duo and MCS basics
CAVEDU Education
?
How to create your Smart Toy with bluemix & 7688 Duo board
How to create your Smart Toy with bluemix & 7688 Duo boardHow to create your Smart Toy with bluemix & 7688 Duo board
How to create your Smart Toy with bluemix & 7688 Duo board
ׅ Tommy Wu
?
IoTƥ֧󥹥ȥå?P Plat'Data Processing
IoTƥ֧󥹥ȥå?P Plat'Data ProcessingIoTƥ֧󥹥ȥå?P Plat'Data Processing
IoTƥ֧󥹥ȥå?P Plat'Data Processing
Kohei MATSUSHITA
?
ǻЄAppƏVՄ by Ƽ
ǻЄAppƏVՄ by ƼǻЄAppƏVՄ by Ƽ
ǻЄAppƏVՄ by Ƽ
Amos Lee
?
git merge c rebase ^cՑ
git merge c rebase ^cՑgit merge c rebase ^cՑ
git merge c rebase ^cՑ
Will Huang
?
LinkIt Smart 7688ʽ_l
LinkIt Smart 7688ʽ_lLinkIt Smart 7688ʽ_l
LinkIt Smart 7688ʽ_l
Wei-Tsung Su
?
\ Ibm watsongٴǻۑϵy
\ Ibm watsongٴǻۑϵy\ Ibm watsongٴǻۑϵy
\ Ibm watsongٴǻۑϵy
ׅ Tommy Wu
?
Ѳϰհսʹÿԭʼ
ѲϰհսʹÿԭʼѲϰհսʹÿԭʼ
Ѳϰհսʹÿԭʼ
Wei-Tsung Su
?
Vuejs testing
Vuejs testingVuejs testing
Vuejs testing
Greg TAPPERO
?
_Yc Drupal
_Yc Drupal_Yc Drupal
_Yc Drupal
Charles Chuang
?
ִҳŰ漼
ִҳŰ漼ִҳŰ漼
ִҳŰ漼
?
ǰȺ #6 ^̕jQueryӮЧ
ǰȺ #6 ^̕jQueryӮЧǰȺ #6 ^̕jQueryӮЧ
ǰȺ #6 ^̕jQueryӮЧ
?
ǰȺ #3 SASS workshop
ǰȺ #3 SASS workshopǰȺ #3 SASS workshop
ǰȺ #3 SASS workshop
?
ǰȺ #4 psdtohtml workshop
ǰȺ #4 psdtohtml workshopǰȺ #4 psdtohtml workshop
ǰȺ #4 psdtohtml workshop
?
Sass-Front-End Developers Taiwan Party - 5
Sass-Front-End Developers Taiwan Party - 5Sass-Front-End Developers Taiwan Party - 5
Sass-Front-End Developers Taiwan Party - 5
?
Щ꣬ķɾڰ𡢳dzܱ衢dzٴdzٲ
Щ꣬ķɾڰ𡢳dzܱ衢dzٴdzٲЩ꣬ķɾڰ𡢳dzܱ衢dzٴdzٲ
Щ꣬ķɾڰ𡢳dzܱ衢dzٴdzٲ
?
Pinkoi ֙CWվ׃
Pinkoi ֙CWվ׃Pinkoi ֙CWվ׃
Pinkoi ֙CWվ׃
Adam Wang
?
Peripheral Programming using Arduino and Python on MediaTek LinkIt Smart 7688...
Peripheral Programming using Arduino and Python on MediaTek LinkIt Smart 7688...Peripheral Programming using Arduino and Python on MediaTek LinkIt Smart 7688...
Peripheral Programming using Arduino and Python on MediaTek LinkIt Smart 7688...
MediaTek Labs
?
LinkIt Smart 7688 Duo and MCS basics
LinkIt Smart 7688 Duo and MCS basicsLinkIt Smart 7688 Duo and MCS basics
LinkIt Smart 7688 Duo and MCS basics
CAVEDU Education
?
How to create your Smart Toy with bluemix & 7688 Duo board
How to create your Smart Toy with bluemix & 7688 Duo boardHow to create your Smart Toy with bluemix & 7688 Duo board
How to create your Smart Toy with bluemix & 7688 Duo board
ׅ Tommy Wu
?
IoTƥ֧󥹥ȥå?P Plat'Data Processing
IoTƥ֧󥹥ȥå?P Plat'Data ProcessingIoTƥ֧󥹥ȥå?P Plat'Data Processing
IoTƥ֧󥹥ȥå?P Plat'Data Processing
Kohei MATSUSHITA
?
ǻЄAppƏVՄ by Ƽ
ǻЄAppƏVՄ by ƼǻЄAppƏVՄ by Ƽ
ǻЄAppƏVՄ by Ƽ
Amos Lee
?
git merge c rebase ^cՑ
git merge c rebase ^cՑgit merge c rebase ^cՑ
git merge c rebase ^cՑ
Will Huang
?
LinkIt Smart 7688ʽ_l
LinkIt Smart 7688ʽ_lLinkIt Smart 7688ʽ_l
LinkIt Smart 7688ʽ_l
Wei-Tsung Su
?
\ Ibm watsongٴǻۑϵy
\ Ibm watsongٴǻۑϵy\ Ibm watsongٴǻۑϵy
\ Ibm watsongٴǻۑϵy
ׅ Tommy Wu
?

Similar to &;;ɻǰ˰ͼܹ滮 (20)

HTML5 and the dawn of rich mobile web applications pt 2
HTML5 and the dawn of rich mobile web applications pt 2HTML5 and the dawn of rich mobile web applications pt 2
HTML5 and the dawn of rich mobile web applications pt 2
James Pearce
?
Adaptive Layouts - standards>next London 28.05.2011
Adaptive Layouts - standards>next London 28.05.2011Adaptive Layouts - standards>next London 28.05.2011
Adaptive Layouts - standards>next London 28.05.2011
Patrick Lauke
?
20190118_NetadashiMeetup#8_React2019
20190118_NetadashiMeetup#8_React201920190118_NetadashiMeetup#8_React2019
20190118_NetadashiMeetup#8_React2019
Makoto Mori
?
Profit statement 00
Profit statement 00Profit statement 00
Profit statement 00
Sandro Suzart
?
Practica n 7
Practica n 7Practica n 7
Practica n 7
rafobarrientos
?
WebAPI Odata Knockout
WebAPI Odata KnockoutWebAPI Odata Knockout
WebAPI Odata Knockout
Sudeep Mukherjee
?
Polymer
PolymerPolymer
Polymer
Cyril Balit
?
Introduction to Html5
Introduction to Html5Introduction to Html5
Introduction to Html5
www.netgains.org
?
The Ring programming language version 1.9 book - Part 52 of 210
The Ring programming language version 1.9 book - Part 52 of 210The Ring programming language version 1.9 book - Part 52 of 210
The Ring programming language version 1.9 book - Part 52 of 210
Mahmoud Samir Fayed
?
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...
Patrick Lauke
?
HTML5 New and Improved
HTML5   New and ImprovedHTML5   New and Improved
HTML5 New and Improved
Timothy Fisher
?
Responsive Design: Mehr als CSS
Responsive Design: Mehr als CSSResponsive Design: Mehr als CSS
Responsive Design: Mehr als CSS
Walter Ebert
?
iWebkit
iWebkitiWebkit
iWebkit
Ryan Chung
?
Copy of-a-walk-around-westfall-plaza
Copy of-a-walk-around-westfall-plazaCopy of-a-walk-around-westfall-plaza
Copy of-a-walk-around-westfall-plaza
helgawerth
?
Java script programms
Java script programmsJava script programms
Java script programms
Mukund Gandrakota
?
AtlasCamp 2013: Modernizing your Plugin UI
AtlasCamp 2013: Modernizing your Plugin UI AtlasCamp 2013: Modernizing your Plugin UI
AtlasCamp 2013: Modernizing your Plugin UI
colleenfry
?
Bootstrap
BootstrapBootstrap
Bootstrap
Sarvesh Kushwaha
?
Bootstrap day2
Bootstrap day2Bootstrap day2
Bootstrap day2
Rafi Haidari
?
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!
Coulawrence
?
Web Technology Lab files with practical
Web Technology Lab  files with practicalWeb Technology Lab  files with practical
Web Technology Lab files with practical
Nitesh Dubey
?
HTML5 and the dawn of rich mobile web applications pt 2
HTML5 and the dawn of rich mobile web applications pt 2HTML5 and the dawn of rich mobile web applications pt 2
HTML5 and the dawn of rich mobile web applications pt 2
James Pearce
?
Adaptive Layouts - standards>next London 28.05.2011
Adaptive Layouts - standards>next London 28.05.2011Adaptive Layouts - standards>next London 28.05.2011
Adaptive Layouts - standards>next London 28.05.2011
Patrick Lauke
?
20190118_NetadashiMeetup#8_React2019
20190118_NetadashiMeetup#8_React201920190118_NetadashiMeetup#8_React2019
20190118_NetadashiMeetup#8_React2019
Makoto Mori
?
The Ring programming language version 1.9 book - Part 52 of 210
The Ring programming language version 1.9 book - Part 52 of 210The Ring programming language version 1.9 book - Part 52 of 210
The Ring programming language version 1.9 book - Part 52 of 210
Mahmoud Samir Fayed
?
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...
Adapt and respond - mobile-friendly layouts beyond the desktop - standards>ne...
Patrick Lauke
?
Responsive Design: Mehr als CSS
Responsive Design: Mehr als CSSResponsive Design: Mehr als CSS
Responsive Design: Mehr als CSS
Walter Ebert
?
Copy of-a-walk-around-westfall-plaza
Copy of-a-walk-around-westfall-plazaCopy of-a-walk-around-westfall-plaza
Copy of-a-walk-around-westfall-plaza
helgawerth
?
AtlasCamp 2013: Modernizing your Plugin UI
AtlasCamp 2013: Modernizing your Plugin UI AtlasCamp 2013: Modernizing your Plugin UI
AtlasCamp 2013: Modernizing your Plugin UI
colleenfry
?
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!
Coulawrence
?
Web Technology Lab files with practical
Web Technology Lab  files with practicalWeb Technology Lab  files with practical
Web Technology Lab files with practical
Nitesh Dubey
?

Recently uploaded (20)

Computer Architecture Patterson chapter 1 .ppt
Computer Architecture Patterson chapter 1 .pptComputer Architecture Patterson chapter 1 .ppt
Computer Architecture Patterson chapter 1 .ppt
jaysen110
?
Why Every Cables and Wires Manufacturer Needs a Cloud-Based ERP Solutions
Why Every Cables and Wires Manufacturer Needs a Cloud-Based ERP SolutionsWhy Every Cables and Wires Manufacturer Needs a Cloud-Based ERP Solutions
Why Every Cables and Wires Manufacturer Needs a Cloud-Based ERP Solutions
Absolute ERP
?
AI-Powered Chatbots for Employee Support
AI-Powered Chatbots for Employee SupportAI-Powered Chatbots for Employee Support
AI-Powered Chatbots for Employee Support
AutomationEdge Technologies
?
Wondershare Filmora Crack Free Download
Wondershare Filmora  Crack Free DownloadWondershare Filmora  Crack Free Download
Wondershare Filmora Crack Free Download
zqeevcqb3t
?
Build the future with Agentforce and Mulesoft
Build the future with Agentforce and  MulesoftBuild the future with Agentforce and  Mulesoft
Build the future with Agentforce and Mulesoft
GiulioPicchi
?
Minitool Partition Wizard Crack Free Download
Minitool Partition Wizard Crack Free DownloadMinitool Partition Wizard Crack Free Download
Minitool Partition Wizard Crack Free Download
v3r2eptd2q
?
Tenorshare 4uKey Crack Fre e Download
Tenorshare  4uKey  Crack  Fre e DownloadTenorshare  4uKey  Crack  Fre e Download
Tenorshare 4uKey Crack Fre e Download
oyv9tzurtx
?
AutoDesk Revit Crack | Revit Update 2025 free download
AutoDesk Revit Crack | Revit Update 2025 free downloadAutoDesk Revit Crack | Revit Update 2025 free download
AutoDesk Revit Crack | Revit Update 2025 free download
anamaslam971
?
AnyDesk Pro 3.7.0 Crack License Key Free Download 2025 [Latest]
AnyDesk Pro 3.7.0 Crack License Key Free Download 2025 [Latest]AnyDesk Pro 3.7.0 Crack License Key Free Download 2025 [Latest]
AnyDesk Pro 3.7.0 Crack License Key Free Download 2025 [Latest]
haroonsaeed605
?
Cybersecurity & Innovation: The Future of Mobile App Development
Cybersecurity & Innovation: The Future of Mobile App DevelopmentCybersecurity & Innovation: The Future of Mobile App Development
Cybersecurity & Innovation: The Future of Mobile App Development
iProgrammer Solutions Private Limited
?
Douwan Preactivated Plus Crack 2025-Latest
Douwan Preactivated Plus Crack 2025-LatestDouwan Preactivated Plus Crack 2025-Latest
Douwan Preactivated Plus Crack 2025-Latest
mubeen010khan
?
SE- Lecture 5 SE for easy understanding.ppt
SE- Lecture 5 SE for easy understanding.pptSE- Lecture 5 SE for easy understanding.ppt
SE- Lecture 5 SE for easy understanding.ppt
theworldimagine985
?
Mastering Software Test Automation: A Comprehensive Guide for Beginners and E...
Mastering Software Test Automation: A Comprehensive Guide for Beginners and E...Mastering Software Test Automation: A Comprehensive Guide for Beginners and E...
Mastering Software Test Automation: A Comprehensive Guide for Beginners and E...
Shubham Joshi
?
EASEUS Partition Master Crack with License Code [Latest]
EASEUS Partition Master Crack with License Code [Latest]EASEUS Partition Master Crack with License Code [Latest]
EASEUS Partition Master Crack with License Code [Latest]
bhagasufyan
?
Online Software Testing Training Institute in Delhi Ncr
Online Software Testing Training Institute in Delhi NcrOnline Software Testing Training Institute in Delhi Ncr
Online Software Testing Training Institute in Delhi Ncr
Home
?
SolidWorks 2025 Crack free Download updated
SolidWorks 2025 Crack  free Download updatedSolidWorks 2025 Crack  free Download updated
SolidWorks 2025 Crack free Download updated
sanasabaa73
?
iTop VPN Latest Version 2025 Crack Free Download
iTop VPN Latest Version 2025 Crack Free DownloadiTop VPN Latest Version 2025 Crack Free Download
iTop VPN Latest Version 2025 Crack Free Download
lr74xqnvuf
?
Consequences and Principles of Software Quality v1.0
Consequences and Principles of Software Quality v1.0Consequences and Principles of Software Quality v1.0
Consequences and Principles of Software Quality v1.0
Yann-Ga?l Guhneuc
?
Drawing Heighways Dragon - Recursive Function Rewrite - From Imperative Styl...
Drawing Heighways Dragon - Recursive Function Rewrite - From Imperative Styl...Drawing Heighways Dragon - Recursive Function Rewrite - From Imperative Styl...
Drawing Heighways Dragon - Recursive Function Rewrite - From Imperative Styl...
Philip Schwarz
?
How John started to like TDD (instead of hating it) - TED talk
How John started to like TDD (instead of hating it) - TED talkHow John started to like TDD (instead of hating it) - TED talk
How John started to like TDD (instead of hating it) - TED talk
Nacho Cougil
?
Computer Architecture Patterson chapter 1 .ppt
Computer Architecture Patterson chapter 1 .pptComputer Architecture Patterson chapter 1 .ppt
Computer Architecture Patterson chapter 1 .ppt
jaysen110
?
Why Every Cables and Wires Manufacturer Needs a Cloud-Based ERP Solutions
Why Every Cables and Wires Manufacturer Needs a Cloud-Based ERP SolutionsWhy Every Cables and Wires Manufacturer Needs a Cloud-Based ERP Solutions
Why Every Cables and Wires Manufacturer Needs a Cloud-Based ERP Solutions
Absolute ERP
?
Wondershare Filmora Crack Free Download
Wondershare Filmora  Crack Free DownloadWondershare Filmora  Crack Free Download
Wondershare Filmora Crack Free Download
zqeevcqb3t
?
Build the future with Agentforce and Mulesoft
Build the future with Agentforce and  MulesoftBuild the future with Agentforce and  Mulesoft
Build the future with Agentforce and Mulesoft
GiulioPicchi
?
Minitool Partition Wizard Crack Free Download
Minitool Partition Wizard Crack Free DownloadMinitool Partition Wizard Crack Free Download
Minitool Partition Wizard Crack Free Download
v3r2eptd2q
?
Tenorshare 4uKey Crack Fre e Download
Tenorshare  4uKey  Crack  Fre e DownloadTenorshare  4uKey  Crack  Fre e Download
Tenorshare 4uKey Crack Fre e Download
oyv9tzurtx
?
AutoDesk Revit Crack | Revit Update 2025 free download
AutoDesk Revit Crack | Revit Update 2025 free downloadAutoDesk Revit Crack | Revit Update 2025 free download
AutoDesk Revit Crack | Revit Update 2025 free download
anamaslam971
?
AnyDesk Pro 3.7.0 Crack License Key Free Download 2025 [Latest]
AnyDesk Pro 3.7.0 Crack License Key Free Download 2025 [Latest]AnyDesk Pro 3.7.0 Crack License Key Free Download 2025 [Latest]
AnyDesk Pro 3.7.0 Crack License Key Free Download 2025 [Latest]
haroonsaeed605
?
Douwan Preactivated Plus Crack 2025-Latest
Douwan Preactivated Plus Crack 2025-LatestDouwan Preactivated Plus Crack 2025-Latest
Douwan Preactivated Plus Crack 2025-Latest
mubeen010khan
?
SE- Lecture 5 SE for easy understanding.ppt
SE- Lecture 5 SE for easy understanding.pptSE- Lecture 5 SE for easy understanding.ppt
SE- Lecture 5 SE for easy understanding.ppt
theworldimagine985
?
Mastering Software Test Automation: A Comprehensive Guide for Beginners and E...
Mastering Software Test Automation: A Comprehensive Guide for Beginners and E...Mastering Software Test Automation: A Comprehensive Guide for Beginners and E...
Mastering Software Test Automation: A Comprehensive Guide for Beginners and E...
Shubham Joshi
?
EASEUS Partition Master Crack with License Code [Latest]
EASEUS Partition Master Crack with License Code [Latest]EASEUS Partition Master Crack with License Code [Latest]
EASEUS Partition Master Crack with License Code [Latest]
bhagasufyan
?
Online Software Testing Training Institute in Delhi Ncr
Online Software Testing Training Institute in Delhi NcrOnline Software Testing Training Institute in Delhi Ncr
Online Software Testing Training Institute in Delhi Ncr
Home
?
SolidWorks 2025 Crack free Download updated
SolidWorks 2025 Crack  free Download updatedSolidWorks 2025 Crack  free Download updated
SolidWorks 2025 Crack free Download updated
sanasabaa73
?
iTop VPN Latest Version 2025 Crack Free Download
iTop VPN Latest Version 2025 Crack Free DownloadiTop VPN Latest Version 2025 Crack Free Download
iTop VPN Latest Version 2025 Crack Free Download
lr74xqnvuf
?
Consequences and Principles of Software Quality v1.0
Consequences and Principles of Software Quality v1.0Consequences and Principles of Software Quality v1.0
Consequences and Principles of Software Quality v1.0
Yann-Ga?l Guhneuc
?
Drawing Heighways Dragon - Recursive Function Rewrite - From Imperative Styl...
Drawing Heighways Dragon - Recursive Function Rewrite - From Imperative Styl...Drawing Heighways Dragon - Recursive Function Rewrite - From Imperative Styl...
Drawing Heighways Dragon - Recursive Function Rewrite - From Imperative Styl...
Philip Schwarz
?
How John started to like TDD (instead of hating it) - TED talk
How John started to like TDD (instead of hating it) - TED talkHow John started to like TDD (instead of hating it) - TED talk
How John started to like TDD (instead of hating it) - TED talk
Nacho Cougil
?

&;;ɻǰ˰ͼܹ滮

  • 5. .header { .. } @media(max-width: 768px) { .header { .. } } @media(max-width: 320px) { .header { .. } }
  • 6. @mixin Pad{ @media(max-width: 768px) { @content } } @mixin iPhone6{ @media(max-width: 375px) { @content } }
  • 11. <div class="media"> <div class="body"> <h3 class="alpha"></h3> <p class="lede"></p> </div> </div>
  • 15. button button <input type="button" class="btn"> <input type="button" class="btn btn-primary"> <input type="button" class="btn btn-primary btn-large"> button btn hack btn-primary btn-large padding
  • 22. // (JS) .block--active // .block--MobileShake //block title Float .block__title--float //BEM .block-title--float //
  • 24. <div class="table table-h trailer"> <div class="table-row table-row--MobileInline"> <div class="table-title w20"> </div> <div class="table-content"> </div> </div> <div class="table-row"> <div class="table-title"> </div> <div class="table-content"> </div> </div> </div> display:table display:table-row display:table-cell display:table-cell PC Mobile
  • 25. <div class="table table-h trailer"> <div class="table-row table-row--MobileIline"> <div class="table-title w20"> </div> <div class="table-content"> </div> </div> <div class="table-row"> <div class="table-title"> </D> <div class="table-content"> </div> </div> </div> display:table display:table-row display:table-cell display:table-cell PC Mobile SMACSS 1.table 2.table-h table-v
  • 26. <div class="table table-h trailer"> <div class="table-row table-row--MobileIline"> <div class="table-title w20"> </div> <div class="table-content"> </div> </div> <div class="table-row"> <div class="table-title"> </D> <div class="table-content"> </div> </div> </div> display:table display:table-row display:table-cell display:table-cell PC Mobile 1. div table ? RWD ? Mobile ? 2. table
  • 27. <div class="table table-h trailer"> <div class="table-row table-row--MobileIline"> <div class="table-title w20"> </div> <div class="table-content"> </div> </div> <div class="table-row"> <div class="table-title"> </D> <div class="table-content"> </div> </div> </div> display:table display:table-row display:table-cell display:table-cell PC Mobile trailer = margin-bottom:1 w20 = 20% OOCSS - CSS Class
  • 28. <div class="table table-h trailer"> <div class="table-row table-row--MobileInline"> <div class="table-title w20"> </div> <div class="table-content"> </div> </div> <div class="table-row"> <div class="table-title"> </D> <div class="table-content"> </div> </div> </div> display:table display:table-row display:table-cell display:table-cell PC Mobile table-row--MobileInline = div inline BEM -
  • 29. <div class="table table-h trailer"> <div class="table-row table-row--MobileInline"> <div class="table-title w20"> </div> <div class="table-content"> </div> </div> <div class="table-row"> <div class="table-title"> </div> <div class="table-content"> </div> </div> </div>
  • 32. |-- _variables.scss |-- _reset.scss |-- _mixins.scss |-- _layout.scss |-- _index.scss |-- _page1.scss |-- _page2.scss // // meyerweb Normalize // Mixin function // (header aside) // // //
  • 33. |-- _variables.scss |-- _reset.scss |-- _grid.scss |-- _OOCSS.scss |-- _typography.scss |-- _mixins.scss |-- _layout.scss |-- _index.scss |-- _page1.scss |-- _page2.scss // // meyerweb Normalize // RWD // CSS // // Mixin function // (header aside) // // //
  • 34. |-- con?g (reset variables typography grid) |-- helper (state Mixin OOCSS) |-- core (button table form) |-- component (button-group breadcrumb) |-- layout (header footer l-list) |-- page (page1 page2) |-- vendor (jqݺߣr jqValid) |-- inbox ( )
  • 35. @import "con?g/*"; @import "helper/*"; @import "component/*"; @import "layout/*"; @import "page/*"; @import "vendor/*"; @import "inbox"; //
  • 37. <link rel="stylesheet" href="/css/all.css"> <link rel="stylesheet" href="/css/version/bsp.css"> 1.all.css CSS 2.bsp.css theme
  • 38. 1. scss bsp.scss red.scss 2. _subtheme.scss bsp.scss