2019-08-11 10:08|
发布者: 建站教程|
查看: 1483
摘要: 之前遇到样式调整,总是用 style ,今天无意间看到有内置的样式。
之前遇到样式调整,总是用 style ,今天无意间看到有内置的样式。 - .brm{border-radius:5px}
- .brm img{width: 25px;}
- .brw{border-radius:10px}
- .mtn{margin-top:5px!important}
- .mbn{margin-bottom:5px!important}
- .mtm{margin-top:10px!important}
- .mbm{margin-bottom:10px!important}
- .mtw{margin-top:20px!important}
- .mbw{margin-bottom:20px!important}
- .ptn{padding-top:5px!important}
- .pbn{padding-bottom:5px!important}
- .ptm{padding-top:10px!important}
- .pbm{padding-bottom:10px!important}
- .ptw{padding-top:20px!important}
- .pbw{padding-bottom:20px!important}
- .z { float: left; }
- .y { float: right; }
- .cl { zoom: 1; }//清除浮动
- .xs1 { font-size: 12px !important; }
- .xs2 { font-size: 14px !important; }
- .xs3 { font-size: 16px !important; }
- .xg1 { color: LIGHTTEXT !important; } //浅色文字
- .xg2 { color: MIDTEXT; } //中等文本颜色
- .xi2 { color: HIGHLIGHTLINK !important; } //高亮链接颜色
- .rq { color: red; }
- .xw0 { font-weight: 400; }
- .xw1 { font-weight: 700; }
- .bbda { border-bottom: 1px dashed COMMONBORDER; } //虚线
- .bbs { border-bottom: 1px solid COMMONBORDER !important; } //实线
- .mnw { clear: both; border-top: 1px solid #CCC; } //实线
- .bw0_all, .bw0_all th, .bw0_all td { border: none !important; }//去下划线
- .vm { vertical-align: middle; }
- .hm { text-align: center; }
- .bm_c {padding: 10px;}
复制代码
|