css 公共樣式 common.less

// @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;
}

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市演顾,隨后出現(xiàn)的幾起案子缅刽,更是在濱河造成了極大的恐慌,老刑警劉巖,帶你破解...
    沈念sama閱讀 212,383評(píng)論 6 493
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件遂铡,死亡現(xiàn)場(chǎng)離奇詭異,居然都是意外死亡,警方通過查閱死者的電腦和手機(jī)蒂破,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,522評(píng)論 3 385
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來别渔,“玉大人附迷,你說我怎么就攤上這事“ッ模” “怎么了喇伯?”我有些...
    開封第一講書人閱讀 157,852評(píng)論 0 348
  • 文/不壞的土叔 我叫張陵,是天一觀的道長(zhǎng)拨与。 經(jīng)常有香客問我稻据,道長(zhǎng),這世上最難降的妖魔是什么截珍? 我笑而不...
    開封第一講書人閱讀 56,621評(píng)論 1 284
  • 正文 為了忘掉前任攀甚,我火速辦了婚禮,結(jié)果婚禮上岗喉,老公的妹妹穿的比我還像新娘秋度。我一直安慰自己,他們只是感情好钱床,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,741評(píng)論 6 386
  • 文/花漫 我一把揭開白布荚斯。 她就那樣靜靜地躺著,像睡著了一般查牌。 火紅的嫁衣襯著肌膚如雪事期。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,929評(píng)論 1 290
  • 那天纸颜,我揣著相機(jī)與錄音兽泣,去河邊找鬼。 笑死胁孙,一個(gè)胖子當(dāng)著我的面吹牛唠倦,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播涮较,決...
    沈念sama閱讀 39,076評(píng)論 3 410
  • 文/蒼蘭香墨 我猛地睜開眼稠鼻,長(zhǎng)吁一口氣:“原來是場(chǎng)噩夢(mèng)啊……” “哼!你這毒婦竟也來了狂票?” 一聲冷哼從身側(cè)響起候齿,我...
    開封第一講書人閱讀 37,803評(píng)論 0 268
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后慌盯,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體周霉,經(jīng)...
    沈念sama閱讀 44,265評(píng)論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,582評(píng)論 2 327
  • 正文 我和宋清朗相戀三年润匙,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了诗眨。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 38,716評(píng)論 1 341
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡孕讳,死狀恐怖匠楚,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情厂财,我是刑警寧澤芋簿,帶...
    沈念sama閱讀 34,395評(píng)論 4 333
  • 正文 年R本政府宣布犀填,位于F島的核電站碗暗,受9級(jí)特大地震影響脊凰,放射性物質(zhì)發(fā)生泄漏腕让。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 40,039評(píng)論 3 316
  • 文/蒙蒙 一隆嗅、第九天 我趴在偏房一處隱蔽的房頂上張望功舀。 院中可真熱鬧棺棵,春花似錦谒撼、人聲如沸食寡。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,798評(píng)論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)抵皱。三九已至,卻和暖如春辩蛋,著一層夾襖步出監(jiān)牢的瞬間呻畸,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 32,027評(píng)論 1 266
  • 我被黑心中介騙來泰國(guó)打工悼院, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留伤为,地道東北人。 一個(gè)月前我還...
    沈念sama閱讀 46,488評(píng)論 2 361
  • 正文 我出身青樓据途,卻偏偏與公主長(zhǎng)得像钮呀,于是被迫代替她去往敵國(guó)和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子昨凡,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,612評(píng)論 2 350

推薦閱讀更多精彩內(nèi)容