// @import "./reset";
@import "../font/iconfont.css";
// 整個(gè)業(yè)面背景色
.body {
background: #f4f4f4;
}
// 下劃線
.bd-bottom {
border-bottom: 1px solid #ededed;
}
.bd-gray {
border-bottom: 1px solid#f5f5f5;
}
.bd-gray {
border: 1px solid #e4e4e4;
}
.bd-gray1 {
border-top: 2px solid #e4e4e4;
}
.bd-gray2 {
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
}
.bd-gray3{
border-bottom: 1px solid #e4e4e4;
}
.bd-gray4{
border-bottom: 2px solid #ff5f16;
}
// 線條
.bd {
border: 1px solid #b9b9b9;
}
// 消除東西
.dsn {
display: none;
}
// 公共顏色
.orangr {
color: #ff702e;
}
// 去input點(diǎn)擊后的黃色標(biāo)簽
.input {
outline: medium;
}
.bg-orangr {
background: #ff702e;
}
.bg-gray1 {
background: #f4f4f4;
}
.black {
color: #a2a5a8;
}
.h1 {
height: 1px;
}
.gray1 {
color: #797d82;
}
.red {
color: #c03131;
}
.bg-red {
background: #b92b2b;
}
// 灰條
.ht {
border: 1px solid#f4f4f4;
height: 9px;
background: #f4f4f4;
}
// 公共樣式2D
.lable2D {
color: #ffffff;
height: 16px;
width: 18px;
background-color: #d4d3d9;
display: inline-block;
line-height: 16px;
margin-left: 7px;
text-align: center;
}
// 字體省略公共樣式
.ell {
// display: block;
// 文本超出省略
text-overflow: ellipsis; // 隱藏周圍其他內(nèi)容
white-space: nowrap; // 溢出隱藏
overflow: hidden; // width: 250px;
}
// 共同公共樣式
// pc常用公共樣式
// 透明背景
.op {
opacity: 0.5;
}
// 自動(dòng)適應(yīng)寬
.wa {
width: calc((100vw - 33px)/3);
}
// 小圓角
.r {
border-radius: 3px;
}
// 圓
.rr {
border-radius: 50%;
}
// 去邊框
.qb {
border: none;
outline: none;
}
// 底部
.b {
bottom: 0;
}
// 頂部
.t {
top: 0;
}
// 左浮
.fl {
float: left;
}
// 右浮
.fr {
float: right;
} // 清除浮動(dòng)
.clear:after {
content: "";
display: block;
clear: both;
visibility: hidden;
}
// 溢出隱藏
.ovh {
overflow: hidden;
}
// 溢出自動(dòng)
.ova {
overflow: auto;
}
// 移動(dòng)端常用公共樣式
// 字體顏色
.gray1 {
color: #525252;
}
//灰色的邊框
.bd {
border: 1px solid gray;
}
//100%的高
.h100pc {
height: 100%;
}
//100%的寬
.w100pc {
width: 100%;
}
//隱藏元素
.dsn {
display: none;
}
//字體加粗
.bold {
font-weight: bold;
}
//字體減粗
.fw400 {
font-weight: 400;
}
//傳統(tǒng)盒子模型
.bzb {
box-sizing: border-box;
}
//固定定位
.fixed {
position: fixed;
}
//相對(duì)定位
.rel {
position: relative;
}
//固定定位
.abs {
position: absolute;
}
//單行文本水平居中
.tac {
text-align: center;
}
//單行文本水平居右
.tar {
text-align: right;
}
// 字體顏色設(shè)置
//紅色
.orange {
color: #ff5f16;
}
.fff {
color: #ffffff;
}
.ddd {
color: #8d421b;
}
.ggg{
color: #d0d0d0;
}
.ggg1{
color: #b9b9b9;
}
.ggg2{
color: gray;
}
.hhh{
color: #ffb9ab;
}
.red {
color: #ff5f16;
}
//灰色
.gray {
color: #adadad;
}
//白色
.fff {
color: #ffffff;
}
//背景顏色
.bg-green {
background: green;
}
.bg-red{
background: red;
}
.bg-gray {
background: gray;
}
.bg-gray2 {
background: #d0d0d0;
}
.bg-gray1 {
background: #b9b9b9;
}
.bg-gray5 {
background: #f4f4f4;
}
.bg-gray3 {
background: #fafafa;
}
.bg-gray4{
background: #f8f8f8;
}
.bg-coral{
background:coral;
}
.bg-black{
background: black;
}
.bg-crimson {
background:crimson;
}
.bg-fff {
background: #ffffff;
}
.bg-black {
background: #222426;
}
.bg-green {
background: green;
}
.bg-gray {
background: gray;
}
.bg-fff {
background: #ffffff;
}
.bg-black {
background: #222426;
}
.bg-red {
background: #f05045;
}
// 高度
.h10 {
height: 10px;
}
// 寬
.w10 {
width: 10px;
}
// 行高
.lh15 {
line-height: 1.5;
}
// (12) 字體大小
@0px: 0px; // margin-left
.font(@n, @i: 6) when (@i =< @n) {
.f@{i} {
font-size: @i+@0px;
}
.font(@n, (@i + 2)); // +2得到的結(jié)果是1,3,5,7
// .mg-l(@n, (@i + 2));
}
.font(36);
// (13) margin-left 左
@0px: 0px; // margin-left
.mg-l(@n, @i: 1) when (@i =< @n) {
.mg-l-@{i} {
margin-left: @i+@0px;
}
.mg-l(@n, (@i + 1)); // +2得到的結(jié)果是1,3,5,7
// .mg-l(@n, (@i + 2));
}
.mg-l(50);
// (13) margin-right
@0px: 0px; // margin-right 右
.mg-r(@n, @i: 1) when (@i =< @n) {
.mg-r-@{i} {
margin-right: @i+@0px;
}
.mg-r(@n, (@i + 1)); // +2得到的結(jié)果是1,3,5,7
// .mg-r(@n, (@i + 2));
}
.mg-r(50);
// (14) margin-top 上
.mg-t(@n, @i: 1) when (@i =< @n) {
.mg-t-@{i} {
margin-top: @i+@0px;
}
.mg-t(@n, (@i + 1));
}
.mg-b(50);
// margin-bottom 下
.mg-b(@n, @i: 1) when (@i =< @n) {
.mg-b-@{i} {
margin-top: @i+@0px;
}
.mg-b(@n, (@i + 1));
}
.mg-b-10{
margin-bottom:10px;
}
// 內(nèi)邊距-左
.pd-l(@n, @i: 1) when (@i =< @n) {
.pd-l-@{i} {
padding-left: @i+@0px;
}
.pd-l(@n, (@i + 1));
}
.pd-l(50);
//內(nèi)邊距-上
.pd-t(@n, @i: 1) when (@i =< @n) {
.pd-t-@{i} {
padding-top: @i+@0px;
}
.pd-t(@n, (@i + 1));
}
.pd-t(40);
//內(nèi)邊距-右
.pd-r(@n, @i: 1) when (@i =< @n) {
.pd-r-@{i} {
padding-right: @i+@0px;
}
.pd-r(@n, (@i + 1));
}
.pd-r(40);
.pd-r-50 {
padding-right: 50px;
}
//內(nèi)邊距-下
.pd-b(@n, @i: 1) when (@i =< @n) {
.pd-b-@{i} {
padding-bottom: @i+@0px;
}
.pd-b(@n, (@i + 1));
}
.pd-b(50);
.pd-b-60{
padding-bottom:60px;
}
// flex相關(guān)
// 所有元素水平居中,垂直居中
.fcc {
display: flex;
justify-content: center;
align-items: center;
}
// 行內(nèi)所有元素居中
.ifcc {
display: inline-flex;
justify-content: center;
align-items: center;
}
// 垂直居中,兩端對(duì)齊
.flex-sb {
display: flex;
justify-content: space-between;
align-items: center;
}
// 垂直居中,分散對(duì)齊
.flex-sa {
display: flex;
justify-content: space-around;
align-items: center;
}
// 剩余空間分配
.fg1 {
flex-grow: 1;
}
.fg2 {
flex-grow: 2;
}
// 縱向排列
// 所有元素垂直居中
.fdcc {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
// 單個(gè)組合模式:
// 進(jìn)入彈性布局模式:
.flex {
display: flex;
}
// 默認(rèn)情況下就是這個(gè)垂直靠左
.fdc {
display: flex;
flex-direction: column;
}
// 原點(diǎn)
.jc-start {
justify-content: flex-start;
}
.jc-end {
justify-content: flex-end;
}
// 水平居中
.jc-center {
justify-content: center;
}
// 兩端對(duì)齊
.jc-sb {
justify-content: space-between;
}
// 水平分散
.jc-sa {
justify-content: space-around;
}
// 垂直居中
.ai-center {
align-items: center;
}
// 文本超出就隱藏并且顯示省略號(hào)
.hen{
//超出的文本隱藏
overflow:hidden;
//溢出用省略號(hào)顯示
text-overflow:ellipsis;
//溢出不換行
white-space:nowrap;
}
css 公共樣式 common.less
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
- 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來别渔,“玉大人附迷,你說我怎么就攤上這事“ッ模” “怎么了喇伯?”我有些...
- 文/不壞的土叔 我叫張陵,是天一觀的道長(zhǎng)拨与。 經(jīng)常有香客問我稻据,道長(zhǎng),這世上最難降的妖魔是什么截珍? 我笑而不...
- 正文 為了忘掉前任攀甚,我火速辦了婚禮,結(jié)果婚禮上岗喉,老公的妹妹穿的比我還像新娘秋度。我一直安慰自己,他們只是感情好钱床,可當(dāng)我...
- 文/花漫 我一把揭開白布荚斯。 她就那樣靜靜地躺著,像睡著了一般查牌。 火紅的嫁衣襯著肌膚如雪事期。 梳的紋絲不亂的頭發(fā)上,一...
- 文/蒼蘭香墨 我猛地睜開眼稠鼻,長(zhǎng)吁一口氣:“原來是場(chǎng)噩夢(mèng)啊……” “哼!你這毒婦竟也來了狂票?” 一聲冷哼從身側(cè)響起候齿,我...
- 序言:老撾萬(wàn)榮一對(duì)情侶失蹤,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后慌盯,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體周霉,經(jīng)...
- 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
- 正文 我和宋清朗相戀三年润匙,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了诗眨。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
- 正文 年R本政府宣布犀填,位于F島的核電站碗暗,受9級(jí)特大地震影響脊凰,放射性物質(zhì)發(fā)生泄漏腕让。R本人自食惡果不足惜,卻給世界環(huán)境...
- 文/蒙蒙 一隆嗅、第九天 我趴在偏房一處隱蔽的房頂上張望功舀。 院中可真熱鬧棺棵,春花似錦谒撼、人聲如沸食寡。這莊子的主人今日做“春日...
- 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)抵皱。三九已至,卻和暖如春辩蛋,著一層夾襖步出監(jiān)牢的瞬間呻畸,已是汗流浹背。 一陣腳步聲響...
- 正文 我出身青樓据途,卻偏偏與公主長(zhǎng)得像钮呀,于是被迫代替她去往敵國(guó)和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子昨凡,可洞房花燭夜當(dāng)晚...
推薦閱讀更多精彩內(nèi)容
- 背景 為什么要把樣式打包成一個(gè)文件便脊?樣式文件最終都會(huì)變成 style 標(biāo)簽插到 html 的 head 標(biāo)簽里,由...
- /*公共樣式--開始*/ html, body, div, ul, li, h1, h2, h3, h4, h5,...
- 之前遇到樣式調(diào)整光戈,總是用 style 哪痰,今天無意間看到有內(nèi)置的樣式遂赠。
- 廟小無僧風(fēng)掃地肋演,天高月小佛前燈抑诸。 珍重芳姿晝掩門,自攜手甕灌苔盆爹殊。 筆筆刻木 字字流蘇 粉面含春威不露蜕乡,朱唇未啟笑...
- 今天公園游玩,一路且行且看梗夸。 姹紫嫣紅開遍层玲,歌舞麥克喧天。 波光粼粼湖面反症,小船蕩蕩翩翩辛块。 男女老少怡然,心兒忽的變寬铅碍。